Naved Ahmed khangeeky-naved.hashnode.dev·Nov 15, 2024Deploy a MERN Backend on Vercel for FreeLearning to deploy your backend is an essential part of becoming a full-stack developer. In this tutorial, we’ll create a simple Express API and deploy it to Vercel step-by-step. Step 1: Create a Simple Express API Let’s start by setting up a basic ...DiscussMERN Stack
Naitik Prajapatinaitikprajapati01.hashnode.dev·Nov 7, 2024How to Recreate React Features Using Only Vanilla JavaScriptAs a web developer, understanding the underlying principles of popular libraries and frameworks can be incredibly valuable. In this article, we'll explore how to implement a basic React-like functionality using only vanilla JavaScript. By understandi...Discuss·2 likes·46 readsReact
Hire Remote Developersmukeshram.hashnode.dev·Oct 22, 2024MERN Stack Development: A Brainstorming for Do’s & Don'tsIntroduction The MERN stack, which comprises MongoDB, Express.js, React, and Node.js, definitely has become one of the most popular choices when talking about full-stack JavaScript development. This stack gives one the ability to create dynamic web a...DiscussMern Stack Development
hackthichackthic.hashnode.dev·Oct 2, 2024One Month Backend Job Ready Revision Plan, Week wise plan (MERN Backend)Week 1: Node.js Core and Advanced Express.js 🚀 Topics: Node.js Core Concepts: Asynchronous programming (callbacks, promises, async/await). ⏳ Event Loop and Streams. 🔄 Error handling (try/catch, async error handling). ⚠️ Advanced Express.js: ...Discussbackend developments
Rohan Kumar Pandeyrohanpandey.hashnode.dev·Oct 1, 2024React data fetching along with best practicesEver felt like fetching data in React is trickier than making the perfect cup of coffee? One minute, everything’s smooth, and the next, you’re dealing with an endless loading spinner or a mystery error message. But don’t worry—everyone’s been there! ...Discuss·40 readsReact
Ishika kesarwaniishikkkkaaaa.hashnode.dev·Sep 3, 2024Unlock the Power of MERN: The Ultimate Stack for Modern Web Development 🚀Are you ready to dive into the dynamic world of web development? Whether you're building a sleek new app or enhancing an existing project, understanding the MERN stack is crucial. This all-star lineup of technologies empowers developers to create rob...DiscussDatabases
Rohan Shrivastavarohanblogs.hashnode.dev·Aug 10, 2024MERN vs MEAN: Which Stack Should I Choose?As a web developer, I'm often asked about the difference between MERN and MEAN stacks. Both are popular choices for building modern web applications, but which one is better? Let me break it down: What are they? MERN: MongoDB, Express.js, React, Nod...DiscussMERN Stack
Mosaddeka Mallicktechgeekpoint.hashnode.dev·Jul 27, 2024What is NodeJsTable of Contents What is NODEJS NODEJS ARCHITECTURE Key features of Nodejs A Simple Analogy How Event Looping Works Phases of the Event Loop NPM package manager Summary ABOUT NODEJS Node.js is an open-source JavaScript runtime environ...DiscussNode.js
Narottam Choudharynarottam.hashnode.dev·Jul 20, 2024Mastering Full Stack Development: Guide to Acing MERN Stack, React Native and AWS InterviewsIn the rapidly evolving world of software development, the role of a Full Stack Developer has become more critical than ever. Imagine yourself at the forefront of technology, seamlessly integrating both the front-end and back-end to create powerful, ...Discuss·21 likes·78 readsMongoDB
Abhishek Sharmaabhisheksharmacodes.hashnode.dev·Jul 4, 2024Scale your MERN App using ContainerizationMERN applications, built with MongoDB, Express.js, React, and Node.js, are a popular choice for building modern web applications. But as your MERN app grows, deployment and performance can become challenges. Containerization offers a solution by pack...DiscussMERN Stack