Course Hive
Courses
Summaries
Continue with Google
or

Node JS Tutorial for Beginners in Hindi - 2025

5.0 (2)
26 learners

What you'll learn

This course includes

  • 35.3 hours of video
  • Certificate of completion
  • Access on mobile and TV

Course content

1 modules • 128 lessons • 35.3 hours of video

Node JS Tutorial for Beginners in Hindi - 2025

128 lessons • 35.3 hours
  • Node.js Tutorial for Beginners in Hindi #1: Introduction to Node JS14:11
  • #2: Node.js History and Prerequisites: Everything You Need to Get Started!15:50
  • #3: Node.js Installation Step By Step in 2025 🧑‍💻14:09
  • #4: Node.js REPL Life Cycle Explained in Hindi with Practical Examples08:58
  • #6: Node.js Secrets🤯 Why There’s No Window or Document in the Server-Side World!18:46
  • #7: Node.js Modules : How to Export and Require Files in Node JS13:09
  • #8: Named & Aggregate Exports in Node.js: Easily Export and Require Multiple Functions and Variables11:24
  • #9: Path Module in Node.js : Learn Constants, Join Methods, and Useful Functions15:02
  • #10: OS Module in Node.js: Methods, Properties, and Practical Examples06:38
  • #12: FS Module in Node.js : Complete CRUD Operations & File Renaming (Sync)21:52
  • #13: Node.js FS Module (Async): How to Write, Read, Update, and Delete Files in Node.js12:43
  • Node.js FS Module with Promises: Write, Read, Update & Delete Files Easily19:40
  • #15: Node.js FS Module with Async/Await: File CRUD Operations🔥14:57
  • #16: Node.js Event Emitters: Practical Examples & Argument Handling Explained15:04
  • Node.js Challenge #1: Real-World Problem & Solutions Explained11:32
  • #18: Creating a Web Server in Node.js 🔥 HTTP Module in Node JS17:05
  • What is package.json? Learn How to Auto Restart Your Node.js App with Nodemon10:35
  • Restart Your Node.js App Without Nodemon: The Inbuilt Solution Explained!04:23
  • #21: ESModules in Node.js: Default, Named, and Aliased Imports Explained!13:05
  • NPM in Node.js: Install Packages, Commands, and Versions Explained!17:00
  • Node.js Versioning Explained: Symbols, Systematic Versions, and NPM Commands11:16
  • NPM Commands: Install, Update, and Manage Node.js Packages11:33
  • Global NPM Packages Explained: Manage, Update, and Remove Easily!10:29
  • How Node.js Works behind the Scene with Live Practical Examples!13:59
  • How Node.js Works: V8 Engine, Event Loop, and Worker Threads Explained!08:43
  • Node.js Project #1: Build a CLI Todo App Using Node.js17:09
  • Node JS Project #2: Create a CLI File Creation App Using Node.js11:50
  • Create a Random Joke Generator App in Node.js14:23
  • Node.JS Project #4: Build a Real Time Currency Converter App in Node.js22:18
  • Node.js Project #5: Build a Weather App in Node.js | Fetch Real-Time Weather Data Using API12:28
  • Build a URL Shortener with HTML, CSS & Node.js || P-113:47
  • Serving HTML & CSS File in Node || URL Shortener with Node.js (Part 2)19:16
  • URL Shortener Project in Node.js (Part 3) | Handling Form Submissions in Node.js37:40
  • 🚀 Show Links in HTML by Fetching Data from Node.js | Real-time URL Display with JSON11:46
  • Final Video 🔗 Build URL Shortener with Node.js – Truncate Text & Redirect Logic Explained!10:40
  • 🌐 How the Web Really Works! DNS, HTTP & HTTPS Explained with Animations 🚀09:14
  • Express JS Tutorial for Beginners in Hindi 🔥 Build Your First Express JS Server from Scratch17:41
  • Environment Variables in Node.js & Express | Setup .env Files and Best Practices18:48
  • Fix Port Number Issues in Node.js | Check, Release, and Set Ports Using .env03:57
  • Validate Environment Variables in Express.js Using Zod19:00
  • Host Your Node.js App for FREE 🔥13:00
  • How to Send Files in Express JS | Fix __dirname Not Working in Express JS09:54
  • 🔥 Serve HTML CSS & JavaScript Files in Express.js | express.static Explained08:42
  • 🚀 ES Modules in Node.js - Caveats, __dirname & __filename Fixes | Top-Level Await Explained10:42
  • Route Parameters in Express.js | Dynamic Routes, URL Params & Handling Spaces11:24
  • Query Parameters in Express | Real Examples & Practical Demo10:53
  • 🚀 How to Handle Form Submission in Express | GET & POST Methods Explained12:56
  • 🔴 How to Handle a 404 Error Page in Express JS06:54
  • Express.js Project URL Shortene: Step-by-Step Guide for Beginners30:34
  • Express Router🔥Separating routes in separate modules11:05
  • EJS Template Engine in Express.js | Dynamic Content Made Easy20:43
  • EJS Partials in Express: Reusable Components Like React JS07:15
  • Controllers in Express.js: Simplify Your URL Shortener Project20:43
  • Upgrade Your URL Shortener Project: Add Dynamic Content with EJS in Express.js15:38
  • Streams and Buffers in Node.js | Simple File Copy Example with Events17:07
  • Databases Introduction for Full-Stack Developers🔥14:48
  • MongoDB & Express.js CRUD Operations Tutorial13:55
  • Adding MongoDB to our Express URL Shortener Project22:02
  • Mongoose with Express: Easy Setup, Schema, Model, and Data Insertion Explained21:09
  • Mongoose Middleware Explained with Real Example 👍18:55
  • MongoDB Mongoose Challenge: Solve It Step by Step!03:08
  • MySQL in Hindi (2025) 🔥 | Complete Installation & Setup Guide for Beginners16:00
  • 📌 MySQL in One Video Using Workbench in Hindi16:58
  • MySQL + Node.js Crash Course🔥Connect MySQL with Express & Perform CRUD Operations31:30
  • Build a Project using Node.js, Express JS & MySQL🔥35:17
  • Prisma ORM in One Video🔥Setup, Migrations, CRUD & Best Practices41:25
  • Build a Dynamic Project with Prisma, MySQL & Express23:14
  • Drizzle ORM Full Course Tutorial For Beginners🔥29:25
  • Drizzle ORM with MySQL – Full Dynamic Project with Free Source Code 🚀35:16
  • Express.js Authentication: Registration & Login Page with EJS13:31
  • What Are COOKIES❓Storing & Accessing User Data with Cookie23:48
  • Cookie Parser Middleware – Set and Get Cookies Easily08:53
  • Authentication vs Authorization Explained with Real-Life Examples08:50
  • Creating User Schema in Drizzle ORM – Backend Authentication Setup09:37
  • Handling User Registration in Express – Storing Data in Database16:10
  • Handling User Login in Express – Email & Password Validation + Redirection08:05
  • Bcrypt vs Argon2 – Which is the Best Password Hashing Algorithm?13:05
  • Secure User Authentication: Hash & Verify Passwords Using Argon207:54
  • Session vs JWT Authentication: Secure Your App with JSON Web Tokens18:17
  • Verify JWT Token in Node.js: Secure Authentication with Middleware13:41
  • 🔒 How to Create a Protected Route in Express for Profile Page12:31
  • Create a Dynamic Navbar & Logout Users in Express JS & MySQL🔥07:45
  • Error Handling and Flash Messages in Express.js 🚀15:27
  • 🎁 Get My Premium Node.js Series + PPT & Notes – 100% FREE for You! 🚀10:00
  • Connect Users with Short Links Table Using Foreign Key & Show Only Their Links After Login23:45
  • Zod Validation in Node.js – Secure Forms, Handle Errors & Improve UX!21:37
  • How to Edit & Update Shortcodes | Full CRUD Functionality in Node.js, EJS & MySQL28:40
  • Delete ShortLinks & Manage URLs in Express & MySQL11:25
  • Hybrid Authentication: Secure & Fast Login with Sessions + JWT (Access & Refresh Token)17:54
  • Creating a Session Schema for Hybrid Authentication (Session + JWT)21:06
  • Generating Access & Refresh Tokens After Login (Session + JWT)20:58
  • Refreshing Access Token When It Expires (Session + JWT)30:22
  • How to Logout Users in Express with MySQL (Session + JWT)07:46
  • How to Keep Users Logged In After Registration (Session + JWT)07:18
  • Implementing DRY Principle in Authentication ♻️ Reusable Function in Express.js & MySQL06:00
  • Create a Dynamic Profile Page in Node.js with MySQL (Step-by-Step)23:45
  • How Email Verification Works – Step-by-Step Logic22:11
  • Creating an Email Verification Schema for Secure Authentication in Express & MySQL14:04
  • How to Fix Drizzle Schema Migration Errors in Minutes05:37
  • How to Build an Email Verification Page in Node.js & MySQL15:32
  • Generate & Store 8-Digit Email Verification Token with Expiry Handling || Express & MySQL21:40
  • Send Emails in Node.js Using Nodemailer & Ethereal – Step-by-Step25:06
  • DBMS Transactions: Why & How to Use Transactions for Secure Email Verification15:42
  • What is URL API? Improving our Email Verification Links with URL API10:30
  • Verify Email by Clicking Gmail Link – Start Till End with Express & MySQL🔥33:23
  • SQL Joins with Real-Life Examples🔥Inner, Left & Right Join Explained!26:14
  • Improve Your App with SQL Joins – Shorter & Faster Queries Using Inner Join!13:17
  • Send Email Verification After User Registration with Express & MySQL09:37
  • 💌 Use MJML Instead of Old HTML to Send Dynamic Email Templates in Our App17:29
  • TAILWIND CSS V4 IS HERE! Install & Use It in React & Next.js 🔥08:31
  • 📧 Verify Emails in Official Gmail with Resend! (Node.js Email Setup 2025) 🚀14:14
  • Edit & Update User Profile Page in Express + MySQL🔥14:40
  • 😱 OOPS! I Made This NODE.JS MISTAKE – HERE’S The QUICK FIX! 🔥01:34
  • How to Change Password After Login in Express & MySQL - Part 1 (Step By Step)08:51
  • Password Validation with Zod in Express & MySQL – Change Password P-213:35
  • Securely Update User Password after Login in Express & MySQL - Part 313:19
  • FINALLY! Forgot Password in Express & MySQL is HERE! 🔑 | Schema + Page Setup (Part 1)23:40
  • 🔗 Create Reset Password Link & Store Token in DB! | Forgot Password Part 2 🚀25:35
  • 📧 Beautiful Password Reset Email with MJML! | Why MJML Over HTML? (Part 3)22:02
  • 📩 Send Password Reset Email in Gmail Using Resend API! (Part 4) | Express.js14:09
  • 🔐 Reset Password Page Setup & Secure Token Verification (Part 5) | Express.js19:36
  • 🔑 Password Reset Successful! Final Step Completed in Express.js & MySQL17:57
  • How Login with Google or OAuth Works | Simple Explanation with Sequence Diagram14:28
  • Complete Login with Google in Node.js, OAuth & MySQL 🔥01:00:41
  • GitHub OAuth Login in Node.js – Step-by-Step GitHub Authentication Tutorial43:00
  • Set Password After Social Login in Node.js & MySQL🔥NOT Reset Password24:46
  • Upload File in Node.js & MySQL Using Multer | Complete Image Upload Tutorial29:32
  • Add Image Preview & Remove Button in File Upload | Node.js & MySQL Advanced File Upload14:50

You may also be interested in

FAQs

Suggest a Youtube Course

Our catalog is built based on the recommendations and interests of students like you.

Course Hive
Download now and unlock unlimited audiobooks — 100% free
Explore Now