ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

303 results

More Little Man Builds
Your system WORKS... until it DOESN'T.

Correctness and speed aren't the same thing when multiple tasks share data. ⁉️ Questions? Let's continue the conversation on ...

18:23
Your system WORKS... until it DOESN'T.

840 views

2 months ago

Coding with Minmer
Microsoft & Meta ask this UNKNOWN Leetcode Problem! (Skiplist)

Discover an Unknown Leetcode problem big tech asks (that is NOT on Leetcode.com): Search Skiplist. Timestamps: 00:00 ...

21:33
Microsoft & Meta ask this UNKNOWN Leetcode Problem! (Skiplist)

3,477 views

9 months ago

The Debug Zone
Generalizing TrieMap Code: Techniques for Efficient Data Structure Design

In this video, we delve into the world of TrieMaps, exploring advanced techniques for generalizing their implementation. As data ...

2:36
Generalizing TrieMap Code: Techniques for Efficient Data Structure Design

9 views

5 months ago

The Debug Zone
How to Use Vector Drawables in Canvas: A Step-by-Step Guide

In this video, we'll explore the powerful world of vector drawables and how they can enhance your canvas applications. Whether ...

1:55
How to Use Vector Drawables in Canvas: A Step-by-Step Guide

6 views

10 months ago

The Debug Zone
When to Use Input Shape vs Batch Shape in Keras: A Comprehensive Guide

In this video, we delve into the nuances of defining input shapes and batch shapes in Keras, a powerful deep learning library.

1:32
When to Use Input Shape vs Batch Shape in Keras: A Comprehensive Guide

10 views

9 months ago

The Debug Zone
Choosing the Right Algorithm: Methodologies and Data Structures Explained

In this video, we delve into the essential world of algorithms and data structures, exploring how the right choices can significantly ...

5:02
Choosing the Right Algorithm: Methodologies and Data Structures Explained

12 views

10 months ago

The Debug Zone
Understanding Algorithm Complexity vs Problem Complexity: Key Differences Explained

... and practical examples to enhance your understanding of how they impact algorithm design and problem-solving strategies.

1:32
Understanding Algorithm Complexity vs Problem Complexity: Key Differences Explained

14 views

9 months ago

Kunusoft
ANTLR4 Listener in PHP: Generate a DAG and Export to PNG with Graphviz for Optimization

In this video, we generate a DAG (Directed Acyclic Graph) instead of a traditional AST using ANTLR4 in PHP. Based on figure 6.4 ...

8:51
ANTLR4 Listener in PHP: Generate a DAG and Export to PNG with Graphviz for Optimization

196 views

8 days ago

The Debug Zone
Prolog Tutorial: Finding All Combinations of Lists of Lists Efficiently

In this video, we dive into the fascinating world of Prolog programming, focusing on an essential problem: finding all combinations ...

1:37
Prolog Tutorial: Finding All Combinations of Lists of Lists Efficiently

7 views

9 months ago

The Debug Zone
How to Send API Calls Before Page Reload or Close in React

In this video, we'll explore a crucial aspect of web development: how to send API calls in a React application before a user reloads ...

1:30
How to Send API Calls Before Page Reload or Close in React

8 views

6 months ago

Peter Schneider
Electronics: How to design a circuit that outputs the binary position of the 3rd set bit from the...

How to design a circuit that outputs the binary position of the 3rd set bit from the right in an 8-bit input? I hope you found a solution ...

5:44
Electronics: How to design a circuit that outputs the binary position of the 3rd set bit from the...

0 views

4 months ago

Peter Schneider
Codereview: Game Design Patterns Command implementation

Game Design Patterns Command implementation I hope you found a solution that worked for you :) The Content is licensed under ...

5:37
Codereview: Game Design Patterns Command implementation

0 views

7 months ago

The Debug Zone
How to Create an Empty Diamond Shape with Numbers in Programming

