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
54 results
Learn how the Chain of Responsibility design pattern passes a request along a chain of handlers until one handles it—using a ...
1 view
6 hours ago
Design Pattern #7: Decorator Design Pattern The Decorator Design Pattern lets you wrap objects with additional responsibilities ...
173 views
1 day ago
You don't need to solve 500 LeetCode problems to get good at coding interviews. Most interview questions are variations of a ...
3 views
20 hours ago
Prototype is the creational pattern most developers overlook — until an interviewer asks them to clone a complex object without ...
0 views
13 hours ago
Monotonic Stack is one of the most powerful DSA patterns for coding interviews, yet many people fail to recognize when to use it.
📌 Pattern Output (N = 5): * * * * * * * * * * * * * * * * * * * * * * * * * 🎯 This video is PERFECT for ...
12 views
23 hours ago
Java 27 is not just about new APIs. It changes JVM defaults that can affect GC behavior, memory footprint, diagnostics, and TLS ...
610 views
Dans cet épisode n°22 je vous rappelle ce que nous avons appris dans l'épisode précédent sur le Dependency Inversion ...
2 views
5 hours ago
Telegram Channel : https://t.me/ctobhaiya_tg Instagram: https://www.instagram.com/ctobhaiya Linkedin: ...
47 views
2 hours ago
Welcome to Code Dairies! In this video, you'll learn everything about the For Loop in Java in a simple and beginner-friendly way.
Java_Day_12 | Nested For Loop Explained in Tamil In this lesson, we explore the Nested For Loop in Java, a powerful looping ...
9 views
21 hours ago
Start solving problem: https://youtu.be/LyPvVfg-8hk Welcome to the Java + DSA Beginner Series In this video, we cover: ...
7 hours ago
Lecture Resources ...
87 views
METAFLAME DSA Series - Problem 30 Subarray Sums Divisible by K | LeetCode 974 In this video, you'll learn how to efficiently ...
7 views
22 hours ago
Pelajari cara kerja pola Chain of Responsibility untuk meneruskan permintaan melalui rangkaian handler hingga salah satu ...
Join the Hunter Coding Telegram Community https://t.me/hunter_coding Get: ✓ DSA Revision Notes ✓ Pattern Cheat Sheets ...
19 hours ago
Find a target in a sorted array. O(log n). Seven elements, three comparisons. Every developer knows this algorithm. Most can't ...