ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

124 results

i don't want to learn
What is Node.js, Really? The Event Loop, Finally Clear | Node.js Zero to Production #1

What actually happens when Node.js runs your code? In this animated whiteboard episode, we go from "JavaScript trapped in the ...

17:24
What is Node.js, Really? The Event Loop, Finally Clear | Node.js Zero to Production #1

17 views

8 days ago

Milo
JavaScript Event Loop: Tasks, Microtasks, and Rendering

Why does a Promise callback run before setTimeout—even when the timer delay is zero? This JavaScript event loop explanation ...

6:04
JavaScript Event Loop: Tasks, Microtasks, and Rendering

3 views

10 days ago

KreatiWe
JavaScript Event Loop Explained & Visualized | Web APIs, Microtasks & Macrotasks

Master the JavaScript Event Loop step-by-step with clear visual animations! If you've ever wondered why setTimeout() doesn't ...

32:30
JavaScript Event Loop Explained & Visualized | Web APIs, Microtasks & Macrotasks

150 views

3 weeks ago

Platformatic
Should You Block the Event Loop?

Every Node.js developer learns the same rule on day one: never block the event loop. Async is good, sync is bad, and the libuv ...

27:18
Should You Block the Event Loop?

116 views

Streamed 8 days ago

EasyTechCode
Part-18 || Callbacks in Node.js Explained with Real Examples | Async Programming for Beginner

... Synchronous vs Asynchronous JavaScript, Error First Callback, Callback Hell, Non Blocking Programming, Event Loop Node.js, ...

13:08
Part-18 || Callbacks in Node.js Explained with Real Examples | Async Programming for Beginner

5 views

2 weeks ago

Code Tech
JavaScript's Event Loop Explained: By Breaking It Live

... the Node event loop, setTimeout vs setImmediate, and finally fixing a blocked loop with chunking. All demos run on Node.js 22; ...

16:20
JavaScript's Event Loop Explained: By Breaking It Live

28 views

3 weeks ago

The Hot Path
Why Does JavaScript Need an Event Loop If the OS Already Has Threads?

The operating system already has threads and a scheduler. It has been switching between work for decades. So why does ...

8:09
Why Does JavaScript Need an Event Loop If the OS Already Has Threads?

96 views

2 weeks ago

Codepoint
JavaScript Event Loop — The Interview Question Everyone Gets Wrong

The Event Loop Explained (2026) The final video in our async JavaScript series. We've covered Promises, async/await, and the ...

3:48
JavaScript Event Loop — The Interview Question Everyone Gets Wrong

42 views

3 weeks ago

ShowMixed IT
Bun vs  Node js  Why AI Backend Engineers are Making the Switch

... Infrastructure We optimize AI infrastructure by benchmarking Bun's Zig-powered runtime against the legacy Node.js event loop.

11:59
Bun vs Node js Why AI Backend Engineers are Making the Switch

40 views

3 weeks ago

SysSketch
Synchronous vs Asynchronous — The Event Loop, Explained

Every slow operation your program makes — a network call, a database query, a disk read — has to be handled somehow.

6:11
Synchronous vs Asynchronous — The Event Loop, Explained

13 views

3 weeks ago

i don't want to learn
Async JavaScript Finally Makes Sense: Callbacks → Promises → await | Node.js Zero to Production #3

Async is where beginners get lost — and where Node developers are made. This episode climbs the whole ladder: callbacks, ...

12:09
Async JavaScript Finally Makes Sense: Callbacks → Promises → await | Node.js Zero to Production #3

9 views

8 days ago

Learn With Lawrence
Callbacks in JavaScript — Why They Run Exactly When They Do

Ever wondered why your callback doesn't run the moment you write it? This video shows you exactly when JavaScript actually ...

4:18
Callbacks in JavaScript — Why They Run Exactly When They Do

20 views

8 days ago

AK ZeroOne
How JavaScript handles asynchronous operations | Demystifying Event Loop

This video demonstrate how the Event Loop continuously coordinates and when queued callbacks can be moved to the Call ...

9:21
How JavaScript handles asynchronous operations | Demystifying Event Loop

12 views

2 weeks ago

Pixel Grid UI
setTimeout Is Not JavaScript, Engine vs Runtime Explained

The JavaScript engine and runtime are not the same thing, and the difference explains most of what people call "weird JavaScript ...

7:55
setTimeout Is Not JavaScript, Engine vs Runtime Explained

301 views

22 hours ago

RKs Academy
Why One Slow Node.js Request Makes Every User Wait

Your server answers a health check in about a millisecond. Then one user asks for a sorted report, and that same health check ...

9:04
Why One Slow Node.js Request Makes Every User Wait

5 views

2 weeks ago

HumaVolve
Node.js Training Backend Bootcamp | Day 1: The Secrets Behind Node.js, Event Loop & Express

Node.js Training Backend Bootcamp | Day 1: The Secrets Behind Node.js, Event Loop & Express Company website ...

32:42
Node.js Training Backend Bootcamp | Day 1: The Secrets Behind Node.js, Event Loop & Express

14 views

3 weeks ago

Karon Digital Academy
Day 13   How Node js Works | Understanding the Architecture of Node

Welcome to Day 13 of our Node.js Tutorial Series in Gujarati! In this video, we take an in-depth look at how Node.js works and ...

8:08
Day 13 How Node js Works | Understanding the Architecture of Node

10 views

2 days ago

Karon Digital Academy
Day 11   Understanding Sync Blocking vs Async Non Blocking Programming in Node js | With Examples

(5) How does the event loop handle asynchronous operations in Node.js? The event loop in Node.js manages non-blocking ...

7:19
Day 11 Understanding Sync Blocking vs Async Non Blocking Programming in Node js | With Examples

13 views

2 days ago

Luis Enrique Calero Anchelia
Asynchronous JavaScript & the event loop
2:08:11
Asynchronous JavaScript & the event loop

3 views

4 weeks ago

AltCampus
How setTimeout Really Works with the Call Stack

Walk through a single code example that ties together the call stack, Web Browser APIs, the callback queue, and the event loop.

9:28
How setTimeout Really Works with the Call Stack

134 views

2 weeks ago