In this video, we'll explore a fascinating programming challenge: creating an empty diamond shape using numbers. Whether ...

5:00
How to Create an Empty Diamond Shape with Numbers in Programming

5 views

10 months ago

The Debug Zone
How to Implement Panning in Chart.js: A Step-by-Step Guide

In this video, we'll explore the powerful feature of panning in Chart.js, a popular JavaScript library for creating dynamic and ...

1:32
How to Implement Panning in Chart.js: A Step-by-Step Guide

0 views

6 months ago

The Debug Zone
How to Fill or Shade a Chart Above a Specific Y Value in PlotlyJS

In this video, we'll explore how to enhance your data visualizations using PlotlyJS by filling or shading areas above a specific Y ...

2:31
How to Fill or Shade a Chart Above a Specific Y Value in PlotlyJS

0 views

5 months ago

Peter Schneider
Codereview: Tic Tac Toe Game app design - ways to design or segregate too much logic from UI

Tic Tac Toe Game app design - ways to design or segregate too much logic from UI I hope you found a solution that worked for ...

4:14
Codereview: Tic Tac Toe Game app design - ways to design or segregate too much logic from UI

4 views

4 months ago

nextapp devCon
Navigating Dependency Injection with Metro - Zac Sweers | droidcon London 2025

Talk: Navigating Dependency Injection with Metro Speaker: Zac Sweers Event: droidcon London 2025 Date: October 30th ...

39:46
Navigating Dependency Injection with Metro - Zac Sweers | droidcon London 2025

520 views

3 months ago

The Debug Zone
How to Identify Disconnected Graphs: Algorithm Solutions and Techniques

In this video, we delve into the fascinating world of graph theory, focusing on the concept of disconnected graphs. Understanding ...

2:04
How to Identify Disconnected Graphs: Algorithm Solutions and Techniques

3 views

10 months ago

The Debug Zone
Understanding the & Bitwise Operator: How It Works in Programming

In this video, we delve into the fascinating world of the bitwise operator, a fundamental concept in programming that allows ...

1:30
Understanding the & Bitwise Operator: How It Works in Programming

7 views

7 months ago

The Debug Zone
How to Define an Array with Conditional Elements in Programming

In this video, we'll explore the concept of defining arrays with conditional elements in programming. Understanding how to create ...

3:18
How to Define an Array with Conditional Elements in Programming

0 views

8 months ago

The Debug Zone
How to Display JSON Data in Chart.js: A Step-by-Step Guide

In this video, we'll explore the powerful combination of JSON data and Chart.js to create stunning visualizations. Whether you're a ...

2:12
How to Display JSON Data in Chart.js: A Step-by-Step Guide

10 views

7 months ago

The Debug Zone
Creating Clickable URLs in ag-Grid with React: A Step-by-Step Guide

In this video, we'll dive into the world of ag-Grid and explore how to enhance your data tables by creating clickable URLs using ...

1:55
Creating Clickable URLs in ag-Grid with React: A Step-by-Step Guide

19 views

5 months ago

The Debug Zone
How to Create Charts in PowerPoint with Java Using Apache POI Library

In this video, we will explore the powerful capabilities of the Apache POI library to create dynamic charts in PowerPoint using Java ...

1:29
How to Create Charts in PowerPoint with Java Using Apache POI Library

17 views

4 months ago

The Debug Zone
Mastering Dynamic Programming on Trees: Techniques and Modifications Explained

In this video, we delve into the fascinating world of dynamic programming on trees, a powerful technique used to solve complex ...

2:26
Mastering Dynamic Programming on Trees: Techniques and Modifications Explained

9 views

6 months ago

The Debug Zone
Understanding Identity Function: Should It Return a Different Value?

In this video, we delve into the concept of the identity function, a fundamental building block in mathematics and programming.

2:34
Understanding Identity Function: Should It Return a Different Value?

4 views

9 months ago