ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

532 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

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

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

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

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

18h 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

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

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

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

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

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

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

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

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

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

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

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

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

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

11d ago