Learn how you can use ramda.js to bring functional programming concepts into your JavaScript code. Ramda offers composability and immutability right out of the box, so you can leave your imperative code behind and build cleaner, more maintainable code.
I have been trying to bring a more functional style to my programming for a long time, and watching this course really tied all the theory together for me. I can see so many use cases in my day-to-day work that I’m upset there are old projects that I am no longer able to go back and clean up. I had a genuine lol at some of these techniques. Brilliant!
Nice course, I learned a lot from it, thanks!
Ramda makes functional programming becomes easier, it's a nice introduction for deeply learning these stuff
Ramda for busy people! Thanks Andy!
next level of js development :)
Good class - but is it "upside down"? The first lesson is very complicated, but there are much easier lessons at the bottom...?
Become familiar with the Workers CLI wrangler
that we will use to bootstrap our Worker project. From there you'll understand how a Worker receives and returns requests/Responses. We will also build this serverless function locally for development and deploy it to a custom domain.
This is a practical project based look at building a working e-commerce store using modern tools and APIs. Excellent for a weekend side-project for your developer project portfolio
git is a critical component in the modern web developers tool box. This course is a solid introduction and goes beyond the basics with some more advanced git commands you are sure to find useful.