Three weeks ago, during JSConf.asia 2016, we announced JavaScript on mbed, which enables developers to write firmware for IoT devices in JavaScript. This is not done by transpiling JavaScript into C++ or Assembly, but rather by running the JerryScript VM ...
Read more »
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 »
An analysis, based on CDNJS data, of when and if JavaScript libraries are updated after being installed onto websites. (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 »
string-hash-64 - Fast string hashing function for Node.JS, generates 64 bit hashes. (more…)
Read more »