Further Adventures of the Event Loop
Offered By: JSConf via YouTube
Course Description
Overview
Save Big on Coursera Plus. 7,000+ courses at $160 off. Limited Time Only!
Explore the intricacies of JavaScript's event loop in this conference talk from JSConf EU 2018. Delve beyond the basic understanding of how JavaScript handles I/O events without blocking in a single-threaded environment. Discover the complexities introduced by web workers, promises, and non-browser JavaScript environments. Learn how multi-threaded event loops function, understand the unique characteristics of promises compared to other callbacks, and gain insights into the inner workings of the Node event loop. This 21-minute presentation by Erin Zimmer offers a deeper dive into the event loop, providing valuable knowledge for JavaScript developers looking to enhance their understanding of asynchronous programming and event-driven architecture.
Syllabus
Further Adventures of the Event Loop - Erin Zimmer - JSConf EU 2018
Taught by
JSConf
Related Courses
Async JavaScriptScrimba via Coursera Learn Asynchronous JavaScript
Codecademy Learn Intermediate JavaScript
Codecademy Advanced JavaScript 2: Async JS, APIs, Operators, Objects
Scrimba via Coursera API Basics 3: Build a Game (Async JS, Callbacks & Promises)
Scrimba via Coursera