Async and Streaming JS - Are We Doing It Wrong?
Offered By: JSConf via YouTube
Course Description
Overview
Explore the controversial landscape of asynchronous programming in JavaScript in this thought-provoking JSConf EU 2014 talk by Matthew Podwysocki. Delve into the adoption of Promises as the default asynchronous implementation and its impact on the Node community. Examine various approaches including callbacks, promises, generators, streams, WHATWG Streams, and events. Critically analyze current practices, identify shortcomings, and discover opinionated solutions for more productive async coding. Gain insights into topics such as autocomplete, FRP, Generators, Async/await, stream processing, Darts, Reactive streams, and Observables. Challenge your understanding of asynchronous JavaScript and consider alternative approaches for building a more efficient future in web development.
Syllabus
Introduction
Quotes
asynchronous programming landscape
promises
autocomplete
FRP
Generators
Async await
Stream processing
Darts
Reactive streams
Observables
Wrapup
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