The MERN technology stack is one of the most popular. It stands for MongoDB, ExpressJS, ReactJS, and NodeJS. As you can imagine, it takes a lot of dedicated learning and persistence to learn that many technologies and frameworks just to develop a full-stack app! In this MERN stack roadmap, I’m going to show you how … Read More “MERN Stack Roadmap: a Guide for Developers” »
Category: Node.js
Node.js Articles
MERN Stack vs MEAN Stack is a long-running debate. You’ve probably heard of these two popular tech stacks for web applications. With the exponential growth of JavaScript as a full-stack programming language, dozens of different tech stacks are being devised to utilize the new frameworks. But MERN and MEAN remain the most popular. (Along with … Read More “MERN Stack vs. MEAN Stack: What’s the Difference?” »
One of the most popular tech stacks of the decade is the MERN stack: short for MongoDB, Express.js, React.js, and Node.js. (JS, JS, JS – crazy, right?) This is an extremely versatile method of creating web applications, especially because JavaScript is used for both the front end and the back end. This creates a seamless … Read More “What is a MERN Stack and How Do I Create One?” »
Express.js is a minimalist, unopinionated, and extremely flexible web framework with almost 25,000,000 weekly npm downloads. It allows us to quickly and easily set up a web server with Node.js and write our own API code to interact with the back-end technologies of a website. With this guide, you can have your first Express … Read More “How to Set Up an Express Server in 7 Easy Steps” »