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
1,769 results
JavaScript is everywhere — but do you actually understand what happens behind the code? ⚡️ In this video, we break down ...
87 views
3w 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
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 ...
12 views
2w ago
The Event Loop is one of JavaScript's most important concepts. Learn how the Call Stack, Web APIs, Callback Queue, and Event ...
57 views
12d ago
Step into asynchronous programming: the AsyncIO event loop, async def coroutines, non-blocking cooperative multitasking with ...
21 views
7d ago
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
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
JavaScript is single-threaded… so how can it handle asynchronous operations? In this short, we break down the JavaScript ...
13 views
19h ago
JavaScript is single-threaded. So how does it handle timers, API calls, user clicks, and other asynchronous operations without ...
197 views
Most Python developers using async/await misunderstand what it actually does — it does NOT mean parallel execution.
31 views
Learn how Node.js works internally and how its architecture supports asynchronous, non-blocking I/O. This video explains the ...
58 views
11 views
Python has the GIL. Go has goroutines. Rust has async runtimes. JavaScript has the event loop — one thread, ten million users.
Learn how the event loop manages high-concurrency tasks efficiently. This visual guide explains how systems handle multiple ...
16 views
What is the Node.js Event Loop? Why does it matter for application performance? This video explains the event loop, ...
Google ADK Fundamentals: Agent, Runner & the Event Loop Explained (Theory + Hands-On Code) In this video, I break down ...
42 views
Ever wondered why your web app feels slow or "janky"? It's likely due to blocking the browser's main thread. This video dives ...
29 views
Welcome back to the Complete JavaScript Course! You have made it to the "Final Boss" of JavaScript: Asynchronous ...
2 views
JavaScript Event Loop explained in a simple and beginner-friendly way. Learn how synchronous and asynchronous JavaScript ...
40 views
1d ago
asyncio lets one Python process handle thousands of network calls at once. This lesson explains async/await from first principles, ...
6d ago