List of antidebugging techniques applied to JavaScript (focused on browsers)... (more…)
Read more »
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 »
An explanation of a debounce function and how to use it in your JavaScript code to improve performance... (more…)
Read more »
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… (more…)
Read more »
I started thinking “What are the habits that the most effective JavaScript developers I know have in common?” This is what I came up with. (more…)
Read more »