Continue Course
Nice Work!
You have completed Asynchronous Programming in JavaScript (with Rx.js Observables)
Are you enjoying this course?

Asynchronous Programming in JavaScript (with Rx.js Observables)

Learning how to build and manage asynchronous programs is perhaps the most important part of becoming an effective JavaScript programmer. Unlike most programming languages, JavaScript is single-threaded. As a result, JavaScript programs must use async APIs to stay responsive to user input while performing long-running tasks like server requests and animations. You can't get very far in a JavaScript program without running across an asynchronous API. It is possible to build most asynchronous programs using a handful of simple functions. We will learn why most JavaScript developers approach asynchronous programming the wrong way, and how to avoid these common mistakes. By the end of these lessons you will know the tools, concepts, and libraries required to be an asynchronous programming ninja!

Course Progress

Lessons Completed
0
Lessons Remaining
0
Time Remaining
0 hr 0 min
0% completed
0% remaining

Course Detail

Published: September 21, 2015
Learning Paths
Jafar Husain

Jafar Husain

Jafar Husain is the Cross-Team Technical Lead for the Netflix UI’s. He is the architect of Netflix’s UI data platform, and specializes in building reactive, event-driven systems.

Jafar has trained hundreds of developers to build event-driven systems in JS. He is the Netflix representative on the JavaScript standards committee and is actively working to evolve JavaScript.