Episode 1 - Callbacks vs. Generators

Author: James Moore

Node.js is great for many reasons:

  • It is fast because of V8
  • It is efficient because of the libuv/event loop
  • Over 100,000 open source packages available
  • Great Package Manager - NPM
  • Huge vibrant community
  • ...

However there is one thing I don't like about programming in node: callbacks.

Callback functions makes simple things complicated.

Now there is a new options: Generators which will make your life much easier.

Checkout this video that shows you a callback solution that gets converted to generators.

Free Courses

Functional Concepts in JavaScript with Ramda

What's Ramda?

In this free mini-course, you'll learn about functional programming concepts like: map, filter, reduce, curry and function composition.

This is a great course for dipping your toes into Functional Programming.

Price:Free ($0)
Sign Up

Elm for Beginners

What's Elm, and why should I care?

It's an amazing language for writing web apps which have no runtime exceptions.

I'm pretty sure learning Elm will change the way you program And It's Free!

Price:Free ($0)
Sign Up