Asynchronous JavaScript: Promises, Callbacks, Async Await
Asynchronous JavaScript: Promises, Callbacks, Async Await, available at $84.99, has an average rating of 4.34, with 59 lectures, based on 2433 reviews, and has 12571 subscribers.
You will learn about Learn fundamental concepts of Asynchronous JavaScript Everything you need to know about Promises Using Callbacks: Pros and Cons, when to use and how to test them Async / Await – the modern way of handling asynchronous tasks in JavaScript In-depth understanding of the Event Loop Learn how JavaScript Engine executes code behind the scenes Unit Testing of asynchronous functions No fluff, direct and to the point Github repository with all the code included This course is ideal for individuals who are Developers with basic JavaScript knowledge or Those who want to master Asynchronous JavaScript, Callbacks, Promises, Async Await It is particularly useful for Developers with basic JavaScript knowledge or Those who want to master Asynchronous JavaScript, Callbacks, Promises, Async Await.
Enroll now: Asynchronous JavaScript: Promises, Callbacks, Async Await
Summary
Title: Asynchronous JavaScript: Promises, Callbacks, Async Await
Price: $84.99
Average Rating: 4.34
Number of Lectures: 59
Number of Published Lectures: 59
Number of Curriculum Items: 59
Number of Published Curriculum Objects: 59
Original Price: $29.99
Quality Status: approved
Status: Live
What You Will Learn
- Learn fundamental concepts of Asynchronous JavaScript
- Everything you need to know about Promises
- Using Callbacks: Pros and Cons, when to use and how to test them
- Async / Await – the modern way of handling asynchronous tasks in JavaScript
- In-depth understanding of the Event Loop
- Learn how JavaScript Engine executes code behind the scenes
- Unit Testing of asynchronous functions
- No fluff, direct and to the point
- Github repository with all the code included
Who Should Attend
- Developers with basic JavaScript knowledge
- Those who want to master Asynchronous JavaScript, Callbacks, Promises, Async Await
Target Audiences
- Developers with basic JavaScript knowledge
- Those who want to master Asynchronous JavaScript, Callbacks, Promises, Async Await
My main goal is to help you master Asynchronous JavaScript. This course was specifically designed for those who want to improve their skills in Callbacks, Promises, Async Await, and Event Loop. This course was designed to be easy to understand, and therefore there are a lot of visuals in it, especially when we are talking about important concepts. You will also see a lot of coding examples along the way.
We will be talking about 3 main components of Async JavaScript: Callback functions, Promises, and Async Await.
Callbacks in JavaScript are used everywhere. Creating event handlers, making HTTP requests, interacting with the DOM, setting timeouts, reading or writing data to the filesystem, working with databases, etc. I am pretty sure you are already using callbacks in your code, but I am not sure if you know how they actually work… Knowing how things really work will help you write your code faster and avoid weird bugs.
Promises were created as a better alternative to callbacks. They don’t have drawbacks that callbacks have. JavaScript promises are incredibly helpful when you have several asynchronous operations that depend on each other. However, promises are a new concept which you have to learn, and this course will help you with that.
Async Await is a syntactic sugar around Promises introduced in EcmaScript 8. Before that writing asynchronous code in JavaScript was very different from writing ordinary synchronous code. Async await allows you to structure all your code in a similar way, no matter if it’s synchronous or asynchronous.
There is a lot of asynchronous stuff going on in popular JavaScript libraries and frameworks: React, Angular, Vue.js, jQuery, etc. In NodeJS it’s almost impossible to write anything without using asynchronous operations. After watching this course you will be able to read and write asynchronous JavaScript code effectively, and you will definitely understand how it works behind the scenes!
P. S. Made in Ukraine
Course Curriculum
Chapter 1: Introduction
Lecture 1: Introduction
Lecture 2: Structure of This Course
Chapter 2: Difference Between Synchronous And Asynchronous Actions
Lecture 1: What Is Asynchronicity?
Lecture 2: Typical Example of an Asynchronous Action in JavaScript
Lecture 3: Synchronous vs Asynchronous in JavaScript
Lecture 4: Quick Note about Github Repository
Lecture 5: Event Loop in JavaScript. Call Stack and Task Queue
Lecture 6: Let's Fix Our Example
Chapter 3: Callbacks In JavaScript
Lecture 1: What Is a Callback In JavaScript?
Lecture 2: Callbacks Are Not Always Asynchronous
Lecture 3: How To Handle Errors In Asynchronous Code
Lecture 4: Pros & Cons Of Callbacks
Lecture 5: Callback Examples In JavaScript Libraries
Lecture 6: Callbacks Lack Readability
Lecture 7: Making HTTP Requests From Your Browser
Lecture 8: Callback Hell
Chapter 4: Testing Asynchronous Callbacks
Lecture 1: Setting Up Testing Environment
Lecture 2: Testing Callback Functions With Mocha And Chai
Chapter 5: Promises In JavaScript
Lecture 1: What Is a Promise In JavaScript
Lecture 2: How To Create A Promise
Lecture 3: Final States Of The Promise
Lecture 4: How To Consume JavaScript Promises: Promise.then
Lecture 5: Rewriting Our Function Using Promises
Lecture 6: How To Promisify any JavaScript Function
Lecture 7: Chaining Promises
Lecture 8: Making HTTP Requests Using Fetch API
Lecture 9: How To Avoid Callback Hell
Lecture 10: Handling Promise Rejections
Lecture 11: Promise.resolve and Promise.reject
Lecture 12: Executing Promises In Parallel: Promise.all
Lecture 13: How Promise.all Handles Rejections
Lecture 14: Promise.all: Implementing From Scratch
Lecture 15: Executing Promises In Parallel: Promise.allSettled
Lecture 16: Promise.allSettled: Implementing From Scratch
Lecture 17: Which Promise Is Faster? Promise.race
Lecture 18: Getting First Successful Promise: Promise.any
Lecture 19: Promise.race: Implementing From Scratch
Lecture 20: Promise.any: Implementing From Scratch
Chapter 6: Testing Promises In JavaScript
Lecture 1: Setting Up Testing Environment
Lecture 2: Testing JavaScript Promises Using Mocha And Chai
Lecture 3: Timeouts In Mocha
Lecture 4: Making Multiple Promise Assertions In One Test
Chapter 7: Async Await in JavaScript
Lecture 1: Async Functions in JavaScript
Lecture 2: Await Keyword in JavaScript
Lecture 3: Using Async Await with Fetch API
Lecture 4: Top Level Await
Lecture 5: Handling Errors Using Async Await
Lecture 6: Sequential vs Parallel Execution
Chapter 8: Advanced Version of Event Loop
Lecture 1: What About Task Priorities?
Lecture 2: A Closer Look at the Task Queue
Lecture 3: Handling Long Tasks in JavaScript. Part 1
Lecture 4: Handling Long Tasks in JavaScript. Part 2
Lecture 5: Microtasks
Lecture 6: Debugging Our Initial Example
Lecture 7: Animations
Lecture 8: Creating Animations Using requestAnimationFrame
Lecture 9: Quick Recap of Event Loop in the Browser
Chapter 9: Summary
Lecture 1: Summary
Lecture 2: Bonus Lecture: Other Courses with Discounts
Instructors
-
Viktor Pyskunov
Senior Software Developer
Rating Distribution
- 1 stars: 20 votes
- 2 stars: 39 votes
- 3 stars: 214 votes
- 4 stars: 634 votes
- 5 stars: 1526 votes
Frequently Asked Questions
How long do I have access to the course materials?
You can view and review the lecture materials indefinitely, like an on-demand channel.
Can I take my courses with me wherever I go?
Definitely! If you have an internet connection, courses on Udemy are available on any device at any time. If you don’t have an internet connection, some instructors also let their students download course lectures. That’s up to the instructor though, so make sure you get on their good side!
You may also like
- Top 10 Video Editing Courses to Learn in November 2024
- Top 10 Music Production Courses to Learn in November 2024
- Top 10 Animation Courses to Learn in November 2024
- Top 10 Digital Illustration Courses to Learn in November 2024
- Top 10 Renewable Energy Courses to Learn in November 2024
- Top 10 Sustainable Living Courses to Learn in November 2024
- Top 10 Ethical AI Courses to Learn in November 2024
- Top 10 Cybersecurity Fundamentals Courses to Learn in November 2024
- Top 10 Smart Home Technology Courses to Learn in November 2024
- Top 10 Holistic Health Courses to Learn in November 2024
- Top 10 Nutrition And Diet Planning Courses to Learn in November 2024
- Top 10 Yoga Instruction Courses to Learn in November 2024
- Top 10 Stress Management Courses to Learn in November 2024
- Top 10 Mindfulness Meditation Courses to Learn in November 2024
- Top 10 Life Coaching Courses to Learn in November 2024
- Top 10 Career Development Courses to Learn in November 2024
- Top 10 Relationship Building Courses to Learn in November 2024
- Top 10 Parenting Skills Courses to Learn in November 2024
- Top 10 Home Improvement Courses to Learn in November 2024
- Top 10 Gardening Courses to Learn in November 2024