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
39 results
Ever wonder how JavaScript keeps track of function calls? Enter the CALL STACK! It's a Last In, First Out (LIFO) structure - like a ...
0 views
5 minutes ago
Update React. Again #reactjs #react #javascript #webdev #nextjs.
2,214 views
6 days ago
Ever wondered why a stack trace is so vital when dealing with exceptions? This video dives deep into its crucial role in providing ...
Most JavaScript developers think they understand arrow functions vs normal functions â but this small example proves otherwise ...
2 hours ago
Explore how the V8 engine manages JavaScript's call stack alongside C+ + call stacks, clarifying common misconceptions about ...
5 days ago
Mind blown yet? JavaScript execution happens in TWO phases: Phase 1: Memory Creation Phase - Scans entire code - Allocates ...
62 views
3 days ago
What is Stored XSS Web Attack? Stored Cross-Site Scripting (Stored XSS) occurs when an attacker injects persistent JavaScript ...
In this video, we dive deep into Scope Chaining in JavaScript, one of the most important concepts to understand how JavaScript ...
158 views
22 hours ago
Software creation has always been limited by the gap between human intention and machine execution. Developers think in ...
18 hours ago
The contextlib.suppress() utility in Python is a context manager that provides a concise and readable way to ignore specified ...
593 views
We explore how "Execution Context Collapse" allows attackers to trick code into processing data in ways developers never ...
26 views
2 days ago
Learn how to dynamically select correct API URLs for client and server components in a Dockerized Next.js and FastAPI setup, ...
2 views
Ever wondered why Code-On-Demand, a seemingly powerful feature, is often listed as an optional principle in REST architecture ...
4 days ago
The software industry has reached a point where complexity itself has become the greatest obstacle. As systems scale ...
The way software is built has not kept pace with the way software is imagined. Developers think in systems, intentions, and ...
1 day ago
AI automation is evolving faster than ever â and Replit Agent 3 is proving to be a serious game-changer. In this short video, we ...
198 views
Software development has always balanced creativity with chaos. As applications grow larger and systems become more ...
106 views
This JavaScript snippet is a real MERN-stack interview level logic test It checks your understanding of closures, execution ...
235 views
You've used var, let, and const for years. But if you only say: var is old let is new const is constant You will FAIL frontend ...
110 views
Ever wondered how your code keeps track of what it's doing? This video breaks down the crucial concept of the call stack, ...