Git in JavaScript and picking the right OSS project for your needs

Just recently I had to write a feature for a library and its CLI to make sure that it doesn’t generat… Read more

Similar

Asynchronous vs. Deferred JavaScript

In my article on Understanding the Critical Rendering Path, I wrote about the effect JavaScript files have on the Critical Rendering Path. JavaScript is considered a "parser blocking resource". This means that the parsing of the HTML document itself i... (more…)

Read more »