© 2023 Hashnode
#mern
Next.js is an open-source React-based framework for building server-side rendered (SSR) web applications. It was developed by Vercel (previously known as Zeit) and is designed to help developers build…
MERN stack is a collection of technologies that enables faster application development. It is used by developers worldwide. The main purpose of using MERN stack is to develop apps using JavaScript onl…
MongoDB is a popular NoSQL document database that stores data in flexible, JSON-like documents. Unlike traditional SQL databases, MongoDB does not require a predefined schema, making it easier to stor…
A Full Stack Developer role is always in high demand. This person knows about developing both- frontend and backend of a web application. If you wish to become a Full Stack Developer from scratch in 9…
In part 1 we created four forms and got the data into state of one parent component, Now we will create backend api's and send data to the backend as well as map the user's data into one react compone…
Completed with the back-end of the website and started with Front-end orderModel productModel userModel I can now create modify and play with the stock of the order Here's how I create an order in Postman All of the API routes are wo…
Problem Statement: I thought about the problem that some people face as they don't know frontend development but still want their landing page to showcase skills and projects so I build Designfolio , …
As the demand for full stack developers continues to grow, choosing the right tech stack is crucial for creating successful web applications. A tech stack is a combination of programming languages, fr…
This article explains how to perform user authentication in Node.js with express-js & MongoDB. In end, I have attached the GitHub repo. Alright, let's get down to the nitty-gritty and explore Authenti…
Fully done with Backend User routes learned a lot about routing and playing with APIs Added the following admin can see all the users Admin can get one user creating & updating reviews for the products Rating and number of reviews Dele…