Async + Await
Slides from a conference talk with a really clear explanation of how async
+ await
works with promises.
Slides from a conference talk with a really clear explanation of how async
+ await
works with promises.
Mariko has a real knack for explaining technical concepts in a very accessible way. This time it’s JavaScript promise
s.
The life cycle of a Service Worker—with all its events and states—is the one bit that I’ve never paid that much attention to. My eyes just glaze over when it comes to installation, registration, and activation. But this post explains the whole process really clearly. Now it’s starting to make sense to me.