Aditya Gupta

Aditya Gupta

Getting Form Data in Node.js

Getting Form Data In Node

When creating a to-do list application it is required to add a functionality of getting the to-do entered as input by the users, similarly, when creating a register page it is required to somehow get the entered username, password and…

Node.js MySQL Insert Record

Node Js MySQL Insert Record

We already have a tutorial on how to connect to the MySQL database using Node.js. Well, you can read it if you want to know, but it only allows you to interact with the database, what if you want to…