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
124 results
Learn how the JavaScript Event Loop works, including the call stack, microtask queue, macrotask queue, and the asynchronous ...
1 view
10 days ago
... the Event Loop isn't optional. It's foundational. #JavaScript #NodeJS #BackendEngineering #EventLoop #SystemDesign.
4 views
2 weeks ago
Master the Node.js event loop! Learn how JavaScript's single thread handles concurrency, the event loop phases, and the ...
3 views
3 weeks ago
Node.js s'installe simplement en téléchargeant l'environnement depuis le site officiel puis en vérifiant son fonctionnement via les ...
7 views
3 days ago
8 views
13 days ago
High CPU in Node.js doesn't always mean “slow JavaScript.” In this video, we break down a real production incident where a ...
35 views
First part video: https://www.youtube.com/watch?v=8cwZYMV-vaw Take part in TestSprite's $3000 Hackathon starting on 9th ...
19,152 views
6 days ago
JavaScript is single-threaded, but it can still handle asynchronous operations like timers, API calls, and promises. How does that ...
180 views
4 days ago
This video explains the event loop in simple terms in a way that is simple for beginners. You can use it as a foundation and then ...
31 views
1 month ago
JavaScript looks simple, but behind the scenes there's a full system running your code. In this video, you'll learn how the call stack ...
29 views
Understanding the JavaScript Event Loop is essential for every backend developer and Node.js engineer. In this video, we break ...
14 views
In this 1-hour Webinar, Martin Dilger demonstrates how to design and build a production-ready event-sourced Node.js application ...
646 views
9 days ago
What's the difference between microtasks and macrotasks in JavaScript? This video explains how Promise callbacks and ...
0 views
What You'll Learn in This Video: ✓ How Node.js Event Loop actually works ✓ Cluster mode & multi-core scaling ✓ Load ...
95 views
In this session, we introduce Node.js for beginner programmers with JavaScript knowledge. We cover what Node.js is and why it ...
Running HTTP requests and consuming messages from queues or brokers in the same Node.js process may seem ...
175 views
Streamed 1 month ago
Learn what an Event Loop is and how it powers asynchronous programming. The event loop allows programs to handle many ...
1 day ago
If you've ever heard terms like event loop, single-threaded, or non-blocking and felt completely lost, this video is for you.
94 views
When thousands of users hit your application at the same time, what actually happens inside the server? Does the server create ...
37 views
Bun is 10x faster than Node.js. That's the headline. But does it actually matter in production? In this deep architectural breakdown, ...