ES2015 brought a native Promise to the JavaScript standard library. In this course, we’re going to take an in-depth look at how to use promises to model various kinds of asynchronous operations.
First, we’re going to explore how to create promises using the Promise constructor or the Promise.resolve() or Promise.reject() methods. Then, we’re going to see how to chain promises together using .then(), .catch(), and .finally(). We’re going to compare various error handling strategies along the way. We’re going to wrap up this course by taking a look at how to deal with multiple promises using Promise.all() and Promise.race() and how to await a promise using the await operator.
content was really good , very good explained
Great course Marius! Well explained and I got to learn some new things that I never knew before .
I liked how well structured it is. It's very straightforward and goes in depth, just as the course title suggests. Thank you so much!
Love the mix of fundamentals and cutting edge es2020 syntax. Thanks!
It’s a cool topic and very well explained with lots of examples. Each lesson is short and handles a single topic.
Though at times it was moving a bit fast for me, with paying attention to the screen and understanding what was going on. After I have completed this course now I feel pretty good about how promises work in Javascript. Your examples were spot on :). Thank you for taking the time a developing this course to clear the cloud around promises. Promises, this and closures are some of the most confusing aspects of javascript.
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.