ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

1,472 results

ByteMonk
The Genius Behind Node.js Single Thread Model 🚀

The Single Thread Model is at the core of how JavaScript works in browsers and Node.js—and understanding it is key for building ...

8:27
The Genius Behind Node.js Single Thread Model 🚀

59,990 views

9 months ago

Boot dev
How does the Event Loop work?

JavaScript looks simple - but under the hood, it's doing a lot. Learn how promises, the event loop, call stack, and task queues work ...

18:46
How does the Event Loop work?

22,326 views

9 months ago

ByteMonk
Worker Threads in Node.js: The Secret to High-Performance Backends 🔥

Node.js is famously single-threaded—but when you hit CPU-heavy operations like encryption, data processing, or image resizing, ...

7:52
Worker Threads in Node.js: The Secret to High-Performance Backends 🔥

35,384 views

9 months ago

The Coding Gopher
99% of Developers Don't Get Event Loops

Inquiries: thecodinggopher@gmail.com ‍ Get 40% OFF CodeCrafters: https://app.codecrafters.io/join?via=the-coding-gopher ...

6:03
99% of Developers Don't Get Event Loops

6,634 views

10 months ago

CITYJS CONFERENCE
Matteo Collina - Do not thrash the Node.js Event Loop

Deploying Node.js at scale is an art mastered by few. The most common problem is an exhaustion of resources that allows the ...

17:38
Matteo Collina - Do not thrash the Node.js Event Loop

433 views

4 months ago

CodeLucky
🚀 Node.js Runtime Explained: Beginner's Guide to V8 & Event Loop

Dive into the world of Node.js and understand its runtime environment! This beginner-friendly guide breaks down how Node.js ...

3:49
🚀 Node.js Runtime Explained: Beginner's Guide to V8 & Event Loop

211 views

5 months ago

Code Bless You
The ONLY Video you need to Understand "How Node JS Works"

Node JS Full Course 2025 - https://www.udemy.com/course/the-ultimate-nodejs-course-2025-express-mongodb-rest-apis/?

14:51
The ONLY Video you need to Understand "How Node JS Works"

240 views

2 months ago

logicBase Labs
How Node.js Works Under the Hood

Learn how Node.js works under the hood in simple terms. Understand the V8 engine, event loop, non-blocking I/O, libuv, and ...

17:20
How Node.js Works Under the Hood

8,068 views

3 months ago

codesofttech
Node.js Event Loop Explained in 60 Seconds 🚀

Learn how Node.js handles multiple requests using its Event Loop and non-blocking I/O — all in one short visual explanation!

1:15
Node.js Event Loop Explained in 60 Seconds 🚀

12 views

3 months ago

Server Logic Simplified
How Do You Identify Event Loop Blocking In Node.js? - Server Logic Simplified

How Do You Identify Event Loop Blocking In Node.js? Are you curious about how to identify when your Node.js server is ...

3:14
How Do You Identify Event Loop Blocking In Node.js? - Server Logic Simplified

14 views

3 months ago

Leela Web Dev
135. Why Node.js is Fast (Even Though Single-Threaded!) | Event Loop, Thread Pool, Cluster Explained

Node.js is single-threaded… so how does it stay so fast? In this video, we break down how Node.js handles thousands of ...

7:23
135. Why Node.js is Fast (Even Though Single-Threaded!) | Event Loop, Thread Pool, Cluster Explained

309 views

5 months ago

Server Logic Simplified
How Does The Node.js Event Loop Actually Work? - Server Logic Simplified

How Does The Node.js Event Loop Actually Work? Ever wondered how Node.js manages to handle multiple tasks efficiently on a ...

3:27
How Does The Node.js Event Loop Actually Work? - Server Logic Simplified

4 views

3 months ago

Codeminer42
Monitoring the event loop lag in a Node.js application, Paulo Souza

We'll learn what is the event loop lag and what it shows about a Node.js app's performance. Furthermore, we'll learn how we can ...

33:17
Monitoring the event loop lag in a Node.js application, Paulo Souza

547 views

Streamed 8 months ago

