ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

46 results

The Debug Zone
How to Identify the Operation Causing Null Pointer Exceptions (NPE) in Java

In this video, we delve into one of the most common pitfalls in Java programming: Null Pointer Exceptions (NPE). Understanding ...

1:36
How to Identify the Operation Causing Null Pointer Exceptions (NPE) in Java

11 views

7 months ago

The Debug Zone
Fixing java.lang.NullPointerException in Android's Editor.updateFloatingToolbarVisibility

In this video, we dive into a common yet frustrating issue faced by Android developers: the infamous `java.lang.

2:01
Fixing java.lang.NullPointerException in Android's Editor.updateFloatingToolbarVisibility

15 views

10 months ago

Toronto Java Users Group
2025-07 JSpecify and the Nullness Checker: Avoiding Null Pointer Exceptions

Presented by: Werner Dietl Null pointer exceptions are the bane of programmers and have been called the "billion dollar mistake".

1:26:39
2025-07 JSpecify and the Nullness Checker: Avoiding Null Pointer Exceptions

130 views

5 months ago

CODING WITH VISHWA
Two Pointer Pattern Made Easy 🚀 | Valid Palindrome ✅ (Logic + Code 💻)

In this video, I explain the Two Pointer Approach, one of the most important patterns in Data Structures and Algorithms (DSA).

8:51
Two Pointer Pattern Made Easy 🚀 | Valid Palindrome ✅ (Logic + Code 💻)

47 views

6 days ago

King Kodes
Analyzing Financial Growth Trends with JAVA

A simple Java utility to square and sort growth percentage data in O(n) time using a two-pointer approach. #applicationdeveloper ...

55:42
Analyzing Financial Growth Trends with JAVA

1 view

6 months ago

Coding wala Shree
🚀 Java 8 Optional Class | Say Goodbye to NullPointerExceptions | Best Practices & Key Methods

"Are null values causing headaches in your Java projects?" Learn how to eliminate NullPointerExceptions using the powerful ...

41:45
🚀 Java 8 Optional Class | Say Goodbye to NullPointerExceptions | Best Practices & Key Methods

1,401 views

11 months ago

CTO Bhaiya
Day 10/90 |⚡2130. Maximum Twin Sum of a Linked List | Fast & Slow Pointers Pattern | DSA Pattern

WhatsApp Group: https://chat.whatsapp.com/BTlYJt2pCxj1m3H4aJZOGX Instagram: https://www.instagram.com/cto_bhaiya_ ...

22:44
Day 10/90 |⚡2130. Maximum Twin Sum of a Linked List | Fast & Slow Pointers Pattern | DSA Pattern

1,420 views

1 month ago

codingjerk
Zig is better than Rust (sometimes)

Since I use both Rust and Zig, I've collected some use cases, where I prefer Zig over Rust. While it's not an objective comparison, ...

20:21
Zig is better than Rust (sometimes)

93,921 views

7 months ago

CTO Bhaiya
Linked List-5 | 234. Palindrome Linked List | 🔥 Beginner, Medium & Advanced Level! #easy

JOIN MY WHATSAPP COMMUNITY FOR UPDATES: https://chat.whatsapp.com/BTlYJt2pCxj1m3H4aJZOGX Support me ...

27:43
Linked List-5 | 234. Palindrome Linked List | 🔥 Beginner, Medium & Advanced Level! #easy

297 views

9 months ago

Jon Eyolfson
19. "Dynamic Memory" 2025 Winter APS105 Section 3 (University of Toronto)

Music Miracle Land by tubebackr https://soundcloud.com/tubebackr Creative Commons — Attribution-NoDerivs 3.0 Unported ...

49:18
19. "Dynamic Memory" 2025 Winter APS105 Section 3 (University of Toronto)

238 views

Streamed 10 months ago

Owen Wu
Find the Nearest Point that has the same X or Y Coordinate

Leetcode #1779.

10:52
Find the Nearest Point that has the same X or Y Coordinate

20 views

11 months ago

CODING WITH VISHWA
🚀 How to Start LeetCode in 2026 | Beginner’s Roadmap to Crack Coding Interviews

Struggling to start LeetCode in 2026 as a beginner? This complete LeetCode roadmap will help you crack coding interviews step ...

6:24
🚀 How to Start LeetCode in 2026 | Beginner’s Roadmap to Crack Coding Interviews

273 views

10 days ago

The Debug Zone
Fixing ShadowAlertDialog.getLatestAlertDialog() Null Issue in Android AlertDialog

In this video, we dive into a common issue faced by Android developers: the NullPointerException when using ShadowAlertDialog ...

1:31
Fixing ShadowAlertDialog.getLatestAlertDialog() Null Issue in Android AlertDialog

6 views

7 months ago

CTO Bhaiya
Day 34/90 |⚡2 MEDIUM In-Place Linked List Manipulation Questions | DSA Pattern #5

WhatsApp Group: https://chat.whatsapp.com/BTlYJt2pCxj1m3H4aJZOGX Instagram: https://www.instagram.com/cto_bhaiya_ ...

44:30
Day 34/90 |⚡2 MEDIUM In-Place Linked List Manipulation Questions | DSA Pattern #5

480 views

5 days ago

Coding with Minmer
Copy List with Random Pointer || Leetcode 138 || 1 Variant Question Big Tech Actually Asks

Discover the actual variant Meta asks on Leetcode problem 138: Copy List with Random Pointer. Timestamps: 00:00 Leetcode ...

23:47
Copy List with Random Pointer || Leetcode 138 || 1 Variant Question Big Tech Actually Asks

5,103 views

10 months ago

CTO Bhaiya
Day 33/90 |⚡ 2 HARD In-Place Linked List Manipulation Questions | DSA Pattern #5

WhatsApp Group: https://chat.whatsapp.com/BTlYJt2pCxj1m3H4aJZOGX Instagram: https://www.instagram.com/cto_bhaiya_ ...

1:03:33
Day 33/90 |⚡ 2 HARD In-Place Linked List Manipulation Questions | DSA Pattern #5

589 views

7 days ago

The Debug Zone
Fixing NullPointerException in MapView on LG Devices: Common Solutions

In this video, we dive into a common issue faced by developers working with MapView on LG devices: the dreaded ...

2:01
Fixing NullPointerException in MapView on LG Devices: Common Solutions

15 views

8 months ago

Code With Deepa
The Brutally Honest Truth About Learning DSA in 2025

Stuck in a loop of DSA tutorials and random LeetCode problems? If your coding skills aren't improving despite hours of effort, this ...

7:16
The Brutally Honest Truth About Learning DSA in 2025

303 views

3 months ago

The Debug Zone
Why Are Dynamically Allocated Variables Not in Consecutive Memory Locations?

In this video, we delve into the intriguing world of dynamic memory allocation and explore why dynamically allocated variables ...

1:59
Why Are Dynamically Allocated Variables Not in Consecutive Memory Locations?

0 views

3 months ago

Innovative Programmers
Master the Multiple Pointer Pattern in JavaScript | Solve Sorted Array Problems

Want to improve your problem-solving skills in JavaScript? In this step-by-step tutorial, I explain how to use the Multiple Pointer ...

15:02
Master the Multiple Pointer Pattern in JavaScript | Solve Sorted Array Problems

61 views

11 months ago