Upload date
All time
Last hour
Today
This week
This month
This year
Type
All
Video
Channel
Playlist
Movie
Duration
Short (< 4 minutes)
Medium (4-20 minutes)
Long (> 20 minutes)
Sort by
Relevance
Rating
View count
Features
HD
Subtitles/CC
Creative Commons
3D
Live
4K
360°
VR180
HDR
268 results
Ever wondered how Node.js handles thousands of requests with just one thread? In this episode, we open up the event loop ...
7 views
13d ago
En este video vamos a entender uno de los conceptos más importantes de Node.js: el Event Loop #NodeJS #JavaScript ...
6 views
8d ago
Learn how Node.js works internally and how its architecture supports asynchronous, non-blocking I/O. This video explains the ...
58 views
3w ago
The Event Loop is one of JavaScript's most important concepts. Learn how the Call Stack, Web APIs, Callback Queue, and Event ...
59 views
12d ago
Learn how the Node.js event loop works through an interactive visual simulation. This video demonstrates how Node.js ...
15 views
2w ago
JavaScript is everywhere — but do you actually understand what happens behind the code? ⚡️ In this video, we break down ...
87 views
In this video, I break down the Node.js Event Loop in simple, real-world terms — no jargon, just a clear mental model you'll ...
416 views
10d ago
What is the Node.js Event Loop? Why does it matter for application performance? This video explains the event loop, ...
12 views
Follow tasks, microtasks, and the event loop to predict the order of asynchronous JavaScript code. An audio-first JavaScript study ...
JavaScript is single-threaded. So how does it handle timers, API calls, user clicks, and other asynchronous operations without ...
197 views
JavaScript can only run one line of code at a time — so how does it handle timers, API calls, and promises all at once without ...
Understand how asynchronous JavaScript actually executes under the hood. This video decodes the JavaScript event loop, ...
3 views
11d ago
Four lines of JavaScript, two of them callbacks. The one with a delay of zero comes out last — behind a promise that was created ...
24 views
4w ago
"Node is single-threaded — so how does one server handle 10000 users?" The Node.js questions Infosys asks in round 1, each ...
7d ago
Two pages. One line of code different. One of them freezes — and it is not the one you would guess. In this video: how the browser ...
158 views
11 views
SOURCES - Node.js docs — The Node.js Event Loop, Timers, and process.nextTick - libuv design overview — docs.libuv.org ...