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
158 results
Prototype Design Pattern in Java explained with practical examples, real-world use cases, and interview-focused concepts.
14 views
4 weeks ago
The Strategy design pattern is one of the most-asked patterns in low level design (LLD) interviews — it replaces sprawling if-else ...
8 views
2 weeks ago
The Template Method design pattern is the abstract-class superpower most devs ignore — it defines a fixed algorithm skeleton ...
0 views
The Facade design pattern is how senior engineers turn a tangle of service calls into one clean front door — a structural pattern ...
4 views
3 weeks ago
Structural Design Patterns in Java explained with simple examples, real-world use cases, and interview-focused concepts.
15 views
The Observer design pattern powers every event listener, subscriber, and pub/sub system — and it's one of the most-asked ...
12 views
Lombok @Builder Annotation in Java explained with practical examples and Maven setup. Learn how to implement the Builder ...
28 views
1 month ago
The State design pattern is the most-confused pattern in low level design (LLD) interviews because it looks identical to Strategy in ...
Learn the 7 most important Microservice Design Patterns every Java backend developer should know for interviews and ...
9 views
1 day ago
Want to master the Proxy Design Pattern in Java? In this beginner-friendly guide, you'll learn the fundamentals of one of the most ...
21 views
5 days ago
The Command design pattern lets you build a full undo/redo system in ~10 lines of structure — a low level design (LLD) favorite ...
44 views
Prototype Design Pattern Explained | Java | Gang of Four (GoF) Design Patterns Take the original, make copies. You don't rewrite ...
1 view
The Proxy design pattern solves three classic low level design (LLD) problems with one structure: lazy loading, access control, ...
Can a Singleton really be broken in Java? In this short Java tutorial, I show how the Singleton Design Pattern can be broken using ...
Welcome to Java Interview Ready Struggling with array problems on LeetCode or HackerRank? Stop memorizing solutions!
The Chain of Responsibility design pattern runs behind every HTTP request — auth, rate limiting, logging — and it's a behavioral ...
18 views
Tired of tangled if/else chains that break every time you add a new mode? The State pattern lets an object change its behavior ...
16 views
Shallow Copy in Java explained using the Prototype Design Pattern with practical examples and interview-focused concepts.
57 views
Before diving into Singleton, Factory, Builder, Observer, Strategy, Adapter, and the rest of the Design Patterns, you need one ...
45 views
3 days ago