Mysql is an essential part of a programmer who works as a web or backend developer(API) using PHP, Java, NodeJs,
Continue reading »Author: Rakesh
Cookies, Local Storage and Session Storage in JavaScript
Cookies, Local Storage, and Session Storage are web storage in which web application stores the data on the user’s browser.
Continue reading »Declaring JavaScript Variables: Var, Let and Const
You can define the variables in JavaScript using var, let, or const keywords. In this post, we will see the
Continue reading »Laravel 8 Contact Form API
In this tutorial, we are going to create a Laravel 8 Contact Form API and will store the form data
Continue reading »Laravel 8 Register and Login Rest API Using Passport
Laravel 8 Register and Login Rest API Using Passport. In this tutorial, you are going to learn of creating Register
Continue reading »Online Age Calculator Tool
The Age Calculator is an online tool to calculate the age from birthdate to present date. This can also be
Continue reading »What is staging site?
In this article, we will learn about a staging site. A staging site is a copy of a website that
Continue reading »What is a Website URL? How Does URL Work?
A website URL is the address of a particular website, directory, or file on the Internet. The URL is the
Continue reading »CSV To JSON Converter
CSV To JSON Converter converts the data in CVS format to JSON(JavaScript Object Notation). The first line or header of
Continue reading »CSV To SQL Converter
CSV To SQL Converter converts the data in CVS format to SQL queries. The first line or header of the
Continue reading »