Sequelize: Configure for any Framework

Sequelize is the most common node ORM for databases like, MySQL, MariaDB, Postgres, Microsoft SQL Server, SQLite etc. In this article we are going to set up sequelize for any node framework.

NodeJS: Send HTML email using EJS and Sendmail

The simplest solution for sending an email with Node would be to use Sendmail. If you want to send an HTML email, use handlebar or ejs for handling the template (I am using ejs here).