this article will explain two solutions on how to get the date and time in javascript. The first solution uses the date() object, and the second uses the external library Moment.js.
Read MoreHow to add Custom Error Handler Middleware to your Node.js/Express API
This post will discuss Error Handling and show you how to write and set up your own custom Error handler middleware function in Node.js/Express.js API.
Read MoreNode.js + MySQL : Add Forgot/Reset Password to Login-Authentication System.
This tutorial will show you how to add and implement a forgot and reset password feature to your MySQL + node.js API by using the Nodemailer module to send an email link to the user account and allow him to reset his password when he forgets it securely.
Read MoreNode.js + Nodemailer : How to send Emails via SMTP with Nodemailer
This article aims to demonstrate and explain how to send emails via SMTP with Nodemailer.
Read MoreHow to get Request Origin in Express.js?
This article will show you how to get a request Origin and request host in express.js.
Read MoreHow to get the Request Host in express.js?
This post will show you how to get a request Host in express.js.
Read More