* # MERN Stack Development – Day 1 * Today was our first Full Stack Development class and it was very useful and interesting. We started learning the basics of MERN Stack and understood how frontend, backend, and database work together to build real-world web applications. At the beginning of the session, we created accounts on different platforms that are commonly used by developers. These included GitHub, Vercel, Render, MongoDB Atlas, DEV.to, LinkedIn, and GitHub Student Developer Pack. We learned the purpose of each platform and why they are important in modern web development. GitHub is used for storing and managing source code. Vercel is mainly used for frontend deployment. Render is used for backend server deployment. MongoDB Atlas is used for cloud database storage. DEV.to is used for sharing technical blogs and learning experiences. After setting up the accounts, we installed Node.js in our systems. We verified whether Node.js and npm were installed correctly using CMD commands.…