ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

81 results

The Debug Zone
Using Async Functions as Callbacks in JavaScript: A Complete Guide

In this video, we delve into the powerful world of asynchronous programming in JavaScript, focusing on how to effectively use ...

2:05
Using Async Functions as Callbacks in JavaScript: A Complete Guide

3 views

9 months ago

Roel Van de Paar
CoffeeScript - Should I have a callback?

CoffeeScript - Should I have a callback? Helpful? Please use the *Thanks* button above! Or, thank me via Patreon: ...

2:10
CoffeeScript - Should I have a callback?

2 views

3 months ago

The Debug Zone
Mastering Node.js Async/Await: Overcoming Callback Challenges Explained

In this video, we dive into the world of Node.js and explore the powerful async/await syntax that simplifies asynchronous ...

1:31
Mastering Node.js Async/Await: Overcoming Callback Challenges Explained

0 views

8 months ago

The Debug Zone
Node.js: How to Call Callback Functions Inside a For Loop Effectively

In this video, we dive into the world of Node.js and explore the intricacies of callback functions within a for loop. Asynchronous ...

4:17
Node.js: How to Call Callback Functions Inside a For Loop Effectively

4 views

7 months ago

Roel Van de Paar
Why are functions called "callback" in JavaScript when nothing is calling them back?

Why are functions called "callback" in JavaScript when nothing is calling them back? Helpful? Please use the *Thanks* button ...

1:49
Why are functions called "callback" in JavaScript when nothing is calling them back?

3 views

1 month ago

The Debug Zone
Node.js: Understanding When to Use Promises vs Callbacks for Async Code

In this video, we dive into the world of asynchronous programming in Node.js, focusing on two essential patterns: callbacks and ...

2:15
Node.js: Understanding When to Use Promises vs Callbacks for Async Code

0 views

10 months ago

Roel Van de Paar
JSON callback issue

JSON callback issue Helpful? Please use the *Thanks* button above! Or, thank me via Patreon: ...

2:19
JSON callback issue

3 views

3 months ago

Roel Van de Paar
React Component in Callback Function not called and not throwing any error

https://amzn.to/4aLHbLD You're literally one click away from a better setup — grab it now! As an Amazon Associate I earn ...

2:43
React Component in Callback Function not called and not throwing any error

24 views

5 months ago

The Debug Zone
How to turn this callback into a promise using async/await?

Today's Topic: How to turn this callback into a promise using async/await? Thanks for taking the time to learn more. In this video I'll ...

1:22
How to turn this callback into a promise using async/await?

4 views

4 months ago

Roel Van de Paar
node js TypeError: callBack is not a function

node js TypeError: callBack is not a function Helpful? Please use the *Thanks* button above! Or, thank me via Patreon: ...

2:16
node js TypeError: callBack is not a function

12 views

2 months ago

The Debug Zone
Jasmine Testing: How to Handle Callbacks with No Expectations in Specs

In this video, we dive into the world of Jasmine testing, focusing on the often-overlooked topic of handling callbacks without ...

2:05
Jasmine Testing: How to Handle Callbacks with No Expectations in Specs

0 views

6 months ago

Learn with Shikaar
Run JavaScript Callback After 2 Seconds Using setTimeout

Delayed Callback Execution in JavaScript In this video, you'll learn how to execute a callback function after a delay using ...

3:09
Run JavaScript Callback After 2 Seconds Using setTimeout

3 views

11 months 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

6 days ago

Learn with Shikaar
Convert Callback to Promise in JavaScript — The Modern Way

Convert Callbacks to Promises in JavaScript In this video, you'll learn how to convert traditional callback-based functions into ...

2:58
Convert Callback to Promise in JavaScript — The Modern Way

11 views

11 months ago

Roel Van de Paar
NodeJS Addon calling Javascript callback from inside NAN AsyncWorker::Execute

https://amzn.to/4aLHbLD You're literally one click away from a better setup — grab it now! As an Amazon Associate I earn ...

2:45
NodeJS Addon calling Javascript callback from inside NAN AsyncWorker::Execute

32 views

11 months ago

Roel Van de Paar
Javascript focus on a textarea after ajax call back function

Javascript focus on a textarea after ajax call back function Helpful? Please use the *Thanks* button above! Or, thank me via ...

1:51
Javascript focus on a textarea after ajax call back function

1 view

2 months ago

The Debug Zone
Exposing Callback Functions in Google Maps with Browserify: A Step-by-Step Guide

In this video, we dive into the world of Google Maps and explore the intricacies of callback functions using Browserify. Whether ...

