ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

496 results

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

295 views

5 months ago

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 🚀

56,832 views

8 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?

21,804 views

8 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,511 views

9 months ago

Code Compile
Master JavaScript Event Loop in 15 Mins! 🚀 ( Interview Special )

The Event Loop is responsible for coordinating between the Call Stack and the Callback Queue in JavaScript, ensuring that ...

15:31
Master JavaScript Event Loop in 15 Mins! 🚀 ( Interview Special )

17,081 views

8 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 🔥

33,428 views

8 months ago

Codingwithajay
Why setTimeout(0) Still Waits! | JavaScript Event Loop Explained

Think setTimeout(0) runs immediately? Think again. In this JavaScript challenge, we explore how setTimeout really works under ...

4:48
Why setTimeout(0) Still Waits! | JavaScript Event Loop Explained

20 views

6 months ago

Pratik Yesankar
Event Loop
19:53
Event Loop

17 views

4 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

7,819 views

2 months ago

Code Bless You
How Node JS Works Behind the Scenes [Easy Way] // Libuv, V8 Engine, Event Loop

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

14:51
How Node JS Works Behind the Scenes [Easy Way] // Libuv, V8 Engine, Event Loop

198 views

1 month 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

416 views

3 months ago

Codingshala
Why Node.js Async Nature is a Game Changer for Backend Performance | Day 14

Welcome to Day 14 of the "Backend Development Mastery" series! Today, we're diving into why Node.js's asynchronous ...

17:24
Why Node.js Async Nature is a Game Changer for Backend Performance | Day 14

812 views

7 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

129 views

2 weeks ago

FullStackSoftwareQA
JavaScript Async Explained: Web APIs, Node.js & the Event Loop

Hey developers! Quick question: Is JavaScript synchronous or asynchronous? If you said 'async' because of setTimeout and ...

16:42
JavaScript Async Explained: Web APIs, Node.js & the Event Loop

0 views

10 days ago

Interview Buddy
Top 20 Advanced Node.js Interview Questions

Prepare to ace your next advanced Node.js interview with this comprehensive guide to the top 20 most challenging questions and ...

9:56
Top 20 Advanced Node.js Interview Questions

45 views

11 months ago

Rusiru Gunaratne
JavaScript Runtime Environments Explained 🚀 How JavaScript Runs - Call Stack, Event Loop and Queues

Dive into the hidden world of JavaScript runtimes in this eye-opening exploration of what actually powers your code. Discover why ...

6:35
JavaScript Runtime Environments Explained 🚀 How JavaScript Runs - Call Stack, Event Loop and Queues

966 views

7 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

4 months ago

Stack Crate
Master the Node.js Event Loop: Tasks, Microtasks, and LibUV (Single-Thread Secret)

How can Node.js, with its single main thread, handle massive workloads and thousands of requests without freezing? The secret ...

5:55
Master the Node.js Event Loop: Tasks, Microtasks, and LibUV (Single-Thread Secret)

7 views

12 days ago

TekCasts
Event Loop & Async Basics

JavaScript is single-threaded… so how does Node.js handle multiple tasks at once without freezing up? ⚡️ In this episode, we ...

15:15
Event Loop & Async Basics

21 views

2 months 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

115 views

8 months ago