Products
Features
YouTube Video Summarizer
Summarize YouTube videos
Web & PDF Highlighter
Highlight web pages & PDFs
Chat with PDF
Ask any PDF questions with AI
Ask AI Clone
Chat with your highlights & memories
Audio Transcriber
Transcribe audio files to text
Glasp Reader
Read and highlight articles
Kindle Highlight Export
Export your Kindle highlights
Idea Hatch
Hatch ideas from your highlights
Integrations
Obsidian Plugin
Notion Integration
Pocket Integration
Instapaper Integration
Medium Integration
Readwise Integration
Snipd Integration
Hypothesis Integration
Apps & Extensions
Chrome Extension
Safari Extension
Edge Add-ons
Firefox Add-ons
iOS App
Android App
Discover
Discover
Ideas
Discover new ideas and insights
Articles
Curated articles and insights
Books
Book recommendations by great minds
Posts
Essays and notes from readers
Quotes
Inspiring quotes collection
Videos
Curated videos and summaries
Explore Glasp
Glasp Newsletter
Weekly insights and updates
Glasp Talk
Interview series with great minds
Glasp Blog
Latest news and articles
Glasp Use Cases
Learn how others use Glasp
Build & Support
Glasp API
Access Glasp's API for developers
MCP Connector
Connect Glasp to Claude & ChatGPT
Community
Glasp Reddit Community
Students
Student discount and benefits
FAQs
Frequently Asked Questions
AboutPricing
DashboardLog inSign up

MERN Stack Crash Course for beginners (MongoDB, ExpressJs, React, NodeJS in 8 hours)

22.5K views
•
September 5, 2021
by
Code with Ahsan
YouTube video player
MERN Stack Crash Course for beginners (MongoDB, ExpressJs, React, NodeJS in 8 hours)

TL;DR

This video tutorial teaches viewers the basics of the MERN (MongoDB, Express, React, Node.js) stack, from setting up a backend server to creating a frontend application.

Transcript

are you an aspiring web developer and you want to learn mustache but you might have tried several tutorials which do not start from scratch well this video will teach you one stack right from the scratch and by the end of this video you will learn the basics of merge stack so you can continue your journey of becoming an amazing web developer hey ev... Read More

Key Insights

  • 📝 Showing dummy nodes in the UI:
  • Instead of fetching nodes from the backend, the app now uses dummy nodes, which are hard-coded in the dummyNodes.ts file.
  • The dummyNodes.ts file exports the dummy nodes array as the default export.
  • In the app component, the useEffect hook is used to initialize the nodesList state variable with the dummy nodes array when the component first renders.
  • The dummy nodes are logged to the console to verify their retrieval from the state.
  • The backend server is no longer needed, as the app now uses the hard-coded dummy nodes as data.
  • The getNotes function, which made a request to the backend, has been removed from the app component.
  • The useEffect hook is used to perform an action when the component is first rendered.
  • The useEffect hook takes a callback function as its first parameter. This function is executed when the component first renders.
  • The dependency array is an optional second parameter of the useEffect hook. By passing an empty array, the callback function is only executed once, when the component first renders.
  • In this case, the useEffect hook is used to update the nodesList state variable with the dummy nodes array when the component first renders.

Install to Summarize YouTube Videos and Get Transcripts

Explore YouTube Video Summarizer or Get YouTube Transcript Extractor

Questions & Answers

Q: What is the MERN stack and what are its components?

The MERN stack is a web development stack that consists of MongoDB (a NoSQL database), Express (a backend web framework), React (a frontend library), and Node.js (a runtime environment for the server-side JavaScript).

Q: What are the advantages of using the MERN stack for web development?

The MERN stack allows for a seamless full-stack JavaScript development experience, as it uses the same language and codebase for both the frontend and backend. It also provides flexibility, scalability, and a large community for support and resources.

Q: What is the role of a frontend framework like React in the MERN stack?

React is responsible for building the user interface of an application. It allows for modular and reusable components, efficient rendering, and a virtual DOM for better performance.

Q: How can beginners get started with learning the MERN stack?

Beginners can start by setting up a basic Node.js backend, learning about REST APIs and CRUD operations. They can then move on to building a React frontend and integrating it with the backend. Online tutorials, documentation, and practicing on small projects can help in the learning process.

Summary & Key Takeaways

  • The instructor, a software architect and Angular expert, streams on Twitch to teach beginners web development.

  • The tutorial focuses on building a MERN stack application, starting with creating a Node.js backend and setting up REST APIs.

  • The backend is hosted on a free tier platform, with the frontend deployed on GitHub Pages and the database hosted on MongoDB Atlas.


Read in Other Languages (beta)

English

Share This Summary 📚

Summarize YouTube Videos and Get Video Transcripts with 1-Click

Download browser extensions on:

Try YouTube Summary with ChatGPT & Claude or YouTube Transcript Generator

Explore More Summaries from Code with Ahsan 📚

MASTER Angular in 90 Minutes with This Crash Course thumbnail
MASTER Angular in 90 Minutes with This Crash Course
Code with Ahsan

Summarize YouTube Videos and Get Video Transcripts with 1-Click

Download browser extensions on:

Try YouTube Summary with ChatGPT & Claude or YouTube Transcript Generator

Apps & Extensions

  • Chrome Extension
  • Safari Extension
  • Edge Add-ons
  • Firefox Add-ons
  • iOS App
  • Android App

Key Features

  • YouTube Video Summarizer
  • Web & PDF Summarizer
  • Web & PDF Highlighter
  • Chat with PDF
  • Ask AI Clone
  • Audio Transcriber
  • Glasp Reader
  • Kindle Highlight Export
  • Idea Hatch

Integrations

  • Obsidian Plugin
  • Notion Integration
  • Pocket Integration
  • Instapaper Integration
  • Medium Integration
  • Readwise Integration
  • Snipd Integration
  • Hypothesis Integration

More Features

  • APIs
  • MCP Connector
  • Blog & Post
  • Embed Links
  • Image Highlight
  • Personality Test
  • Quote Shots

Company

  • About us
  • Blog
  • Community
  • FAQs
  • Job Board
  • Newsletter
  • Pricing
Terms

•

Privacy

•

Guidelines

© 2026 Glasp Inc. All rights reserved.