ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

290 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

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

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

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

TheDroiD Gch™
Como funciona el EVENTLOOP de NodeJS

... de Node.js: el Event Loop #NodeJS #JavaScript #EventLoop #Backend #Programacion #NodejsTutorial #JavaScriptTutorial.

3:44
Como funciona el EVENTLOOP de NodeJS

6 views

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

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

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

Giggle Hub
Why Your Zero-Delay setTimeout Is Lying To You (Event Loop Masterclass) #Shorts

Master the JavaScript Event Loop and understand how asynchronous code really executes under the hood. In this tutorial, we ...

2:27
Why Your Zero-Delay setTimeout Is Lying To You (Event Loop Masterclass) #Shorts

1 view

11d ago

JSBits
JavaScript Interview Questions Day 3 | Event Loop, Call vs Apply vs Bind, Debounce & Throttle
1:30
JavaScript Interview Questions Day 3 | Event Loop, Call vs Apply vs Bind, Debounce & Throttle

9 views

2w ago

Aman Okuba
NodeJS Eventloop Simulation

Topics covered: Node.js, JavaScript event loop, libuv, asynchronous programming, callback queue, microtask queue, promises, ...

1:30
NodeJS Eventloop Simulation

15 views

2w ago

vlogommentary
Event Loop Queues in Browsers: Understanding Microtasks, Macrotasks, and More

Explore the different queues in the JavaScript event loop, including microtask, macrotask, requestAnimationFrame, and ...

3:05
Event Loop Queues in Browsers: Understanding Microtasks, Macrotasks, and More

4 views

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

Giggle Hub
Why Your JS App Freezes: The Event Loop & Microtasks Decoded #Shorts

Understand how the JavaScript event loop really works using a clear restaurant kitchen analogy. We trace the call stack, task ...

3:00
Why Your JS App Freezes: The Event Loop & Microtasks Decoded #Shorts

1 view

11d ago

Visorithm
JavaScript Explained in 100 Seconds

... Async/await and Promises * The JavaScript event loop * Node.js and backend JavaScript * TypeScript * npm and the JavaScript ...

1:37
JavaScript Explained in 100 Seconds

51 views

2d ago

code_js.shivam
Event loops in JS || Socha start karu !

IF YOU WANT MORE AND MORE ENHANCED MORE CONCEPTS! COMMENT BELOW !

2:48
Event loops in JS || Socha start karu !

9 views

4h ago

vlogommentary
Does a Synchronous Function Inside an Async Recursive Function Block Execution in JavaScript?

... foo() runs synchronously each time it's called inside bar(). bar() pauses on every await, letting the event loop handle other code.

3:13
Does a Synchronous Function Inside an Async Recursive Function Block Execution in JavaScript?

1 view

6d ago

Peter Schneider
The event loop, call stack, and setTimeout of 0 or some small value

The event loop, call stack, and setTimeout of 0 or some small value I hope you found a solution that worked for you :) The Content ...

2:30
The event loop, call stack, and setTimeout of 0 or some small value

1 view

2d ago

Code In Real Life
Sync vs Async Explained With a Restaurant Story (No Jargon)

Most explanations of async programming start with promises, callbacks and event loops. This one starts with a waiter. You're ...

1:28
Sync vs Async Explained With a Restaurant Story (No Jargon)

4 views

6d ago