Asynchrony - Under the Hood
Offered By: JSConf via YouTube
Course Description
Overview
Dive deep into the world of asynchronous programming in JavaScript with this conference talk from JSConf EU. Explore the conceptual foundations of various asynchronous techniques, including callbacks, promises, generators, and async/await. Analyze the implementation differences, advantages, and drawbacks of each method, focusing on how they handle data access, intermediate values, and error propagation. Visualize performance disparities through practical scenarios, and gain insights into how each technique interacts with the stack and event loop. Conclude by examining potential future developments in asynchronous programming. Enhance your understanding of these crucial concepts to navigate the complexities of asynchronous JavaScript with greater confidence and skill.
Syllabus
Asynchrony: Under the Hood - Shelley Vohr - JSConf EU
Taught by
JSConf
Related Courses
Deno - Next Generation JavaScript RuntimeJSConf via YouTube How I Got 1600 Stars on GitHub in 2 Months of Open Source Work
JSConf via YouTube Is it Okay to Pursue Functional Programming on Frontend - JSConf Korea
JSConf via YouTube If - Extensible Design - Return "Work Life Balance"
JSConf via YouTube React x Web Components - How It Is and How It Could Be
JSConf via YouTube