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
145 results
Design Pattern #10: Strategy Design Pattern When your codebase spirals into a tangled mess, the Strategy Design Pattern is the ...
749 views
12 days 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
13 days ago
Learn the Strategy Design Pattern in Java with a real-time Business Validation example. In this tutorial, I explain how the Strategy ...
27 views
1 month ago
When business rules get complex, simple switch expressions or if-else chains will ruin your architecture. In this video, we refactor ...
150 views
3 weeks ago
Tired of writing endless if-else or switch statements every time a new feature is requested? You are not alone! In this video, we ...
29 views
2 weeks ago
Strategy Design Pattern Explained Simply (Head First Guide) Are you tired of fragile code and inheritance nightmares?
24 views
4 weeks ago
The State design pattern is the most-confused pattern in low level design (LLD) interviews because it looks identical to Strategy in ...
Master all 11 most important Design Patterns in Java in one complete, hands-on course and crack your next Java Backend ...
1,787 views
4 days ago
In this video, I explain the Strategy Design Pattern, one of the most flexible and widely used Behavioral Design Patterns in ...
12 views
Design Patterns Part 2: Command, Adapter, Repository, Proxy, Facade, and Iterator explained with real-world analogies, code in ...
3,338 views
STRATEGY PATTERN: Inspired by Head First Design Patterns Welcome to this visual walkthrough of the Strategy Design Pattern, ...
31 views
14 views
In this video, we start the Design Patterns in Java series from the absolute foundation. Most developers hear terms like Singleton, ...
54 views
Packages are ready. Now the real Java code starts. This video fills those empty packages with actual classes — User model, ...
15 views
7 days ago
Strategy Pattern Client implementation problem Helpful? Please use the *Thanks* button above! Or, thank me via Patreon: ...
2 views
https://github.com/ashu2012/InterviewReadingList/blob/master/oodesign.md The sources characterize Java Design Patterns as ...
1 view
10 views
A viewer asked me whether a large if-else chain in Java would perform worse than a Map-based Strategy approach. So I tested it.
36 views
9 days ago
The Template Method design pattern is the abstract-class superpower most devs ignore — it defines a fixed algorithm skeleton ...
0 views