ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

42 results

FullStack Masterclass
Callbacks Explained | FullStack Masterclass JavaScript Course

A focused JavaScript lesson about Callbacks, with examples, common mistakes, self-checks and practical browser context.

2:37
Callbacks Explained | FullStack Masterclass JavaScript Course

5 views

3 weeks ago

React Deep Dive
useState(value) vs useState(callback): lazy initialization explained | React Interview Deep Dive #11

useState(value) and useState(function () { return value }) give you the same initial state — but they differ in WHEN it's computed.

2:59
useState(value) vs useState(callback): lazy initialization explained | React Interview Deep Dive #11

15 views

3 weeks ago

Tech Simplified
JavaScript Async Await Explained Visually

Async Await looks simple… but internally JavaScript is doing something incredibly clever. In this video, we visually break down ...

3:51
JavaScript Async Await Explained Visually

19 views

2 weeks ago

FullStack Masterclass
this, call, apply & bind Explained | FullStack Masterclass JavaScript Course

A focused JavaScript lesson about this, call, apply & bind, with examples, common mistakes, self-checks and practical browser ...

3:00
this, call, apply & bind Explained | FullStack Masterclass JavaScript Course

9 views

3 weeks ago

AQ FastLearn
React Performance Optimization Interview Question (React.memo, useMemo, useCallback)

How do you optimize performance in a React application? This is one of the most common React interview questions for frontend ...

3:50
React Performance Optimization Interview Question (React.memo, useMemo, useCallback)

30 views

5 days ago

Artagam
Sync and Async Programming (Javascript Demo V12.1)

in a horrible nutshell don't subscribe i'm anti-fame i did this more for my own self-interests rather than for your (nonexistent) guys ...

3:28
Sync and Async Programming (Javascript Demo V12.1)

38 views

3 weeks ago

Tech Simplified
How Node.js Handles Multiple Requests (Visualized)

How does Node.js handle thousands of users with a single JavaScript thread? In this video, we visually break down how Node.js ...

3:01
How Node.js Handles Multiple Requests (Visualized)

33 views

3 weeks ago

codingguides
Understanding the Node.Js Event Loop #shorts #coding

Ever wondered how Node.js handles asynchronous operations despite being single-threaded? Here is a quick visual ...

0:13
Understanding the Node.Js Event Loop #shorts #coding

5 views

3 weeks ago

InterviewShots
JavaScript Callback Functions in 2 Minutes ⚡ From Beginner to Interview Ready

Learn JavaScript Callback Functions in just a few minutes! In this quick revision video, you'll learn: ✓ What a Callback Function is ...

1:33
JavaScript Callback Functions in 2 Minutes ⚡ From Beginner to Interview Ready

3 views

13 days ago

FullStack Masterclass
Arrow Functions Explained | FullStack Masterclass JavaScript Course

A focused JavaScript lesson about Arrow Functions, with examples, common mistakes, self-checks and practical browser context.

2:53
Arrow Functions Explained | FullStack Masterclass JavaScript Course

5 views

3 weeks ago

Tech Simplified
Why Promises Run Before setTimeout

Why does Promise.then() execute before setTimeout(0)? This is one of the most confusing behaviors in JavaScript—but once you ...

2:27
Why Promises Run Before setTimeout

4 views

5 days ago

Yogesh Giri
JavaScript Event Loop

How does JavaScript run async code on a single thread? This animated explainer walks through the entire Event Loop, step by ...

1:51
JavaScript Event Loop

13 views

5 days ago

NNAMDI ILEH
Event Loop

In this video I break down the JavaScript event loop: the system that lets JavaScript handle timers, network requests, and user ...

3:27
Event Loop

2 views

3 weeks ago

SDi Texas
GPAL: ElementAssistant - Non-Standard Element Actions in Callbacks | Core Concepts

GPALElement.Click() covers most callback interactions, but some situations require a different approach. ElementAssistant ...

1:54
GPAL: ElementAssistant - Non-Standard Element Actions in Callbacks | Core Concepts

0 views

3 weeks ago

VR Technical Institute for Interview Preparation
JavaScript Interview Question #23 | Currying Trap Explained | Nested Functions & Call Stack

JavaScript Interview Question #23 Can you predict the output before running the code? function multiply(a) { return function(b) ...

1:43
JavaScript Interview Question #23 | Currying Trap Explained | Nested Functions & Call Stack

21 views

4 weeks ago

Roel Van de Paar
Node.js async.each didn't call callback function

Node.js async.each didn't call callback function Helpful? Please use the *Thanks* button above! Or, thank me via Patreon: ...

2:45
Node.js async.each didn't call callback function

9 views

4 weeks ago

VibeEngines
10,000 Connections, 1 Thread: Async & the Event Loop (Deep Dive)

Your browser and Node.js handle ten thousand connections at once — with a single thread. No locks, no races, no deadlocks.

3:54
10,000 Connections, 1 Thread: Async & the Event Loop (Deep Dive)

0 views

11 days ago

Tutorial Jams
JavaScript async/await — Escape Callback Hell (Music Video)

Callbacks were the messy ex — every task nested inside another until your code leaned sideways like a tower. async/await is the ...

3:38
JavaScript async/await — Escape Callback Hell (Music Video)

2 views

4 weeks ago

Sailendra_Dev_Official
NodeJs Architecture | How Nodejs work Explained | Event loop | thread #coding #javascript #api

Node.js Architecture ko easy Hindi mein samjho! Is video mein Event Loop, Single Thread, Non-Blocking I/O aur Callback ...

0:20
NodeJs Architecture | How Nodejs work Explained | Event loop | thread #coding #javascript #api

28 views

3 weeks ago

Ushahemba Shir
How JavaScript Handles blocking problem

Imagine walking into a bank with only one teller. If every customer had to wait for long transactions to finish before anyone else ...

3:46
How JavaScript Handles blocking problem

2 views

3 weeks ago