Asynchronous Programming at Netflix - @Scale 2014 - Web

preview_player
Показать описание
Jafar Husain, Technical Lead at Netflix
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.
Рекомендации по теме
Комментарии
Автор

Great talk with some very useful ways of thinking. Thanks!

wazels
Автор

Great video. I would also like submit a bug for your PowerPoint JS REPL at 18:45. Filter requires a predicate and the JS engine should have thrown an error.

RaphaelRafatpanah
Автор

Hi there, is this avalble on slideshare? Great job explaining these core tenants!

fotoflo
Автор

How can you have a race condition if you only use a single thread? Why not use async in a single thread? (scales higher with no context switching overhead)

knight