I didn't much care for vanilla JavaScript prior to ES6. Through all of the 2000s, I chased different approaches to avoid writing too much of it. First there was RJS (Ruby-to-JavaScript). Then there was CoffeeScript. Both transpiling approaches that turned... (more…)
Read more »
BlinkDL - A minimalist deep learning library in Javascript using WebGL + asm.js. Runs in your browser. (more…)
Read more »
JavaScript frameworks are an essential part of modern front-end web development, providing developers with tried and tested tools for building scalable, interactive web applications. Many modern companies use frameworks as a standard part of their tooling... (more…)
Read more »
A familiar scenario for node.js developers: you want to make an HTTP request to a REST API, and depending on the response of the first… (more…)
Read more »
Hello stranger! So this might come as an unexpected advice. But if you're new to JavaScript or Web development in general, you really should consider playing around with userscripts.
In this article, I will try to explain what are userscripts, why I ... (more…)
Read more »