ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

1,769 results

Algorithmswithpeter
JavaScript Explained in 3 Minutes: From Basics to the Event Loop ⚡️

JavaScript is everywhere — but do you actually understand what happens behind the code? ⚡️ In this video, we break down ...

2:58
JavaScript Explained in 3 Minutes: From Basics to the Event Loop ⚡️

87 views

3w ago

Code Ceeker
How Your Async Code Can Still Block the Page | JavaScript Event Loop Explained

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 ...

14:32
How Your Async Code Can Still Block the Page | JavaScript Event Loop Explained

158 views

3w ago

Illuminated Dev
JavaScript Event Loop Explained | Call Stack, Web APIs, Microtasks & Macrotasks

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 ...

7:06
JavaScript Event Loop Explained | Call Stack, Web APIs, Microtasks & Macrotasks

12 views

2w ago

Codynn Learns
Asynchronous JavaScript #6 – JavaScript Event Loop Explained (Visual Guide)

The Event Loop is one of JavaScript's most important concepts. Learn how the Call Stack, Web APIs, Callback Queue, and Event ...

5:30
Asynchronous JavaScript #6 – JavaScript Event Loop Explained (Visual Guide)

57 views

12d ago

Python to Job
AsyncIO Coroutines & The Event Loop Explained | Python Tutorial #47

Step into asynchronous programming: the AsyncIO event loop, async def coroutines, non-blocking cooperative multitasking with ...

1:24
AsyncIO Coroutines & The Event Loop Explained | Python Tutorial #47

21 views

7d ago

ArcCoded
How Node.js Handles Thousands of Users on a Single Thread (Explained Simply)

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 ...

1:26
How Node.js Handles Thousands of Users on a Single Thread (Explained Simply)

416 views

10d ago

Developer Roadmaps
Node.js | Asynchronous Programming & The Event Loop

Ever wondered how Node.js handles thousands of requests with just one thread? In this episode, we open up the event loop ...

8:43
Node.js | Asynchronous Programming & The Event Loop

7 views

13d ago

NextGenDev
JavaScript Is Single-Threaded… So How Does This Work? 🤯

JavaScript is single-threaded… so how can it handle asynchronous operations? In this short, we break down the JavaScript ...

1:51
JavaScript Is Single-Threaded… So How Does This Work? 🤯

13 views

19h ago

Cooking The Code
JavaScript Event Loop Explained in under 7 Minutes➿ (with code example) #eventloop #codinginterview

JavaScript is single-threaded. So how does it handle timers, API calls, user clicks, and other asynchronous operations without ...

6:37
JavaScript Event Loop Explained in under 7 Minutes➿ (with code example) #eventloop #codinginterview

197 views

2w ago

Build with Ai
How Python's Async Event Loop Actually Works Under the Hood — Every Developer Must Know This

Most Python developers using async/await misunderstand what it actually does — it does NOT mean parallel execution.

17:14
How Python's Async Event Loop Actually Works Under the Hood — Every Developer Must Know This

31 views

2w ago

Tech Blueprint | Alok Srivastava
Node.js Architecture Explained | Event Loop, V8, Libuv & Async I/O Interview Question

Learn how Node.js works internally and how its architecture supports asynchronous, non-blocking I/O. This video explains the ...

1:06
Node.js Architecture Explained | Event Loop, V8, Libuv & Async I/O Interview Question

58 views

3w ago

eduwithlijas
JavaScript Event Loop Explained | How JavaScript Handles Async Code
15:43
JavaScript Event Loop Explained | How JavaScript Handles Async Code

11 views

3w ago

Elite Dev News
What is the event loop? JavaScript's concurrency model, decoded.

Python has the GIL. Go has goroutines. Rust has async runtimes. JavaScript has the event loop — one thread, ten million users.

3:05
What is the event loop? JavaScript's concurrency model, decoded.

7 views

10d ago

One Layer Down
Event Loop Design: A System Architecture Breakdown

Learn how the event loop manages high-concurrency tasks efficiently. This visual guide explains how systems handle multiple ...

24:46
Event Loop Design: A System Architecture Breakdown

16 views

3w ago

Tech Blueprint | Alok Srivastava
Node.js Event Loop Explained Simply | Interview Question for Senior Developers

What is the Node.js Event Loop? Why does it matter for application performance? This video explains the event loop, ...

0:51
Node.js Event Loop Explained Simply | Interview Question for Senior Developers

12 views

3w ago

AI Tech With ravi
Google ADK Fundamentals  Agent, Runner & the Event Loop Explained with Code !!

Google ADK Fundamentals: Agent, Runner & the Event Loop Explained (Theory + Hands-On Code) In this video, I break down ...

27:59
Google ADK Fundamentals Agent, Runner & the Event Loop Explained with Code !!

42 views

13d ago

Edumation
Browser Main Thread Is Expensive: JavaScript Event Loop Deep Dive

Ever wondered why your web app feels slow or "janky"? It's likely due to blocking the browser's main thread. This video dives ...

0:57
Browser Main Thread Is Expensive: JavaScript Event Loop Deep Dive

29 views

3w ago

Code Kaizen
Learn JavaScript 064: Event Loop & Call Stack Explained (2026)

Welcome back to the Complete JavaScript Course! You have made it to the "Final Boss" of JavaScript: Asynchronous ...

12:40
Learn JavaScript 064: Event Loop & Call Stack Explained (2026)

2 views

12d ago

coding world
JavaScript Event Loop Explained | Sync, Async, Web API & Callback | Lecture 20  #javascript #coding

JavaScript Event Loop explained in a simple and beginner-friendly way. Learn how synchronous and asynchronous JavaScript ...

58:08
JavaScript Event Loop Explained | Sync, Async, Web API & Callback | Lecture 20 #javascript #coding

40 views

1d ago

Mathew K Analytics
Python asyncio Explained: async/await & Event Loops | Standard Library #12

asyncio lets one Python process handle thousands of network calls at once. This lesson explains async/await from first principles, ...

16:49
Python asyncio Explained: async/await & Event Loops | Standard Library #12

29 views

6d ago