Node.js

Node.js: how to send an email with attachments using Nodemailer

Nodemailer allows us to send emails with attachments.

October 1, 2017
Node.js

Node.js: how to use the Open Exchange Rates API

We can use the Open Exchange Rates API to get the current exchange rate between currencies.

October 1, 2017
jQuery

jQuery: advanced plugin development techniques

There are several advanced techniques we can use to enhance our jQuery plugins.

September 3, 2017
Node.js

Node.js: directory listing with nginx

If you don't have special design requirements, then the best way to handle directory listing in Node.js is nginx.

August 27, 2017
Node.js

ExpressJS multilanguage: handling multiple languages with route parameters

To enable multilanguage support in ExpressJS we have to define how our application handles route parameters.

August 12, 2017
Node.js

How to create a simple website with Node.js and the default MongoDB database

In this article we're going to see how to build a website using Node.js and the default MongoDB database.

July 16, 2017