ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

104 results

Stack Crate
Master the Node.js Event Loop: Tasks, Microtasks, and LibUV (Single-Thread Secret)

How can Node.js, with its single main thread, handle massive workloads and thousands of requests without freezing? The secret ...

5:55
Master the Node.js Event Loop: Tasks, Microtasks, and LibUV (Single-Thread Secret)

9 views

4 weeks ago

FullStackSoftwareQA
JavaScript Async Explained: Web APIs, Node.js & the Event Loop

Hey developers! Quick question: Is JavaScript synchronous or asynchronous? If you said 'async' because of setTimeout and ...

16:42
JavaScript Async Explained: Web APIs, Node.js & the Event Loop

0 views

3 weeks ago

Kumar
Nodejs  Eventloop explainvideo
41:37
Nodejs Eventloop explainvideo

0 views

2 weeks ago

Tai Tien Tech
NodeJs: Event loop and Blocking

1. Vị trí trong kiến trúc Node.js • process.nextTick(): Không phải là một phần của Event Loop (libuv). Nó thuộc về một hàng đợi đặc ...

6:08
NodeJs: Event loop and Blocking

0 views

6 days ago

Vicky Developer
How Node.js Scales to Millions of Concurrent Connections

Node.js Scalability: From 1 to 1000000+ Users || The Hidden Architecture That Makes Node.js So Fast Discover the architectural ...

1:55
How Node.js Scales to Millions of Concurrent Connections

0 views

2 weeks ago

Backend Lab
This Tiny Node.js Mistake Caused 2s Event Loop Lag

Most Node.js developers think process.nextTick, setImmediate, and setTimeout(fn, 0) all mean “run this later.” That assumption ...

7:50
This Tiny Node.js Mistake Caused 2s Event Loop Lag

0 views

23 hours ago

TechStack Journey
Why NGINX Is Insanely Fast (Event Loop & Non-Blocking Explained)

How does NGINX handle millions of requests with just a few processes? In this video, we break down the event-driven, ...

5:50
Why NGINX Is Insanely Fast (Event Loop & Non-Blocking Explained)

80 views

7 days ago

Tripti Gupta
Ever thought what exactly Nodejs is?? (Event Loop + npm + Modules Made Easy)

WELCOME TO DAY 2 of my 21 Days Backend Challenge! Today we're learning Node.js, but in the simplest, funniest, and ...

9:24
Ever thought what exactly Nodejs is?? (Event Loop + npm + Modules Made Easy)

220 views

4 weeks ago

Code At Night
Visualized - Event loop, Callback queue, macro and microtask queue

Similar Searches How JavaScript Event Loop works What are Web APIs in JavaScript JavaScript call stack explained for ...

9:19
Visualized - Event loop, Callback queue, macro and microtask queue

23 views

3 weeks ago

Developer Roadmaps
Node.js | JavaScript Unleashed

For years JavaScript lived only in the browser — until Node.js changed everything. In this video, we'll explore how Node works ...

7:58
Node.js | JavaScript Unleashed

49 views

3 weeks ago

Backend Lab
What Actually Happens When You Run node index.js?

Ever wonder what's actually happening behind the scenes when you run node index.js? It's far more than just executing ...

7:28
What Actually Happens When You Run node index.js?

126 views

2 weeks ago

Backend Lab
Your Node.js App Is “Async” — So Why Are Timers Failing?

The Node.js Event Loop phases. In this video, we dissect a real production failure caused by event loop phase starvation — a ...

7:33
Your Node.js App Is “Async” — So Why Are Timers Failing?

2 views

3 days ago

Backend Lab
Node.js ≠ JavaScript ⚠️ The C++ Layer That Breaks Production Apps

Node.js is NOT just JavaScript — and this misunderstanding crashes real production systems. A high-performance image ...

6:52
Node.js ≠ JavaScript ⚠️ The C++ Layer That Breaks Production Apps

70 views

11 days ago

Nik Exploits
D2 : Build Like a Pro: Node.js Architecture & Scalable Development

Unlock the true power of Node.js! In Day 2 of our series, we move beyond the basics to explore the core Architecture and ...

8:42
D2 : Build Like a Pro: Node.js Architecture & Scalable Development

11 views

11 days ago

KEVIN STZL
Javascript Expliqué en 4 Minutes

Aujourd'hui, JavaScript est partout. C'est le langage incontournable du web moderne : il permet de rendre les pages interactives, ...

4:03
Javascript Expliqué en 4 Minutes

5,383 views

3 weeks ago

QuickLearn Pro
What Happens When You Run JavaScript Code – Engine Explained Simply

... such as asynchronous programming, promises, async and await, event loop behavior, and server side JavaScript with Node js.

3:45
What Happens When You Run JavaScript Code – Engine Explained Simply

334 views

4 weeks ago

Backend Lab
Node.js Wasn’t Slow — You Misused V8 vs libuv (Real Production Failure)

Your Node.js app isn't slow because of async or I/O. It's slow because you misunderstood who does the work: V8 vs libuv. During ...

7:38
Node.js Wasn’t Slow — You Misused V8 vs libuv (Real Production Failure)

46 views

8 days ago

Shri codes
JavaScript Event Loop Interview Question Asked in MNCs
0:13
JavaScript Event Loop Interview Question Asked in MNCs

0 views

2 weeks ago

PhantomFeed
Advanced Node.js and JavaScript Engineering Patterns #js #javascript #ai #coding #nodejs #node

This comprehensive guide details advanced software engineering patterns specifically tailored for Node.js and JavaScript ...

6:48
Advanced Node.js and JavaScript Engineering Patterns #js #javascript #ai #coding #nodejs #node

2 views

11 days ago

Bite Technology
The Definitive Guide to Node js

What is Node.js? The Ultimate Overview! Dive into the world of Node.js, the powerful runtime that lets you use JavaScript ...

6:27
The Definitive Guide to Node js

25 views

3 weeks ago

CraftedScripts
Advanced Node.js Interview Questions & Answers | Beginner to Expert Level

Welcome to the Advanced Node.js Interview Questions and Answers video, designed to help you prepare from beginner to expert ...

28:34
Advanced Node.js Interview Questions & Answers | Beginner to Expert Level

38 views

3 weeks ago

Skillemy - Programming & Web Development
Node.js Complete Tutorial for Beginners | Learn Node.js in 3.5 Hours

... Engine 00:13:27 - 00:24:29 - The Event-Driven, Non-Blocking IO Model 00:24:29 - 00:34:47 - The Node.js Event Loop in Detail ...

3:30:01
Node.js Complete Tutorial for Beginners | Learn Node.js in 3.5 Hours

5 views

15 hours ago

Top Interviews
Top 25 Node js Interview Questions and Answers for 2026

Node.js interview questions full course tutorial 16. Node.js coding interview questions and answers 17. Node.js event loop ...

18:39
Top 25 Node js Interview Questions and Answers for 2026

0 views

2 days ago

BMR EDUCATION
Node.js Error Handling Explained | try-catch, async/await & Production Best Practices

... async/await ✓ Errors & the Node.js event loop — what really happens ✓ Unhandled promise rejections & uncaught exceptions ...

11:59
Node.js Error Handling Explained | try-catch, async/await & Production Best Practices

26 views

2 days ago

Sriniously
22. Concurrency & Parallelism: IO Bound vs CPU Bound

A comprehensive guide to concurrency and parallelism for backend engineers. We cover: - Why Concurrency Matters for Backend ...

1:28:06
22. Concurrency & Parallelism: IO Bound vs CPU Bound

3,419 views

9 days ago