Callback Heaven: Continuation Passing Style Patterns for JavaScript

There are many approaches to deal with deeply asynchronous code in JavaScript. One of the most popular option is to use promises. I don’t… Read more

Similar

JavaScript component-level CPU costs

Let's talk a bit about keeping tabs on how much CPU is consumed by an application's JavaScript. And let's frame the discussion around components - the atomic building blocks of the application. This way any performance improvement efforts (or regression i... (more…)

Read more »