MountainWest JavaScript 2014 - Asynchronous JavaScript at Netflix by Jafar Husain
By Jafar Husain What's does a mouse drag event have in common with an Array of numbers? The answer to this question may surprise you: they are both collections. This key insight holds the key to dramatically simplifying asynchronous programming in Javascript. In this talk you will learn how you can use the familiar Javascript Array methods to create surprisingly expressive asynchronous programs. Using just a few functions, you will learn how to do the following: Declaratively build complex events out of simple events (ex. drag n' drop) Coordinate and sequence multiple Ajax requests Reactively update UI's in response to data changes Eliminate memory leaks caused by neglecting to unsubscribe from events Gracefully propagate and handle asynchronous exceptions In this talk we'll be exploring the open-source Reactive Extensions (Rx) library (https://rx.codeplex.com/) which allows us to treat events as collections. You'll learn about how Netflix uses Rx on the client and the server, allowing us to build end-to-end reactive systems. We'll also contrast Rx with Promises, another popular approach to building asynchronous programs in Javascript. Help us caption & translate this video! http://amara.org/v/FG3D/

MountainWest JavaScript 2014 - Adding Even More Fun to Functional Programming With RXJS

Zig 2026: No-AI Policy, $670K Foundation, Left GitHub & Why Zig Isn’t 1.0 - Andrew Kelley Explains

Mountain West JavaScript 2014 - Be Predictable, Not Correct. by Pete Hunt

Binding to the Cloud with Falcor Jafar Husain

What if the user was a function? by Andre Staltz at JSConf Budapest 2015

Jafar Husain: Async Programming in ES7 | JSConf US 2015

Co-Creator of Haskell: Functional Programming, Thinking in Types, Useless Languages | Simon Jones

Keynote - JSON Graph: Reactive REST at Netflix

Brian Beckman: Don't fear the Monad

Douglas Crockford: Advanced JavaScript

RXJS Evolved | Paul Taylor | Reactive 2015

"Turning the database inside out with Apache Samza" by Martin Kleppmann
![You’ll stop using ChatGPT after listening to this | Jonathan Pageau [ARC 2026]](https://i.ytimg.com/vi/yZUuKzDQSsI/hqdefault.jpg?sqp=-oaymwEjCNACELwBSFryq4qpAxUIARUAAAAAGAElAADIQj0AgKJDeAE=&rs=AOn4CLAXTozuIcoGA_3ys1pkvHYXgL8C4Q)
You’ll stop using ChatGPT after listening to this | Jonathan Pageau [ARC 2026]

Jake Archibald on the web browser event loop, setTimeout, micro tasks, requestAnimationFrame, ...

Debugging JavaScript - Beginner to Advanced in One Video

What the heck is the event loop anyway? | Philip Roberts | JSConf EU

RailsConf 2014 - Lightning Fast Deployment of Your Rails-backed JavaScript app

Nordic.js 2014 • Douglas Crockford - The Better Parts

Advanced Async and Concurrency Patterns in JavaScript

