ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

37 results

Why This in Tech?
This Is Why Your Javascript App Freezes

JavaScript is single-threaded — but modern web apps still feel fast. So what's really going on? In this video, we break down: - Why ...

0:12
This Is Why Your Javascript App Freezes

122 views

4 days ago

CodeInterview Hub
Callback Function in JavaScript Explained 🔥 #JSInterview #javascript #shorts

In this short video, we explain what a callback function is in JavaScript, why it is used, and how it works with a simple example.

0:15
Callback Function in JavaScript Explained 🔥 #JSInterview #javascript #shorts

75 views

3 days ago

onjsdev
Javascript Array Map Method

The JavaScript map method is an array function that creates a new array by applying a provided callback function to each element ...

0:06
Javascript Array Map Method

25,307 views

7 days ago

Why This in Tech?
JavaScript Is Single-Threaded for a Reason

JavaScript is single-threaded — but modern web apps still feel fast. So what's really going on? In this video, we break down: - Why ...

0:14
JavaScript Is Single-Threaded for a Reason

1,148 views

4 days ago

Why This in Tech?
This Is How Javascript Cheats Being Slow

JavaScript is single-threaded — but modern web apps still feel fast. So what's really going on? In this video, we break down: - Why ...

0:12
This Is How Javascript Cheats Being Slow

220 views

4 days ago

Code Hindi Blog
Callback Function Kya Hota Hai? JavaScript Mein Asynchronous Programming Explained in Hindi

Callback function kya hota hai? JavaScript mein asynchronous programming ko samajhne ke liye callback functions ki importance ...

2:32
Callback Function Kya Hota Hai? JavaScript Mein Asynchronous Programming Explained in Hindi

6 views

6 days ago

vlogommentary
Understanding the signIn Callback Behavior in NextAuth.js v5 with OAuth

Learn why the `signIn` callback in NextAuth.js v5 does not block OAuth logins and how to control sign-in access with GitHub ...

3:06
Understanding the signIn Callback Behavior in NextAuth.js v5 with OAuth

0 views

4 days ago

Code Hindi Blog and Code Hip-hop
Callbacks in JavaScript explained through rap! | Code Hip-hop

In this video, we break down the concept of callbacks with rhythm and rhyme, making asynchronous programming easy to ...

2:13
Callbacks in JavaScript explained through rap! | Code Hip-hop

13 views

1 day ago

Vetrivel Ravi
JavaScript Bug Challenge: Why Does This Print 3 Three Times? 😵

This JavaScript bug challenge tests your understanding of closures, scope, and the event loop. Many developers expect 0 1 2, but ...

0:11
JavaScript Bug Challenge: Why Does This Print 3 Three Times? 😵

214 views

4 days ago

Programming Basic
Higher Order Functions in JavaScript | JavaScript Interview Question | Simple Tutorial

What is a Higher-order functions in JavaScript? A higher order function is a functions that operate on other functions, either by ...

2:42
Higher Order Functions in JavaScript | JavaScript Interview Question | Simple Tutorial

0 views

5 days ago

Coding Canvas
#promesse vs #callbacks in #javascript

Abbiamo quella che viene definita appunto una callback hell cioè una serie infernale di chiamate di callback perché come potete ...

1:29
#promesse vs #callbacks in #javascript

1,155 views

4 days ago

JsFullMastery
LeetCode 2635 | Apply Transform Over Each Element in Array | JavaScript | Map vs Loop

Day 4 of JavaScript LeetCode Series (30 Days Challenge) In this video, we solve LeetCode 2635 – Apply Transform Over Each ...

2:34
LeetCode 2635 | Apply Transform Over Each Element in Array | JavaScript | Map vs Loop

0 views

22 hours ago

Monika
NODE-JS PART 7: TIMERS PHASE IN EVENT LOOP EXPLAINED IN DETAIL

What a timer really means When you use setTimeout(fn, 100), you are not telling Node.js: “Run this function exactly after 100 ms.

1:42
NODE-JS PART 7: TIMERS PHASE IN EVENT LOOP EXPLAINED IN DETAIL

0 views

6 days ago

Codify
How JavaScript Handles Async Tasks in Background 🤯 | MUST Watch Resource

While learning JavaScript async concepts, I came across a really good video that clearly explains how JavaScript works in the ...

0:14
How JavaScript Handles Async Tasks in Background 🤯 | MUST Watch Resource

1,145 views

6 days ago

vlogize
Wie man asynchrone Callbacks in Jest testet: Sicherstellen, dass Callback nur einmal aufgerufen wird

Erfahren Sie, wie Sie sicherstellen, dass Ihr asynchroner Callback in Jest nur einmal aufgerufen wird, und lernen Sie Best ...

1:48
Wie man asynchrone Callbacks in Jest testet: Sicherstellen, dass Callback nur einmal aufgerufen wird

0 views

4 days ago

Кодерша
JavaScript за 30 секунд: Що таке callback?🤯👩🏽‍💻 #shorts #javascript

Хочеш швидко зрозуміти, що таке callback-функція у JavaScript і навіщо вона потрібна? У цьому відео за 30 секунд ...

1:05
JavaScript за 30 секунд: Що таке callback?🤯👩🏽‍💻 #shorts #javascript

1,487 views

5 days ago

Monika
NODE-JS PART 5: HOW DOES EVENT LOOP EXECUTION HAPPEN?

Simple Explanation The event loop works in steps called phases. Each phase has its own queue (a line) of callbacks waiting to ...

2:07
NODE-JS PART 5: HOW DOES EVENT LOOP EXECUTION HAPPEN?

37 views

7 days ago

Martin Belanger
demo serviceUI

demo for serviceUI, with 2 connected services. serviceUI is a easy to integrate GUI for services. All "forms" are dynamic. The only ...

0:53
demo serviceUI

1 view

5 days ago

vlogize
Verständnis von setMouseDown(false) und dessen Interaktion mit Callback-Funktionen in React

Der ursprüngliche Titel der Frage lautete beispielsweise: Why does setMouseDown(false) can't interlock callback Function?

1:57
Verständnis von setMouseDown(false) und dessen Interaktion mit Callback-Funktionen in React

0 views

4 days ago

Monika
NODE-JS PART 4: ARCHITECTURE

1️⃣ JavaScript Main Thread (Top) This is where your code runs. Your console.log, functions, callbacks Only one thread Can do ...

2:34
NODE-JS PART 4: ARCHITECTURE

88 views

7 days ago