Skip to content

Cool courses I've completed

  • The Hard Parts of Asynchronous JavaScript by Will Sentance on FrontendMasters - a very clear explanation of what happens under the hood when we use Promises or async/await. Not just a guide on how to use them, but a genuinely interesting, step-by-step breakdown of how they work. I also really like the concept of shifting the thinking paradigm with generators—since now we can pause the execution of a function and even pass values into the resumed execution. JS 5 hours