Forgot/Reset Password in Node js + Express + MySQL

In this tutorial, we’ll guide you through the process of sending a reset password link via email in a Node.js + Express + MySQL application using Nodemailer. We’ll also cover how to reset/update the password in the application using the sent reset password link. If you’ve already created a login and registration application using Node.js … Read more

Install LAMP (Linux, Apache, MySql & PHP) on Ubuntu 20.04 AWS EC2

In this tutorial, we will guide you through the step-by-step process of installing LAMP (Linux, Apache, MySQL, PHP) on an Ubuntu 20.04 AWS EC2 instance. How to Install LAMP (Linux, Apache, MySql & PHP) on Linux Ubuntu 20.04 AWS EC2 Step 1 – Launching a Virtual Machine Log into the AWS EC2 Management Console, and click … Read more