4:22
Exposing Callback Functions in Google Maps with Browserify: A Step-by-Step Guide

1 view

6 months ago

Roel Van de Paar
Callback meaning in MDN

Callback meaning in MDN Helpful? Please use the *Thanks* button above! Or, thank me via Patreon: ...

1:20
Callback meaning in MDN

13 views

3 months ago

Luigi De Russis
Callback e metodi funzionali – AW1 2026 | Lezione 5

Lezione 05 (2026-03-02): Callback e metodi funzionali Corso: Applicazioni Web I, Politecnico di Torino, anno accademico ...

1:12:40
Callback e metodi funzionali – AW1 2026 | Lezione 5

263 views

3 months ago

The Debug Zone
React JS how to avoid deep callbacks

Today's Topic: React JS how to avoid deep callbacks Thanks for taking the time to learn more. In this video I'll go through your ...

2:41
React JS how to avoid deep callbacks

0 views

3 months ago

Roel Van de Paar
Javascript: variable scope in callback?

Javascript: variable scope in callback? Helpful? Please use the *Thanks* button above! Or, thank me via Patreon: ...

1:56
Javascript: variable scope in callback?

4 views

3 weeks ago

Learn with Shikaar
How to Pass a Function as a Parameter in JavaScript

Pass a Function as a Parameter in JavaScript In this video, you'll learn how to pass a function as a parameter to another function ...

2:58
How to Pass a Function as a Parameter in JavaScript

10 views

11 months ago

Roel Van de Paar
Javascript addEventListener Callback logic (4 Solutions!!)

Javascript addEventListener Callback logic Helpful? Please use the *Thanks* button above! Or, thank me via Patreon: ...

2:57
Javascript addEventListener Callback logic (4 Solutions!!)

6 views

1 month ago

Roel Van de Paar
Facebook Graph Asynchronous Callback Issue (2 Solutions!!)

Facebook Graph Asynchronous Callback Issue Helpful? Please use the *Thanks* button above! Or, thank me via Patreon: ...

2:45
Facebook Graph Asynchronous Callback Issue (2 Solutions!!)

6 views

2 months ago

The Debug Zone
Why Use componentDidMount Over setState Callback in React? Explained

In this video, we dive into the nuances of React's lifecycle methods, specifically focusing on the `componentDidMount` method ...

1:31
Why Use componentDidMount Over setState Callback in React? Explained

0 views

6 months ago

Roel Van de Paar
How to access the global-level object from a callback inside the same global-level object's...

How to access the global-level object from a callback inside the same global-level object's attribute? Helpful? Please use the ...

2:11
How to access the global-level object from a callback inside the same global-level object's...

7 views

1 month ago

Roel Van de Paar
How do I access promise callback value outside of the function? (4 Solutions!!)

How do I access promise callback value outside of the function? Helpful? Please use the *Thanks* button above! Or, thank me via ...

2:49
How do I access promise callback value outside of the function? (4 Solutions!!)

9 views

3 months ago

Roel Van de Paar
Getting class instance from jquery callback

Getting class instance from jquery callback Helpful? Please use the *Thanks* button above! Or, thank me via Patreon: ...

1:43
Getting class instance from jquery callback

6 views

3 months ago

The Debug Zone
How to surround a callback invocation with another piece of code in a best way?

Today's Topic: How to surround a callback invocation with another piece of code in a best way? Thanks for taking the time to learn ...

2:34
How to surround a callback invocation with another piece of code in a best way?

0 views

3 months ago

Roel Van de Paar
How do I use promises in node.js to clean up a chain of callbacks? (2 Solutions!!)

How do I use promises in node.js to clean up a chain of callbacks? Helpful? Please use the *Thanks* button above! Or, thank me ...

3:43
How do I use promises in node.js to clean up a chain of callbacks? (2 Solutions!!)

2 views

3 months ago

The Debug Zone
ES6 Class Event Handler: How to Call Methods Correctly in JavaScript

In this video, we dive into the world of ES6 classes and explore how to effectively handle events in JavaScript. Understanding how ...

3:05
ES6 Class Event Handler: How to Call Methods Correctly in JavaScript

3 views

11 months ago

Roel Van de Paar
Why can I use comma at the end of the line in the following callback function inside the map...

Why can I use comma at the end of the line in the following callback function inside the map function? Helpful? Please use the ...

3:32
Why can I use comma at the end of the line in the following callback function inside the map...

10 views

1 month ago

Roel Van de Paar
What is the most simplest way to write callback library?

