• deck

  • Copy of Build a fast web scraper and work queue with node.js and async

    Async makes working with asynchronous JS a breeze, providing powerful functions like .auto, .series, .parallel and .map. We'll look at two different applications that use async.auto to do as much work in parallel as possible (and reduce callback nesting):

  • Copy of Jschannel RxJS workshop Nov 2015

    Reactive Functional Programming workshop @js_channel using RxJS

  • Copy of React, Redux and Reactive programming

    Building a React/Redux app with a twist of Reactive programming.

  • Copy of Upgrade your CSS Pipeline!

    PostCSS basics. understand the how and why of PostCSS: a tool for transforming styles with JS plugins. These plugins can lint your CSS, support variables and mixins, transpile future CSS syntax, inline images, and more.