ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

217 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

3 weeks 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

3 weeks 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

10 days 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

12 days 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

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

17 hours ago

Dilash Chimoriya
16 — The Event Loop — Tasks, Microtasks, and Execution Order

Follow tasks, microtasks, and the event loop to predict the order of asynchronous JavaScript code. An audio-first JavaScript study ...

45:10
16 — The Event Loop — Tasks, Microtasks, and Execution Order

6 views

2 weeks ago

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

11 views

3 weeks ago

Giggle Hub
Mastering Javascript Event Loop and Microtasks: How Js Actually Executes: Architecture & Code Walkth

Mastering JavaScript Event Loop and Microtasks: How JS Actually Executes: Architecture & Code Walkth - In this video, you'll ...

0:23
Mastering Javascript Event Loop and Microtasks: How Js Actually Executes: Architecture & Code Walkth

1 view

12 days 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

3 weeks ago

coreconceptlab
JavaScript - Callstack/Microtask/Macrotask/Eventloop

https://www.coreconceptlab.com/concepts/details/javascript-event-loop In this video, we break down the Call Stack, Microtasks, ...

11:50
JavaScript - Callstack/Microtask/Macrotask/Eventloop

12 views

3 days ago

Giggle Hub
Why Your Async JS Code Runs Out of Order: The Event Loop Decoded #Shorts

Understand how asynchronous JavaScript actually executes under the hood. This video decodes the JavaScript event loop, ...

3:11
Why Your Async JS Code Runs Out of Order: The Event Loop Decoded #Shorts

3 views

11 days 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

2 weeks ago

Giggle Hub
Mastering the JavaScript Event Loop: Fix Blocking Code & Async Gotchas #Shorts

Master the JavaScript Event Loop, call stack, Web APIs, task queues, and microtask queues. Learn how async/await and promises ...

3:17
Mastering the JavaScript Event Loop: Fix Blocking Code & Async Gotchas #Shorts

1 view

11 days 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

13 days 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

37 views

1 day ago

Bit by Bit Coding
JavaScript Event Loop Explained: Why setTimeout 0 Still Waits #JavaScript #EventLoop #Microtasks

JavaScript Event Loop Explained: Why setTimeout 0 Still Waits Explore the JavaScript Event Loop with a score demo and a pixel ...

3:16
JavaScript Event Loop Explained: Why setTimeout 0 Still Waits #JavaScript #EventLoop #Microtasks

4 views

5 days 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

12 days 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

10 days ago

The Machine Underneath
Why JavaScript Is Single Threaded — and What Runs First

The output is 1 4 3 2, and it is not a quirk: it is the event loop, and the two queues inside it decide both when your code runs and ...

14:26
Why JavaScript Is Single Threaded — and What Runs First

24 views

4 weeks ago