In Node.js, we can use WebAssembly modules and native C++ addons. If your app has performance critical parts, should you stay in JavaScript? Or write a nativ... (more…)
Read more »
In this article I will talk about why it is a bad idea to use classes in JavaScript, and what are some of the alternatives. (more…)
Read more »
If 2016 was the year of JavaScript fatigue then 2017 was most certainly the year of convergence. Most JavaScript frameworks have converged towards using similar tooling and concepts. (more…)
Read more »
Thou shalt not depend on me: analysing the use of outdated JavaScript libraries on the web Lauinger et al., NDSS 2017 Just based on the paper title alone, if you had to guess what the situation is … (more…)
Read more »
How to use multivariate linear regression with gradient descent (vectorized) in JavaScript to solve a regression problem ... (more…)
Read more »