ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

96 results

Kacper Kotłowski
Kotlin Nullability: Manual Cast vs Smart Cast vs Contracts (3 Levels Explained)

Kotlin null-safety looks simple until the compiler refuses to cooperate. In this video, I break down three levels of casting with ...

9:48
Kotlin Nullability: Manual Cast vs Smart Cast vs Contracts (3 Levels Explained)

48 views

3 weeks ago

The Debug Zone
Gradle build lintVitalRelease NullPointerException

Today's Topic: Gradle build lintVitalRelease NullPointerException Thanks for taking the time to learn more. In this video I'll go ...

4:03
Gradle build lintVitalRelease NullPointerException

0 views

4 days ago

NetSecProf
x86-64 Assembly - Print until a null character

Shows how to write a function that prints a string until it reaches a null character in x86-64 assembly. The program has a function ...

9:25
x86-64 Assembly - Print until a null character

9 views

5 days ago

Dr Josh Stroschein - The Cyber Yeti
Navigating the Binary: Data vs. Pointers | Strings & Imports | Lesson 4

In the next lesson of this series, we move from simple extraction to understanding the physical structure of the binary. We explore ...

12:56
Navigating the Binary: Data vs. Pointers | Strings & Imports | Lesson 4

256 views

5 days ago

alcode
Teaching Myself C++ Smart Pointers

Let's try to use smart pointers in C++ and do some refactoring of our Linked List implementation. Chapters: 0:00-0:28 Recap from ...

15:21
Teaching Myself C++ Smart Pointers

722 views

3 weeks ago

NullPointer Academy
Introduction to Queues | Data Structures & Algorithms for Beginners

In this video, we dive deep into the Queue Data Structure! Whether you are a computer science student or preparing for coding ...

6:24
Introduction to Queues | Data Structures & Algorithms for Beginners

12 views

3 weeks ago

Eye Of A Hero
Java Optionals — Avoiding Null the Right Way

Java Optional is one of the most important Java 8 features — but also one of the most misunderstood. In this video I explain how ...

7:43
Java Optionals — Avoiding Null the Right Way

0 views

6 days ago

Darrell Kreckel
Null Values

Creating instances of objects takes up memory. C# provides a garbage collection routine that runs periodically and removes ...

14:12
Null Values

2 views

2 weeks ago

Null Pointer Exception
Resurrected Metal Demo From Late 90s / Early 2000s — Pure Underground

Unearthed from old tapes: a lo-fi metal demo recorded in the late '90s / early 2000s. The band I played in at the time. Raw guitars ...

11:23
Resurrected Metal Demo From Late 90s / Early 2000s — Pure Underground

108 views

3 weeks ago

Akash's Learning Hub
Strings in C Explained | Character Arrays & Null Character Made Easy 🔥

Strings in C are actually character arrays — and understanding the null character is essential. Strings are one of the most ...

7:04
Strings in C Explained | Character Arrays & Null Character Made Easy 🔥

0 views

6 days ago

CodeWithAbby
Null-Conditional Assignment in C# 14 – Explained with Example (Clean Code) | @codewithabby | 2026

Hello Everyone ! In this video, we deep dive into one of the most practical new features introduced in C# 14 i.e. Null-Conditional ...

11:42
Null-Conditional Assignment in C# 14 – Explained with Example (Clean Code) | @codewithabby | 2026

33 views

1 month ago

Nehanth World
Part 26 is, ?? (null coalescing operator) Operators || C#.Net Tutorials for Beginners & Experienced

Part 26 is, ?? (null coalescing operator) Operators || C#.Net Tutorials for Beginners & Experienced || @NehanthWorld C#.

13:51
Part 26 is, ?? (null coalescing operator) Operators || C#.Net Tutorials for Beginners & Experienced

45 views

3 weeks ago

Eye Of A Hero
Exceptions the when, the why, and how

Exceptions in Java – Explained Simply (Checked vs Unchecked, try/catch, finally, and Custom Exceptions)** In this video, we ...

16:07
Exceptions the when, the why, and how

6 views

2 weeks ago

NullPointer
I Forced AI to Create "Granny" from Scratch (It Actually Scared Me)

I challenged the world's two smartest AIs—ChatGPT (o1) and Google Gemini (1.5 Pro)—to a coding deathmatch. The goal?

8:56
I Forced AI to Create "Granny" from Scratch (It Actually Scared Me)

7 views

3 weeks ago

DeepX360
Lesson 12 Null Safety in Practice

In this lesson, you'll learn how to handle null and undefined safely in TypeScript and avoid common runtime errors in real-world ...

10:30
Lesson 12 Null Safety in Practice

0 views

3 weeks ago

Java Tech Solutions
Spring Boot 4 New Feature: Null Safety with JSpecify (No More NPE!)

NullPointerException is one of the most common and dangerous problems in Java applications. In this video, we explore a ...

15:21
Spring Boot 4 New Feature: Null Safety with JSpecify (No More NPE!)

97 views

3 weeks ago

VisualCode
Undefined vs Null – One Difference That Changes Everything | JS Lec - 6

undefined, null, and not defined are some of the most confusing concepts in JavaScript. In this video, I explain the difference ...

6:37
Undefined vs Null – One Difference That Changes Everything | JS Lec - 6

116 views

3 weeks ago

NullPointer Academy
Stack Data Structure: The Ultimate Guide (Push, Pop, Peek)

What is a Stack? In this video, we break down the Stack Data Structure, focusing on the LIFO (Last-In, First-Out) principle. Whether ...

7:29
Stack Data Structure: The Ultimate Guide (Push, Pop, Peek)

4 views

4 weeks ago

CoderiodX
Kotlin Tutorial for Beginners #1 | Introduction | Kotlin Basics & Null Safety Explained KotlinCourse

Topics Covered in this Video: Introduction: Kotlin kya hai aur kyu use karein? Null Safety: ?, !!, ?. aur ?: (Elvis Operator) ka use ...

4:55
Kotlin Tutorial for Beginners #1 | Introduction | Kotlin Basics & Null Safety Explained KotlinCourse

13 views

4 weeks ago

CodeDevPay
JavaScript Syntax, Data Types, and Operators – Part 2: Undefined and Null

In this lesson, you'll continue exploring JavaScript syntax, data types, and operators by focusing on two special values: undefined ...

11:14
JavaScript Syntax, Data Types, and Operators – Part 2: Undefined and Null

3 views

2 weeks ago