MMMd Moaz Shamiminmoazalien.hashnode.dev·Jan 28, 2024 · 3 min readThe topic of our discussion: Access token and Refresh Token.Let me explain it in simple language: Imagine you have a secret club, and you want only members to enter. To control access, you give each member a special badge (like an access token). Now, when someone wants to enter the club, they need to show the...00
MMMd Moaz Shamiminmoazalien.hashnode.dev·Jan 13, 2024 · 12 min readMongoDB Atlas SetupHow to connect database in MERN : Here we learnt about database connection: Here, we're looking at different ways to connect to a database and how we deal with problems that may come up. We're using MongoDB as our database, specifically MongoDB Atlas...00
MMMd Moaz Shamiminmoazalien.hashnode.dev·Jan 12, 2024 · 3 min readProfessional backend Setup :We commence our project by creating a use model for it. Refer to picture one for a visual representation. In the model, we observe that we handle images as part of our project. During this phase, we establish our file and folder structure. Ini...00
MMMd Moaz Shamiminmoazalien.hashnode.dev·Jan 11, 2024 · 14 min readData modeling with MongooseHere we learn the concept of data modeling: Before starting any backend project, the first important step is to analyze the data that we intend to store. This involves clarifying all the fields such as username, email, photos, password, date of birth...00