Asynchronous JavaScript at Netflix by Matthew Podwysowski at JSConf Budapest 2015

Slides: #mattpodwysocki 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.
Back to Top