Upload date
All time
Last hour
Today
This week
This month
This year
Type
All
Video
Channel
Playlist
Movie
Duration
Short (< 4 minutes)
Medium (4-20 minutes)
Long (> 20 minutes)
Sort by
Relevance
Rating
View count
Features
HD
Subtitles/CC
Creative Commons
3D
Live
4K
360°
VR180
HDR
96 results
Kotlin null-safety looks simple until the compiler refuses to cooperate. In this video, I break down three levels of casting with ...
48 views
3 weeks ago
Today's Topic: Gradle build lintVitalRelease NullPointerException Thanks for taking the time to learn more. In this video I'll go ...
0 views
4 days ago
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 views
5 days ago
In the next lesson of this series, we move from simple extraction to understanding the physical structure of the binary. We explore ...
256 views
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 ...
722 views
In this video, we dive deep into the Queue Data Structure! Whether you are a computer science student or preparing for coding ...
12 views
Java Optional is one of the most important Java 8 features — but also one of the most misunderstood. In this video I explain how ...
6 days ago
Creating instances of objects takes up memory. C# provides a garbage collection routine that runs periodically and removes ...
2 views
2 weeks ago
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 ...
108 views
Strings in C are actually character arrays — and understanding the null character is essential. Strings are one of the most ...
Hello Everyone ! In this video, we deep dive into one of the most practical new features introduced in C# 14 i.e. Null-Conditional ...
33 views
1 month ago
Part 26 is, ?? (null coalescing operator) Operators || C#.Net Tutorials for Beginners & Experienced || @NehanthWorld C#.
45 views
Exceptions in Java – Explained Simply (Checked vs Unchecked, try/catch, finally, and Custom Exceptions)** In this video, we ...
6 views
I challenged the world's two smartest AIs—ChatGPT (o1) and Google Gemini (1.5 Pro)—to a coding deathmatch. The goal?
7 views
In this lesson, you'll learn how to handle null and undefined safely in TypeScript and avoid common runtime errors in real-world ...
NullPointerException is one of the most common and dangerous problems in Java applications. In this video, we explore a ...
97 views
undefined, null, and not defined are some of the most confusing concepts in JavaScript. In this video, I explain the difference ...
116 views
What is a Stack? In this video, we break down the Stack Data Structure, focusing on the LIFO (Last-In, First-Out) principle. Whether ...
4 views
4 weeks ago
Topics Covered in this Video: Introduction: Kotlin kya hai aur kyu use karein? Null Safety: ?, !!, ?. aur ?: (Elvis Operator) ka use ...
13 views
In this lesson, you'll continue exploring JavaScript syntax, data types, and operators by focusing on two special values: undefined ...
3 views