Upload date
All time
Last hour
Today
This week
This month
This year
Type
All
Video
Channel
Playlist
Movie
Duration
Short (< 4 minutes)
Medium (4-20 minutes)
Long (> 20 minutes)
Sort by
Relevance
Rating
View count
Features
HD
Subtitles/CC
Creative Commons
3D
Live
4K
360°
VR180
HDR
104 results
How can Node.js, with its single main thread, handle massive workloads and thousands of requests without freezing? The secret ...
9 views
4 weeks ago
Hey developers! Quick question: Is JavaScript synchronous or asynchronous? If you said 'async' because of setTimeout and ...
0 views
3 weeks ago
2 weeks ago
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 days ago
Node.js Scalability: From 1 to 1000000+ Users || The Hidden Architecture That Makes Node.js So Fast Discover the architectural ...
Most Node.js developers think process.nextTick, setImmediate, and setTimeout(fn, 0) all mean “run this later.” That assumption ...
23 hours ago
How does NGINX handle millions of requests with just a few processes? In this video, we break down the event-driven, ...
80 views
7 days ago
WELCOME TO DAY 2 of my 21 Days Backend Challenge! Today we're learning Node.js, but in the simplest, funniest, and ...
220 views
Similar Searches How JavaScript Event Loop works What are Web APIs in JavaScript JavaScript call stack explained for ...
23 views
For years JavaScript lived only in the browser — until Node.js changed everything. In this video, we'll explore how Node works ...
49 views
Ever wonder what's actually happening behind the scenes when you run node index.js? It's far more than just executing ...
126 views
The Node.js Event Loop phases. In this video, we dissect a real production failure caused by event loop phase starvation — a ...
2 views
3 days ago
Node.js is NOT just JavaScript — and this misunderstanding crashes real production systems. A high-performance image ...
70 views
11 days ago
Unlock the true power of Node.js! In Day 2 of our series, we move beyond the basics to explore the core Architecture and ...
11 views
Aujourd'hui, JavaScript est partout. C'est le langage incontournable du web moderne : il permet de rendre les pages interactives, ...
5,383 views
... such as asynchronous programming, promises, async and await, event loop behavior, and server side JavaScript with Node js.
334 views
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 ...
46 views
8 days ago
This comprehensive guide details advanced software engineering patterns specifically tailored for Node.js and JavaScript ...
What is Node.js? The Ultimate Overview! Dive into the world of Node.js, the powerful runtime that lets you use JavaScript ...
25 views
Welcome to the Advanced Node.js Interview Questions and Answers video, designed to help you prepare from beginner to expert ...
38 views
... 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 ...
5 views
15 hours ago
Node.js interview questions full course tutorial 16. Node.js coding interview questions and answers 17. Node.js event loop ...
2 days ago
... async/await ✓ Errors & the Node.js event loop — what really happens ✓ Unhandled promise rejections & uncaught exceptions ...
26 views
A comprehensive guide to concurrency and parallelism for backend engineers. We cover: - Why Concurrency Matters for Backend ...
3,419 views
9 days ago