Asynchronous JavaScript Deep Dive

Effectively working with asynchronous code in JavaScript is an essential skill for anyone working with JavaScript. This course will take you from a beginner or intermediate level to mastering asynchronous JavaScript.

I start with a discussion of asynchronous code in JavaScript and how it compares with synchronous code. We take a look at the event loop and the role it plays in asynchronous JavaScript. We then look at and work with the original asynchronous pattern, the callback. We dive into Promises, and tackle this subject in depth. We then add the async await pattern to the discussion. In the last section we cover generators and how and when they can be used in your code.

I've built the instruction with numerous examples. I also provide all the code files so you can follow along and experiment on your own. The course includes 10 exercise and one quiz in order to give you plenty of opportunities to apply the concepts taught.

By taking this course you will be able to:

  • - Use callbacks throughout your code.
  • - Incorporate and work with promises no matter the source.
  • - Use the async await pattern to make your asynchronous code easier to reason about.
  • - Incorporate generators when needed.

This is one of the best courses I've produced, and I feel is unmatched in its coverage of asynchronous JavaScript. If you are looking to learn this very important topic, I would love to take this journey with you.