What is the most simplest way to write callback library? Helpful? Please use the *Thanks* button above! Or, thank me via Patreon: ...

2:18
What is the most simplest way to write callback library?

4 views

1 month ago

Roel Van de Paar
jQuery $.post callback function calling location.reload() without using an anonymous function

https://amzn.to/4aLHbLD You're literally one click away from a better setup — grab it now! As an Amazon Associate I earn ...

1:55
jQuery $.post callback function calling location.reload() without using an anonymous function

3 views

3 months ago

Roel Van de Paar
Async callback was not invoked within the 5000ms timeout

Async callback was not invoked within the 5000ms timeout Helpful? Please use the *Thanks* button above! Or, thank me via ...

2:11
Async callback was not invoked within the 5000ms timeout

6 views

12 days ago

The Debug Zone
How to Use Callback Functions with Parameters in ReactJS: A Complete Guide

In this video, we'll dive into the world of callback functions in ReactJS, focusing on how to effectively use them with parameters.

4:49
How to Use Callback Functions with Parameters in ReactJS: A Complete Guide

2 views

8 months ago

The Debug Zone
How to Access event.target in React Callbacks: A Complete Guide

In this video, we dive into the intricacies of handling events in React, focusing specifically on how to access `event.target` within ...

2:41
How to Access event.target in React Callbacks: A Complete Guide

9 views

7 months ago

Roel Van de Paar
Always getting error on passport.js callback

Always getting error on passport.js callback Helpful? Please use the *Thanks* button above! Or, thank me via Patreon: ...

2:10
Always getting error on passport.js callback

4 views

2 weeks ago

Roel Van de Paar
Double callback! Node.js Chai (2 Solutions!!)

Double callback! Node.js Chai Helpful? Please use the *Thanks* button above! Or, thank me via Patreon: ...

2:09
Double callback! Node.js Chai (2 Solutions!!)

5 views

3 months ago

The Debug Zone
google maps callback on ES6 file

Today's Topic: google maps callback on ES6 file Thanks for taking the time to learn more. In this video I'll go through your ...

1:24
google maps callback on ES6 file

0 views

4 months ago

AUTOHOTKEY Gurus
What is a Promise & other Advanced Libs | AHK Hero Extract

Summary* This video discusses promises in AutoHotkey programming, explaining how they solve timing issues with ...

20:37
What is a Promise & other Advanced Libs | AHK Hero Extract

97 views

3 months ago

Roel Van de Paar
jQuery chaining vs. callbacks for animation functions

jQuery chaining vs. callbacks for animation functions Helpful? Please use the *Thanks* button above! Or, thank me via Patreon: ...

1:59
jQuery chaining vs. callbacks for animation functions

6 views

3 weeks ago

Dark Dev Prince
JavaScript Interview Question | Implement Custom setTimeout 🚀

JavaScript Interview Question In this live short-style video, we discuss: How to implement a custom setTimeout function in ...

6:33:51
JavaScript Interview Question | Implement Custom setTimeout 🚀

69 views

Streamed 4 months ago

Roel Van de Paar
Angular JS return data from service and Http callback Method

Angular JS return data from service and Http callback Method Helpful? Please use the *Thanks* button above! Or, thank me via ...

2:59
Angular JS return data from service and Http callback Method

4 views

1 month ago

Roel Van de Paar
serverless(node-aws) "TypeError","errorMessage":"callback is not a function"

serverless(node-aws) "TypeError","errorMessage":"callback is not a function" Helpful? Please use the *Thanks* button above!

2:17
serverless(node-aws) "TypeError","errorMessage":"callback is not a function"

7 views

1 month ago

The Debug Zone
Webpack Plugins: When to Use doResolve vs Callback for Optimal Performance

In this video, we dive into the world of Webpack plugins, focusing on the critical decision of when to use `doResolve` versus ...

1:56
Webpack Plugins: When to Use doResolve vs Callback for Optimal Performance

0 views

8 months ago

Luigi De Russis
Promise e async/wait – AW1 2026 | Lezione 7

Lezione 07 (2026-03-09): Promise e async/wait. Esercizio. Corso: Applicazioni Web I, Politecnico di Torino, anno accademico ...

1:15:14
Promise e async/wait – AW1 2026 | Lezione 7

254 views

3 months ago

Enrico Masala
WA-2026-L05: callbacks, functional programming, this keyword

Course: Web Applications, Politecnico di Torino, a.y. 2025/2026.

1:01:15
WA-2026-L05: callbacks, functional programming, this keyword

