ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

94 results

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?

38 views

Streamed 9 days ago

The Debug Zone
How to Use Async/Await in JavaScript Array Sort Function: A Step-by-Step Guide

In this video, we'll explore the powerful combination of async/await and JavaScript's array sort function. Asynchronous ...

2:26
How to Use Async/Await in JavaScript Array Sort Function: A Step-by-Step Guide

0 views

12 days ago

The Debug Zone
Fixing .hide() is Not a Function Error in JavaScript Loops: A Complete Guide

In this video, we dive into a common issue faced by JavaScript developers: the ".hide() is not a function" error that can occur within ...

1:54
Fixing .hide() is Not a Function Error in JavaScript Loops: A Complete Guide

2 views

4 weeks ago

The Debug Zone
Static vs Normal Function Declaration in JavaScript: Key Differences Explained

In this video, we dive into the fundamental differences between static and normal function declarations in JavaScript.

3:11
Static vs Normal Function Declaration in JavaScript: Key Differences Explained

0 views

4 weeks 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...

398 views

Streamed 8 days ago

Peter Schneider
Tex: Is there a way in TikZ or Lua to make a short function which converts letters to their corre...

Is there a way in TikZ or Lua to make a short function which converts letters to their corresponding alphabetical position (and vice ...

2:42
Tex: Is there a way in TikZ or Lua to make a short function which converts letters to their corre...

0 views

4 weeks ago

The Debug Zone
Vue.js: Call Function on Route Update - Best Practices and Solutions

In this video, we dive into the intricacies of Vue.js and explore how to effectively call functions during route updates.

1:54
Vue.js: Call Function on Route Update - Best Practices and Solutions

0 views

4 weeks ago

Peter Schneider
Bitcoin: How can I verify my merkle root function is correct?

How can I verify my merkle root function is correct? I hope you found a solution that worked for you :) The Content is licensed ...

2:09
Bitcoin: How can I verify my merkle root function is correct?

1 view

2 weeks ago

The Debug Zone
Does a Constructor in JavaScript Return an Object? Explained with Examples

In this video, we delve into the fascinating world of JavaScript constructors and explore a fundamental question: do constructors in ...

2:51
Does a Constructor in JavaScript Return an Object? Explained with Examples

1 view

2 weeks ago

The Debug Zone
Fixing jQuery Error: 'fadeIn is not a function' - Common Causes & Solutions

In this video, we tackle a common issue faced by developers working with jQuery: the dreaded 'fadeIn is not a function' error.

2:18
Fixing jQuery Error: 'fadeIn is not a function' - Common Causes & Solutions

0 views

2 weeks ago

The Debug Zone
Understanding Hoisting in JavaScript: How It Works in an Interpreted Language

In this video, we dive into the concept of hoisting in JavaScript, a fundamental aspect of the language that often confuses both ...

1:31
Understanding Hoisting in JavaScript: How It Works in an Interpreted Language

1 view

3 weeks ago

The Debug Zone
Understanding Forwards and Return Types in Functional Reduce Functions

In this video, we delve into the intricacies of functional programming by exploring forwards and return types in reduce functions.

3:28
Understanding Forwards and Return Types in Functional Reduce Functions

0 views

4 weeks ago

The Debug Zone
Keycloak Async Function Issue: Cannot Await on updateToken() Solution

In this video, we dive into a common challenge faced by developers using Keycloak: the inability to await the `updateToken()` ...

2:44
Keycloak Async Function Issue: Cannot Await on updateToken() Solution

2 views

3 weeks ago

COMPUTER & EXCEL SOLUTION
How to use countif function in Microsoft Excel⁨@COMPUTEREXCELSOLUTION⁩ #excel #exceltips

Join this channel to get access to perks: https://www.youtube.com/channel/UC4C_tfy6WLDxzVVO3y6YinA/join This is my ...

3:42
How to use countif function in Microsoft Excel⁨@COMPUTEREXCELSOLUTION⁩ #excel #exceltips

32 views

3 weeks ago

Owen Wu
Most Frequent Prime

Leetcode #3044.

8:10
Most Frequent Prime

0 views

7 days ago

The Debug Zone
How to Mock External Module Functions in Jest: A Step-by-Step Guide

In this video, we'll explore the powerful testing capabilities of Jest, focusing specifically on how to mock external module functions.

1:51
How to Mock External Module Functions in Jest: A Step-by-Step Guide

0 views

3 weeks ago

The Debug Zone
ReactJS ES6 Array Map Not Returning Values: Common Issues & Solutions

In this video, we dive into a common challenge faced by ReactJS developers: the ES6 Array map method not returning values as ...

1:31
ReactJS ES6 Array Map Not Returning Values: Common Issues & Solutions

0 views

9 days ago

The Debug Zone
Understanding Lambda Return Types in TypeScript: A Comprehensive Guide

In this video, we delve into the intricacies of lambda return types in TypeScript, a crucial aspect for developers looking to harness ...

1:47
Understanding Lambda Return Types in TypeScript: A Comprehensive Guide

5 views

12 days ago

Mii beta
Build native GTK4 desktop apps with React | Ft GTKX

Develop GNOME apps with Javascript (!GJS) if you want! GTKX on Github https://github.com/eugeniodepalo/gtkx.

5:25
Build native GTK4 desktop apps with React | Ft GTKX

2,137 views

9 days ago

The Debug Zone
Understanding Math.cos(0) vs [Math.cos][0](0): Are They Truly Equal?

In this video, we delve into the intriguing world of JavaScript and its mathematical functions, specifically focusing on the nuances ...

1:30
Understanding Math.cos(0) vs [Math.cos][0](0): Are They Truly Equal?

0 views

2 weeks ago

COMPUTER & EXCEL SOLUTION
How to use very advance level vlookup function in  Microsoft Excel⁨@COMPUTEREXCELSOLUTION⁩ #excel

excelformula Join this channel to get access to perks: https://www.youtube.com/channel/UC4C_tfy6WLDxzVVO3y6YinA/join This ...

9:01
How to use very advance level vlookup function in Microsoft Excel⁨@COMPUTEREXCELSOLUTION⁩ #excel

94 views

3 weeks ago

Geoffrey Schmit
02.15: send user-specified data to server via fetch function and HTTP POST command with JSON in body

Web Application Frameworks. Naperville North High School, Software Engineering, 2025-2026.

19:24
02.15: send user-specified data to server via fetch function and HTTP POST command with JSON in body

0 views

3 weeks ago

TWO & Solutions
Introducing open educational resources - JavaScript and Google Earth Engine API

Before starting, it takes time to set up Google Cloud with non-commercial and educational purposes only in your Google accounts.

8:01
Introducing open educational resources - JavaScript and Google Earth Engine API

14 views

4 days ago

Prem Singh Rathore
Problem 3. Find the factorial of a number in Java/C# + Whiteboard flowchart

In this video, we are solving the third problem from our "100 most asked coding questions for QA/SDETs" series: How to Find the ...

9:48
Problem 3. Find the factorial of a number in Java/C# + Whiteboard flowchart

0 views

10 days ago

The Debug Zone
Fixing 'Super Expression Must Be Null or Function' Error in React-Sparklines

In this video, we tackle a common issue faced by developers working with React-Sparklines: the 'Super Expression Must Be Null ...

1:34
Fixing 'Super Expression Must Be Null or Function' Error in React-Sparklines

1 view

3 weeks ago