Node.js Node.js: how to avoid callback hell without breaking the Event Loop January 20, 2019 We can avoid callback hell in Node.js without breaking the Event Loop. Read more
Node.js The problem with UUIDs in Node.js January 16, 2019 In Node.js UUIDs should be used wisely. Read more
Node.js Node.js: resize images as thumbnails on the fly in ExpressJS December 16, 2018 We can create image thumbnails on the fly with ExpressJS and the gm module. Read more
Node.js Node.js: Promises and exceptions: a singularity November 28, 2018 Promises in Node.js require an extra attention when it comes to what happens to exception handling. Read more
Node.js Node.js: do not reinvent the wheel by serving static files from scratch November 27, 2018 In Node.js serving static files from scratch is quite a long and complex task. Read more
Node.js Node.js: routing in ExpressJS: the basics November 26, 2018 ExpressJS provides us with a series of enhancements for handling HTTP routing in Node.js. Read more
Node.js Node.js: how to encrypt a credit card number November 26, 2018 With Node.js we can encrypt a credit card number. Read more
Node.js Node.js: renaming files recursively September 29, 2018 In Node.js renaming multiple files recursively is quite a simple task. Read more
Node.js Node.js: import data in DBF format into LibreOffice Calc September 28, 2018 With Node.js we can import data in DBF format into LibreOffice Calc. Read more
Node.js Node.js: how to set up an app on Ubuntu Server with nginx and Let's Encrypt September 25, 2018 In this article we're going to explain how to set up a Node.js app with nginx and Let's Encrypt on Ubuntu Server 16.04. Read more