132 views

3 months ago

The Debug Zone
Emulating bluebird.promisifyAll with util.promisify in Node.js

In this video, we explore how to emulate the functionality of `bluebird.promisifyAll` using Node.js's built-in `util.promisify`.

2:16
Emulating bluebird.promisifyAll with util.promisify in Node.js

0 views

6 months ago

The Debug Zone
Using done() in Mocha with Promises: Best Practices and Common Issues

In this video, we dive into the powerful testing framework Mocha and explore the use of the `done()` callback when working with ...

1:53
Using done() in Mocha with Promises: Best Practices and Common Issues

0 views

6 months ago

Roel Van de Paar
Jquery fadeout callback firing too fast

Jquery fadeout callback firing too fast Helpful? Please use the *Thanks* button above! Or, thank me via Patreon: ...

2:07
Jquery fadeout callback firing too fast

3 views

3 weeks ago

JS Logs
React Hooks #3: useMemo, useCallback & React.memo Explained (Beginner Friendly)

Welcome to JS Logs – where modern JavaScript becomes simple. In this video, we break down three powerful React optimization ...

13:38
React Hooks #3: useMemo, useCallback & React.memo Explained (Beginner Friendly)

24 views

11 months ago

Roel Van de Paar
React hook, variable not captured in callback

React hook, variable not captured in callback Helpful? Please use the *Thanks* button above! Or, thank me via Patreon: ...

2:43
React hook, variable not captured in callback

5 views

2 months ago

