This course teaches the ubiquitous abstractions for modeling pure functional programs. Functional languages have adopted these algebraic constructs across the board as a way to compose applications in a principled way.
We can do the same in JavaScript. While the subject matter will move beyond the functional programming basics, no previous knowledge of functional programming is required. You'll start composing functionality before you know it.
Dr. Boolean has created a modern JavaScript masterpiece with this creative and entertaining lesson in functional programming. It is both quirky and wonderful–delivering seriously useful information without taking itself too seriously. Recorded in 2016, this delightful resource will be just as valid in 2030 as it was then. Enjoy.
A Community Resource means that it’s free to access for all. The instructor of this lesson requested it to be open to the public.
This is a legit funny course. I am ‘new’ to fp, so I’m going to have to rewatch it a few times - but I really appreciate the chuckles in the reaction shots, and Prof Frisbee thinking out loud.
Explained very clearly and without to much technicalities, but still showing the essential parts of fp and category theory. Also very good real life examples. Hope there's more to come :)
Everything, we need more of this pronto
In my opinion, this is a really great course. I like how each idea is presented gradually, and how the incomprehensible jargon is demystified. And also how to actually apply it--shown at the end.
So, thank you Brian for that.
Even so, I'm gonna have to watch it again..as I haven't fully digested the concepts.
I can't think of anyone who I could recommend this course to.. who would be willing to go through this, just to learn functional programming.
The one person I know, who's trying to learn Haskell, has given up on it--and is now using Erlang. (-- ;)
The focus on design. I’ve struggled to find good, concise content on design patterns for functional programs.
Thanks so much, Brian!
Really impressed of the capabilities we can have using these utilities when programming
Functional programming is a useful evergreen skill that will travel with you for your entire career. This course dives into the fundamentals of functional programming in JavaScript to give you a working vocabulary and patterns you can apply on the job today.
This course is perfect for the advanced beginner that is fluent in core JavaScript and is ready to take it to the next level of expertise.
Promises are one of the core building blocks of modern JavaScript applications. We rely heavily on asynchronous operations and have a lot of our tools at our disposal to make those operations more efficient and simpler to think about.