JDK Skill
Node.js Event Loop Explained | Call Stack, libuv & Why Node.js is Super Fast 🚀 | JDK Skill

Learn Node.js Event Loop in just 4 minutes! Understand Call Stack, libuv & why Node.js is super fast ⚡ Subscribe to JDK Skill ...

4:03
Node.js Event Loop Explained | Call Stack, libuv & Why Node.js is Super Fast 🚀 | JDK Skill

10 views

5 months ago

CodeLucky
Blocking vs Non-Blocking Code in Node.js: Explained for Beginners!

... operations * Node.js Event Loop * Best practices for writing asynchronous code Start building better Node.js applications today!

3:43
Blocking vs Non-Blocking Code in Node.js: Explained for Beginners!

179 views

5 months ago

Simplilearn
Top 15 Node JS Interview Questions And Answers 2026 | Node JS Backend Interview | Simplilearn

Full Stack Java Developer Program (Discount Code - YTBE15) ...

18:27
Top 15 Node JS Interview Questions And Answers 2026 | Node JS Backend Interview | Simplilearn

28,249 views

11 months ago

Server Logic Simplified
How Do Node.js Worker Threads Prevent Event Loop Blocking? - Server Logic Simplified

How Do Node.js Worker Threads Prevent Event Loop Blocking? Have you ever wondered how Node.js handles multiple tasks ...

3:15
How Do Node.js Worker Threads Prevent Event Loop Blocking? - Server Logic Simplified

9 views

3 months ago

Devowski
Understand Any JavaScript Code: Call Stack & Event Loop

Master JavaScript Essentials: Runtimes, Control Flow, Execution Context, Expressions, Call Stack, Callbacks, Event Loop, Async ...

31:19
Understand Any JavaScript Code: Call Stack & Event Loop

480 views

1 month ago

Server Logic Simplified
What Causes Node.js Event Loop Starvation? - Server Logic Simplified

What Causes Node.js Event Loop Starvation? Ever wondered what causes Node.js event loop starvation and how it impacts your ...

3:01
What Causes Node.js Event Loop Starvation? - Server Logic Simplified

17 views

3 months ago

Server Logic Simplified
How Does Libuv Power The Node.js Event Loop I/O? - Server Logic Simplified

How Does Libuv Power The Node.js Event Loop I/O? Have you ever wondered how Node.js manages to handle multiple tasks ...

3:34
How Does Libuv Power The Node.js Event Loop I/O? - Server Logic Simplified

27 views

3 months ago

Dennis Peter Munyao
Node.js Worker Threads & Event Loop Explained | Part 1 | JavaScript Performance Tips

Loop! In this video, I break down these core Node.js concepts in a clear, beginner-friendly way, using real-world analogies and ...

44:11
Node.js Worker Threads & Event Loop Explained | Part 1 | JavaScript Performance Tips

89 views

4 months ago

Server Logic Simplified
What Does `setImmediate()` Do In The Node.js Event Loop? - Server Logic Simplified

What Does `setImmediate()` Do In The Node.js Event Loop? Curious about how Node.js manages tasks behind the scenes?

3:23
What Does `setImmediate()` Do In The Node.js Event Loop? - Server Logic Simplified

5 views

3 months ago

Abe Solyman
Node JS #2 - Node and the Event Loop

Resources: https://medium.com/@rahul.jindal57/event-loop-in-node-js-76edd2ff909d https://nodeloops.com/ ...

21:36
Node JS #2 - Node and the Event Loop

160 views

1 month ago

DebuggingMyBrain
How Does Single-Threaded Node.js Outperform Multithreading? | Event Loop & libuv Explained Simply

Ever wondered how a single-threaded program like Node.js can outperform multithreaded applications? It might seem ...

4:59
How Does Single-Threaded Node.js Outperform Multithreading? | Event Loop & libuv Explained Simply

122 views

9 months ago

Stack Crate
How Node.js Works: V8 Engine, Event Loop, & LibUV Explained

How is Node.js so incredibly fast and efficient, even when handling thousands of simultaneous connections? It's the paradox of a ...

7:01
How Node.js Works: V8 Engine, Event Loop, & LibUV Explained

151 views

1 month ago