• Palette

  • Bento

  • HireFast

  • Rethinking JavaScript Concurrency & Parallelism Primitives

    Asynchronous programming has come a long way in JavaScript - from the likes of callback hell all the way to the wonderful world of async/await. But creating highly parallel Node.js applications still requires a lot of extra coding effort & comes with a large maintainence cost. In this talk, I go over the different approaches to parallelizing JS backend applications & a new approach using babel.

  • HireFast Pitch (5 min)

    Our 5 min pitch.

  • NGD - Pitch (10 min)

    Our 10 min pitch.

  • JS Performance: State of the Art

    State of the art in JS performance.

  • Building More Resilient Applications (Part 2)

    A story about when all hell breaks loose & lessons learned from it.

  • Building More Resilient Applications (Part 1)

    A story about when all hell breaks loose & lessons learned from it.

  • Break more things (workshop)

    A workshop about resiliency patterns & failure injection in Node.js.

  • ITI1121: Files, IO, & Stuff

  • Mad Science with Twilio

    Twilio, an up-and-coming company that provides VoIP as a Service, is used typically to build chat bots and for notification automation. But don't you wish you could do more.. like listen to music in real-time without internet?

  • When you learn to code