Tag: netflix ui engineering

  • Netflix JavaScript Talks – Async JavaScript with Reactive Extensions

    Netflix JavaScript Talks – Episode 1 Async JavaScript with Reactive Extensions In this talk, you’ll learn how Netflix uses the Reactive Extensions (Rx) library to build responsive user experiences that strive to be event-driven, scalable and resilient. Learn the power of the Observable and how we’ve simplified our lives through the ability to filter, aggregate,…

  • Netflix JavaScript Talks – Falcor

    Jafar Husain and Michael Paulson provide an inside like at Falcor – the open source data platform that powers Netflix UIs. Falcor lets you represent all of your cloud data sources as one virtual JSON model on the server. On the client, Falcor makes it appear as if the entire JSON model is available locally…

  • Netflix JavaScript Talks – Version 7: The Evolution of JavaScript

    Jafar Husain discusses interesting features that can be used today in JS6, such as Object.observe, async functions and async generators, while also giving a peek at what’s being explored for JS7 to make async programming easier. Original source