Node.js

Node.js: renaming files recursively

In Node.js renaming multiple files recursively is quite a simple task.

September 29, 2018
Node.js

Node.js: import data in DBF format into LibreOffice Calc

With Node.js we can import data in DBF format into LibreOffice Calc.

September 28, 2018
Node.js

Node.js: how to set up an app on Ubuntu Server with nginx and Let's Encrypt

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.

September 25, 2018
Node.js

How to import products from WooCommerce to Node.js

WooCommerce provides us with an XML file for exporting its products. We can use this export file to import products into a Node.js e-commerce site.

May 6, 2018
Node.js

Node.js: parsing a remote HTML page

In Node.js parsing a remote HTML page is quite simple.

April 9, 2018
Node.js

Node.js: enable HTTP authentication in ExpressJS

In Node.js we can enable HTTP authentication in ExpressJS.

April 5, 2018