The Cost of JavaScript Frameworks

There is no faster (pun intended) way to slow down a site than to use a bunch of JavaScript. Read more

Similar

JavaScript Switcher

How often do you find yourself on some website, innocently trying to read an article, when you notice that the site’s designers and programmers seem to be trying as hard as they can to get rid of you? (more…)

Read more »

How to Use Generator and Yield in JavaScript

Some time ago I wrote an article explaining the concept of generators and how to use them in Python, but did you know that JavaScript has its own version of generators? This is actually a concept many people who develop JavaScript apps didn’t know it exis... (more…)

Read more »