2026 Latest articles
Node.js
Node.js: data types exist and they may hurt
JavaScript is loosely typed. This is fine in 90% of the cases. Let's see what may happen in the remaining 10%.
February 5, 2019→
jQuery
jQuery: check when users start interacting with a web page
In jQuery we can check when users start interacting with a web page.
January 27, 2019→
Node.js
Node.js: how to avoid callback hell without breaking the Event Loop
We can avoid callback hell in Node.js without breaking the Event Loop.
January 20, 2019→
January 16, 2019→
Node.js
Node.js: resize images as thumbnails on the fly in ExpressJS
We can create image thumbnails on the fly with ExpressJS and the gm module.
December 16, 2018→
Node.js
Node.js: Promises and exceptions: a singularity
Promises in Node.js require an extra attention when it comes to what happens to exception handling.
November 28, 2018→