Roadmap to becoming a developer in 2022
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
1.2 KiB

# Reactive and Functional programming
Functional programming is a programming paradigm designed to handle pure mathematical functions. This paradigm is totally focused on writing more compounded and pure functions.
Reactive programming describes a design paradigm that relies on asynchronous programming logic to handle real-time updates to otherwise static content. It provides an efficient means -- the use of automated data streams -- to handle data updates to content whenever a user makes an inquiry.
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink badgeText='Watch' href='youtube.com/watch?v=e-5obm1G_FY'>Learning Functional Programming</BadgeLink>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.telerik.com/blogs/functional-programming-javascript'>Functional Programming with JavaScript</BadgeLink>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.freecodecamp.org/news/functional-programming-in-javascript/'>What is Functional Programming?</BadgeLink>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.techtarget.com/searchapparchitecture/definition/reactive-programming'>What is Reactive Programming?</BadgeLink>