Roel Van de Paar
Why node.js async module stops after the first step using async.eachLimit(array, limit,...

Why node.js async module stops after the first step using async.eachLimit(array, limit, function, callback)? Helpful? Please use the ...

2:32
Why node.js async module stops after the first step using async.eachLimit(array, limit,...

5 views

3 months ago

Roel Van de Paar
Exception Message in Ajax error callback (2 Solutions!!)

Exception Message in Ajax error callback Helpful? Please use the *Thanks* button above! Or, thank me via Patreon: ...

1:58
Exception Message in Ajax error callback (2 Solutions!!)

6 views

3 months ago

Roel Van de Paar
Ajax callback breakpoint security issue

Ajax callback breakpoint security issue Helpful? Please use the *Thanks* button above! Or, thank me via Patreon: ...

1:32
Ajax callback breakpoint security issue

7 views

1 month ago

Roel Van de Paar
Polymorphic function as event callback (3 Solutions!!)

Polymorphic function as event callback Helpful? Please use the *Thanks* button above! Or, thank me via Patreon: ...

3:11
Polymorphic function as event callback (3 Solutions!!)

6 views

2 months ago

Profennador
Understanding useMemo, useCallback, and memo in React | Keep your app running 60 FPS all the time!

My first performance issue was caused by unnecessary rerenders. I called it “Ghost Bug” since I cannot use my “console.log” to ...

12:39
Understanding useMemo, useCallback, and memo in React | Keep your app running 60 FPS all the time!

14 views

6 months ago

Roel Van de Paar
How i can get a callBack from jQuery.getJSON with a pass parameter?

How i can get a callBack from jQuery.getJSON with a pass parameter? Helpful? Please use the *Thanks* button above! Or, thank ...

2:39
How i can get a callBack from jQuery.getJSON with a pass parameter?

9 views

3 weeks ago

Nic Ferrier
Talking about closures and nested functions in C, Part 3: a powerful abstraction for HTTP?

Closures are (probably) coming to C so I used nested functions (which have also recently been made safe) to implement a ...

16:40
Talking about closures and nested functions in C, Part 3: a powerful abstraction for HTTP?

46 views

Streamed 6 months ago

The Debug Zone
How to Execute a Function After Async Completion in Node.js

In this video, we'll explore the intricacies of handling asynchronous operations in Node.js. As developers, we often face the ...

3:06
How to Execute a Function After Async Completion in Node.js

0 views

6 months ago

Roel Van de Paar
How to pass array of objects one component to other component in react js using ref callback?

How to pass array of objects one component to other component in react js using ref callback? Helpful? Please use the *Thanks* ...

2:10
How to pass array of objects one component to other component in react js using ref callback?

7 views

1 month ago

The Debug Zone
Why Async Functions Don't Wait in forEach Loops: Common JavaScript Pitfalls

In this video, we dive into a common pitfall in JavaScript: the behavior of async functions within forEach loops. Many developers ...

1:30
Why Async Functions Don't Wait in forEach Loops: Common JavaScript Pitfalls

0 views

7 months ago

Baizeed Rony
Oracle APEX: How to Refresh Oracle APEX Page Items Without Page Reload (AJAX/JavaScript)

What You'll Learn: How to use AJAX callbacks in Oracle APEX Writing JavaScript to refresh items without page submit Real-world ...

2:16
Oracle APEX: How to Refresh Oracle APEX Page Items Without Page Reload (AJAX/JavaScript)

161 views

8 months ago

Luigi De Russis
Esercizi su oggetti e funzioni – AW1 2026 | Lezione 4

Lezione 04 (2026-02-24): Esercizi su oggetti e funzioni Corso: Applicazioni Web I, Politecnico di Torino, anno accademico ...

1:14:14
Esercizi su oggetti e funzioni – AW1 2026 | Lezione 4

314 views

4 months ago

Roel Van de Paar
Ajax callback called multiple times (3 Solutions!!)

Ajax callback called multiple times Helpful? Please use the *Thanks* button above! Or, thank me via Patreon: ...

3:24
Ajax callback called multiple times (3 Solutions!!)

4 views

1 month ago

Mirascope
Mirascope v2 TypeScript Development -- LLM Calls Interface

In this livestream, we will implement the `llm.defineCall` interface and its related classes / interfaces. We will also update the ...

1:57:01
Mirascope v2 TypeScript Development -- LLM Calls Interface

9 views

Streamed 11 months ago

Roel Van de Paar
AngularJS provide success callback of a factory method (3 Solutions!!)

https://amzn.to/4aLHbLD You're literally one click away from a better setup — grab it now! As an Amazon Associate I earn ...

2:22
AngularJS provide success callback of a factory method (3 Solutions!!)

73 views

5 months ago

Enrico Masala
WA-2026-L03: JS objects and functions

Course: Web Applications, Politecnico di Torino, a.y. 2025/2026.

1:10:12
WA-2026-L03: JS objects and functions

190 views

3 months ago

Enrico Masala
WA-2026-L09: JS Promises

Course: Web Applications, Politecnico di Torino, a.y. 2025/2026.

1:07:53
WA-2026-L09: JS Promises

134 views

3 months ago

Learn with Shikaar
Make HTTP GET Requests in JavaScript Using Promises

Perform HTTP GET Request with Promises in JavaScript In this video, you'll learn how to make an HTTP GET request using ...

3:09
Make HTTP GET Requests in JavaScript Using Promises

1 view

11 months 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

4 views

6 months ago

PyScript
Community technical call: 2025-07-01

Announcements * [ntoll] New release 2025.7.1 today. Update all your links. Upcoming work / priorities See: ...

30:52
Community technical call: 2025-07-01

23 views

11 months ago

Scripting With Charles
Web Components in 2025: The Ultimate Guide for Beginners.

Welcome to the ultimate guide to Web Components! In this beginner-friendly tutorial, we demystify the "magic" behind the ...

35:13
Web Components in 2025: The Ultimate Guide for Beginners.

780 views

11 months ago

PyScript
Community call 2025-07-22

Announcements: [ntoll] New release 2025.7.3. Update your links. New release coming soon. Upcoming work / priorities: See: ...

44:15
Community call 2025-07-22

34 views

11 months ago

Nic Ferrier
Talking about closures and nested functions in C, Part 4: a simple example of file closing PLUS...

I've been talking about using closures in C through using the GCC nested functions implementation (which is now safe from stack ...

16:49
Talking about closures and nested functions in C, Part 4: a simple example of file closing PLUS...

468 views

Streamed 6 months ago

BijanProgrammer
‫آموزش کاربردی useEffect با localStorage - دوره‌ی آموزش رایگان React - قسمت 7

... Add StrictMode to Project 51:53 StrictMode and useEffect 55:40 Clean Up Callback Function 1:08:09 useLayoutEffect با لایک و ...

1:22:42
‫آموزش کاربردی useEffect با localStorage - دوره‌ی آموزش رایگان React - قسمت 7

133 views

9 months ago

Scripting With Charles
Observer Pattern Made Easy: CC(Hindi, French, German)

We look through the Observer pattern in this video. We will start with a very basic example and scale it upwards in complexity.

14:44
Observer Pattern Made Easy: CC(Hindi, French, German)

9 views

9 months ago

Roel Van de Paar
await promise result before next loop iteration

await promise result before next loop iteration Helpful? Please use the *Thanks* button above! Or, thank me via Patreon: ...

2:40
await promise result before next loop iteration

9 views

3 months ago