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
1,801 results
Design Pattern #10: Strategy Design Pattern When your codebase spirals into a tangled mess, the Strategy Design Pattern is the ...
2,828 views
2mo ago
Ever wonder how big apps like Amazon or Uber handle dozens of different behaviors (like payment methods or ride types) without ...
1,205 views
7mo ago
Join the .NET Architects Club: https://www.skool.com/mj-tech-community-5418/about Get the 2026 .NET Developer roadmap here ...
87,126 views
6mo ago
⭐ *3-MONTH FREE JETBRAINS IDE CODE*: DAVINCHICODERxJB 👉 *REDEEM HERE*: https://www.jetbrains.com/store/redeem/ 🖇️ *FINAL ...
313 views
11mo ago
In this video, we dive deep into the Strategy Design Pattern, one of the most important Behavioral Design Patterns used in ...
86 views
3mo ago
The State design pattern is the most-confused pattern in low level design (LLD) interviews because it looks identical to Strategy in ...
18 views
Master the Strategy Pattern in software development with this complete tutorial. In this video, you'll discover what the Strategy ...
183 views
Learn the Strategy Design Pattern in Java with a real-world example! Say goodbye to long if-else statements and write cleaner, ...
34 views
10mo ago
Strategy Design Pattern Mastery Are you struggling with large if-else chains in your Java and Spring Boot applications? Do you ...
21 views
Strategy Design Pattern Explained with a Real Java Example | Low Level Design The Strategy Design Pattern is one of the most ...
28 views
3w ago
Welcome to Code-with-Bharadwaj! Hi there! I'm Manu, and I'm excited to help you level up your coding skills.
83 views
8mo ago
Encapsulates a family of algorithms, making them interchangeable at runtime to promote flexibility and adherence to the ...
45 views
The Strategy design pattern is one of the most-asked patterns in low level design (LLD) interviews — it replaces sprawling if-else ...
10 views
In this video, we explain the Strategy Design Pattern using a real-time, production-level example instead of textbook or toy ...
2 views
9mo ago
Learn the Strategy design pattern in Java by pricing delivery for an online shop four different ways — a flat rate, weight bands, ...
3 views
10d ago
What are design patterns in software engineering, and why do design pattern interview questions still dominate every round?
15,543 views
4mo ago
Bạn đang đối mặt với những hàm dài hàng trăm dòng chỉ toàn if-else để kiểm tra điều kiện? Càng thêm tính năng, code càng trở ...
144 views
5mo ago
Strategy Design Pattern explained in Java with a real-world example (LLD). Learn what the Strategy Pattern is, when to use it, and ...
243 views
Learn the Strategy Design Pattern in the simplest way! In this video, we show how different behaviors—like Card or UPI ...
341 views
This video explains the Strategy Design Pattern. Avoid messy If-Else with this beginner-friendly guide. Master runtime behaviour ...
58 views
In this lecture we will learn about the Strategy pattern. What is it, how to use it and when to use it along with multiple ways to ...
273 views
Step-by-step implementation of the Strategy Pattern in Java. No voice, just clean code and design principles.
15 views
The Template Method design pattern is the abstract-class superpower most devs ignore — it defines a fixed algorithm skeleton ...
14 views
Ever struggled with long if-else chains in your code? This pattern fixes that. In this video, we will understand the Strategy Design ...
56 views
In this video, I break down the Strategy Pattern simply and practically. You'll learn what the strategy pattern is, why it's useful, and ...
65 views
In this video, you'll learn the Strategy DIn this video, you'll learn the Strategy Design Pattern in Java with a simple explanation, ...
13 views
Master all 11 most important Design Patterns in Java in one complete, hands-on course and crack your next Java Backend ...
21,130 views
Learn the Strategy Design Pattern with a fun and practical Duck Simulator example. In this video, we break down why inheritance ...
84 views
You support UPI, credit card, and debit card. The PM asks to add wallet support. You open processPayment — 80 lines of if-else ...
300 views
This video demonstrates a simple example of Strategy Design Pattern using JAVA. #java #designpatterns.
1 view
Learn the Strategy Design Pattern in Java with a real-time Business Validation example. In this tutorial, I explain how the Strategy ...
30 views
Join me as I study Chapter 1 of Head First Design Patterns and learn one of the most important design patterns in software ...
Streamed 3mo ago
Learn Java Design Patterns by solving interesting real-world problems. Let's look at how Design Patterns can be implemented in ...
82 views
Streamed 10mo ago
Strategy Design Pattern is one of the most important Behavioral Design Patterns asked in Java & Spring Boot interviews. In this ...
25 views
1mo ago
Diwali sale pe 30% off, Holi pe 20% off, normal days pe 5% off... are you writing if-else for every discount? There's a better way!
1,772 views
Strategy Pattern Explained | One Class, One Object, Everywhere Learn the Strategy design pattern with real-world Examples.
137 views
The two behavioural patterns interviewers ask about most, built from scratch in Java. Observer: a news channel that pushes ...
7 views
4w ago
My annual spring sale is now live. Check it out: ...
31,382 views
couponCode=CODEDECODEOCTOBER Master the 5 Most Important Design Patterns Every Java Developer Must Know!
35,472 views
Learn Design Patterns for FREE: https://algomaster.io/learn/lld/design-patterns In this video, I share the 15 most important design ...
39,290 views
In this video, I explain the Strategy Design Pattern, one of the most flexible and widely used Behavioral Design Patterns in ...
The Strategy Design Pattern is a behavioral software design pattern that defines a family of algorithms, encapsulates each one ...
480 views
Learn how the Prototype pattern creates new objects by cloning existing ones, improving performance when object creation is ...
54 views
In this video, we will learn a complete overview of Design Patterns in Java. Design patterns are proven and reusable solutions to ...
135 views
Today we build the design package: eight classic design patterns implemented in a single reference class ...
This is not a textbook example. This is real-world Java architecture. This voice-free video demonstrates when and why the ...
Twenty house specials. Four services. One drink changed — and one service never heard about it. Chapter 5 of the Creational ...
24 views
13d ago
Donc il faut déjà noter que dans le les si je parle design pattern design patterns. Vous pouvez dire qu'il y a deux grandes familles ...
4,901 views
Combining 3 Design Patterns under Behavioral Design Pattern to create a single system. - Explaining how these design patterns ...
In this video, we'll explore how to implement the Strategy pattern in Java to create a scalable, maintainable, and testable file ...
37 views
Master the State Design Pattern and finally understand how it differs from the Strategy Pattern. In this video, we break down ...
516 views
In this video, we explore the Strategy Design Pattern with multiple real-world problem statements and step-by-step implementation ...
62 views
Hook Design patterns are the vocabulary of experienced developers. When someone says 'use a Singleton' or 'apply the Strategy ...
17 views
3 Types of Builder Design Pattern & 3 Types of Factory Design Pattern in Java explained with examples! In this video, we cover ...
8 views
Strategy Design Pattern Explained Simply (Head First Guide) Are you tired of fragile code and inheritance nightmares?
26 views
Design Patterns in Advanced Java | Complete Design Patterns Tutorial | Java Design Patterns ☕ Master Design Patterns in ...
6 views
The Decorator design pattern is a structural pattern that allows users to add new functionalities to existing objects dynamically at ...
539 views
Spring Boot + Java enterprise patterns that scale: ✓ Singleton - Factory - Builder - Strategy - Observer ✓ Decorator - Template ...
57 views
This code works. It's simple, readable, and in many cases… exactly what you should write. So why do experienced developers ...
2,025 views
STRATEGY PATTERN: Inspired by Head First Design Patterns Welcome to this visual walkthrough of the Strategy Design Pattern, ...
In this video, we explain Behavioral Design Patterns in Java with simple explanations and real-world examples. Topics ...
Java Design Patterns Certification Practice Questions: https://trk.udemy.com/4a5jkL Master the core concepts of Java Design ...
5 views
In this video, we dive deep into the Template Method Design Pattern, one of the most powerful and commonly used behavioral ...
29 views
Join Venkat Subramaniam for a deep dive into design patterns revisited in modern Java, emphasizing their role as a ...
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.
52 views
By Level 3 you already know Java's syntax. This video walks through building an actual backend service, layer by layer: ...
In this video of code decode we have explained the design pattern interview traps for freshers and experienced canditates Udemy ...
11,564 views
Tired of writing endless if-else or switch statements every time a new feature is requested? You are not alone! In this video, we ...
The pattern is always the point, never the language trivia. Series: Design Patterns in Java — A Teacher / Student Field Guide ...
143 views
The final lesson of the Intermediate Java series focuses on software design principles and patterns. You'll learn how experienced ...
Your text editor has no undo — and now every operation permanently destroys what was there. In this episode we build the ...
35 views
Decorator Pattern Explained with Real World Examples ☕ Struggling to understand the Decorator Design Pattern? In this video ...
Welcome to the next video in the LLD (Low Level Design) Series! In this video, we'll understand: ✓ What are Design Patterns?
36 views
https://github.com/ashu2012/InterviewReadingList/blob/master/oodesign.md The sources characterize Java Design Patterns as ...
Unlock the power of Java Design Patterns in this full live session! Whether you're preparing for interviews, leveling up your coding ...
This video discusses parking lot's low level system design in java. This video was made using RookieClip: https://rookieclip.com ...
81 views
Packages are ready. Now the real Java code starts. This video fills those empty packages with actual classes — User model, ...
El video describe el patrón de diseño Strategy como una solución para organizar algoritmos de forma independiente y facilitar su ...
11 views
Design patterns Learning Together Master Design Patterns in Java with this power-packed live session! In this YouTube Live, ...
9 views
Streamed 5mo ago
Interview Questions and Answers on Design Pattern.
0 views
Want to become a strong FullStack Developer? In this video, we cover the most important FullStack Design Patterns used in ...
192 views
More than 30 years after the release of the GoF Design Patterns and over two decades into the widespread adoption of IoC ...
20 views
Learn JAVA design pattern with real world examples. #java #javaprogramming #learnjava #javadeveloper #javacode #coding ...
12 views
4 views
... XILINIVE ) #designpatternsinjava #designpatterns #javadeveloper #designpattern #java #javaforbeginners #javadevelopers.
Continuing Chapter 1 of Head First Design Patterns! In this study session, we're diving deeper into the Strategy Pattern and one of ...
Builder Design Pattern - Stop Writing Messy Constructors Ever stared at your own code two weeks later and wondered what those ...
47 views
Traditional Singleton Design Pattern vs Spring Singleton Bean Scope — are they really the same? This is an important ...
n this lecture, we cover the Strategy Design Pattern, one of the commonly used behavioral design patterns in Low-Level Design.
31 views
In this video, we explain the Strategy Design Pattern in a simple and easy-to-understand way using a real-life example. You'll see ...
Preparing for Low Level Design interviews? In this video, I design and implement a Tic-Tac-Toe game in Java using OOP ...
Unlock the power of the Strategy Design Pattern in this step-by-step tutorial! In this video, you'll learn: - What is the Strategy ...
115 views
linkedlist #dsa #dsalgo #leetcode #java #javadsa #datastructure #algorithms #algorithm #algo #leetcode #coding #codingtutorial ...
32 views
Design Patterns in Java – Explained with Real-Time Examples Design Patterns are reusable solutions to common problems in ...
611 views
Streamed 9mo ago
Dive into your first DESIGN PATTERN! In this episode, we implement the Strategy Pattern to create a flexible payment system that ...