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
68,255 results
Why are Design Patterns considered the universal blueprint for writing clean, scalable, and maintainable software? Whether ...
14 views
2d ago
Nobody learns a design pattern from a definition. In this series you'll feel every pattern the honest way — by hitting the wall it was ...
143 views
3w ago
Singleton Design Pattern in Java is one of the most important Java Design Patterns and a frequently asked topic in Java ...
4,605 views
2w ago
Design Patterns ke baare mein yeh ek video kaafi hai. Animations ke saath, bilkul simple language mein — student ho ya working ...
87 views
4w ago
Strategy Design Pattern Explained with a Real Java Example | Low Level Design The Strategy Design Pattern is one of the most ...
28 views
The remarkable growth of artificial intelligence, particularly Large Language Models (LLMs) and AI-assisted coding, in recent ...
422 views
10d ago
En este webinar, realizamos un análisis crítico del presente, pasado y futuro de Java. Específicamente cual es el papel del ...
362 views
Learn the **Facade Design Pattern in Java** with a practical real-world example. The Facade pattern helps simplify complex ...
122 views
The Factory Method pattern isn't one trick — it's **three different shapes**, and you pick by the one question that actually matters: ...
23 views
Learn the Factory Method pattern in Java by building an online store's delivery tiers. We start with the problem — a shipping ...
4 views
Learn the Template Method design pattern in Java by building order fulfilment for an online store three completely different ways ...
5 views
Learn the Decorator Design Pattern in Java with both a real Java API example and an easy-to-understand Pizza and Toppings ...
100 views
LLD seekhna start karna hai, but samajh nahi aa raha ki exactly kya-kya padhna hai? In this video, I'm walking you through the ...
42 views
13d ago
MASTER ALL 23 DESIGN PATTERNS — WITH REAL-WORLD EXAMPLES & ACTUAL CODE** Design Patterns are not just ...
3,759 views
12d ago
CHAPTERS 00:00 Introduction 00:52 The Scenario 01:39 Two Copies, Two Bugs, No Exceptions 02:37 The Naive Approach ...
7 views
In this video, we understand the **Singleton Design Pattern in Java** from the basics to its practical implementation. We cover: ...
10 views
BrewHub's kitchen display expects `OrderSource`. The new delivery partner ships a 2016 SDK that returns `SwiftJob` with string ...
11d ago
Twenty house specials. Four services. One drink changed — and one service never heard about it. Chapter 5 of the Creational ...
Series: Design Patterns in Java — A Teacher / Student Field Guide Chapter 1 of 55 · Creational patterns · Case study: BrewHub ...
Learn the Command design pattern in Java by building undo and redo for a shopping cart in an online store. We start with the ...
Master Singleton Design Pattern in Java in just 10 minutes!** In this video, we explain the **Singleton Design Pattern in Java** ...
21 views
As AI rapidly evolves from model experimentation to production-grade applications, Java developers are increasingly faced with a ...
30 views
Observer Design Pattern—one of the most important behavioral design patterns in Java and Low Level Design interviews. This is ...
6 views
Learn the Chain of Responsibility design pattern in Java by building the checks an online store runs before it accepts an order ...
Microservices Design Pattern Interview Questions & Answers – Part 3** Preparing for a **Java, Spring Boot, Microservices, ...
64 views
Learn the Composite design pattern in Java by building a category tree for an e-commerce catalog. We start with the problem ...
1 view
Learn the prototype pattern in Java — a Gang of Four creational pattern for cheaply producing near-duplicates of an object that ...
3 views
Preparing only DSA for product-based company interviews? You may be missing an important part of the interview.
85 views
Learn SOLID Principles in Java with one practical e-commerce application instead of memorizing five isolated definitions. 00:00 ...
423 views
forRegion Java 17+, used honestly. Built word-by-word so the visuals follow the narration. Series: Design Patterns in Java ...
54 views
Learn the Visitor design pattern in Java by building the reports an online store runs over its product catalog — what the stock is ...
8 views
Learn the Adapter design pattern in Java by building a checkout flow that needs shipping rates from a third-party SDK with ...
Learn the Flyweight design pattern in Java by building badge rendering for an e-commerce catalog. We start with the problem — a ...
20 views
12 views
Want to understand the Factory Design Pattern the right way? In this video, we don't just jump into theory- we start from a real ...
161 views
4d ago
Learn the Proxy design pattern in Java by building a product listing where loading a full-resolution image is expensive and not ...
Learn the Template Method Design Pattern in Java with a practical explanation of how abstract classes can define a reusable ...
90 views
In this video, we understand the **Transactional Outbox Pattern** with a simple and interview-focused explanation. We cover: ...
24 views
In this video we are going to discuss Interpreter Design Pattern with the help of Real-World Examples and usecases. We will see ...
222 views
... software design, and system design content. **Learn. Grow. Inspire.** #StatePattern #DesignPatterns #Java #SoftwareDesign ...
22 views
The Builder Design Pattern provides a clean way to create complex objects, especially when they have many optional parameters ...
37 views
Builder Design Pattern in Hindi | Classic, Fluent, Immutable & Step Builder | Java | LLD Ever wondered why constructors become ...
2,164 views
Learn **Proxy Design Pattern** in Java with a simple and practical explanation. Proxy is a **Structural Design Pattern** that ...
72 views
Master **Creational Design Patterns** in this complete video designed for **Low-Level Design (LLD), System Design, and ...
272 views
LLD Series – Part 2: Template Method Design Pattern In this video, we move from THEORY to CODE and implement the Template ...
94 views
6d ago
Welcome to Day 5 of the Low-Level Design (LLD) Bootcamp by @CodeKerdos . In this session, we continue our journey through ...
80 views
5d ago
CHAPTERS 00:00 Introduction 00:49 The Scenario 01:30 Look Closely at One Line 02:08 The Naive Approach — Undo Without a ...
Design Patterns explained simply and visually! In this video, you'll learn what software design patterns are, why developers use ...
9d ago
In this Factory Method tutorial we break down the Factory Method design pattern, one of the most useful creational design patterns ...
92 views
I cracked Microsoft, and in this video I'm sharing what I focused on beyond DSA — Design Patterns and Low-Level Design (LLD).
19,599 views
Day 21 of the Java Backend Development + Spring Boot course. "Tight coupling" has come up repeatedly since Day 18 — today ...
... Prototype Pattern, Prototype Design Pattern Explained, Prototype Pattern Java, Prototype Pattern Python, Design Patterns, ...
296 views
In this video, we dive into the Observer Design Pattern and understand how it works through a simple Notification System example ...
49 views
Episode 14. Design Patterns Products I Use: MacBook: https://link.amazon/B0az2cM3B iPad: https://link.amazon/B0efwQlYO ...
331 views
I am a Lead Java backend software engineer with vast experience in core java, advanced java, JSP, Servlets, Spring, Spring Boot, ...
16h ago
The Builder design pattern explained the way it should be: not as an abstract diagram, but through three real bugs it actually fixes ...
295 views
Prepare for your next Senior Java Developer interview with this real-time mock interview covering Java 8, 17, and 21. We dive ...
1,335 views
Spring I/O 2026 - 14-15 April, Barcelona LLMs are powerful, but calling them for everything gets expensive, slow, and ...
1,378 views
We'll cover: • What is the Builder Design Pattern? • Why and when should you use it? • How it solves complex object creation ...
11,110 views
Welcome to Part 4 of our Java Interview Preparation Series! In this video, we'll learn how to use ChatGPT to practice ...
56 views
That's exactly what the Singleton Design Pattern fixes. In this video, we cover: ✓ What the Singleton Pattern is (with a ...
53 views
... is the structure of the singleton design pattern a three-part configuration that manages object life cycle internally first we define a ...
377 views
In this video, I have cover the **Top Microservices Design Pattern Interview Questions – Part 2** that are commonly asked in Java, ...
58 views
1mo ago
Episode 16. Builder Design Pattern Products I Use: MacBook: https://link.amazon/B0az2cM3B iPad: https://link.amazon/B0efwQlYO ...
27 views
20h ago
Welcome to Day 6 of the Low-Level Design (LLD) Bootcamp by @CodeKerdos . In this session, we continue our deep dive into ...
62 views
Why do modern languages stop you from writing repetitive code? In Part 13 of the Coding Immersion Journey, we examine the ...
15 views
This is an important foundation for: • Object-Oriented Design • Low-Level Design (LLD) • Clean Code • Design Patterns • Java ...
Strategy design pattern. That much of wrong answer from your side let Let me tell you one thing and listen it for first and last time ...
This video is part of the System by Design series, where we explore software design patterns, system design, software ...
11h ago
Java OOPs for SDET Interviews #1 – Class vs Object in Java Confused about the difference between a **Class and an Object in ...
134 views
What happens when a downstream service becomes slow or starts failing? Simply retrying every failed request can actually make ...
285 views
8d ago
this is a lesson on object-oriented programming.
Learn Pattern Printing in Java with easy-to-understand programs and step-by-step logic. This tutorial covers how to create ...
This video is among a series of System design Episodes aimed towards cracking the most notable system design problems out ...
110 views
Pattern Matching in Java 21+ — Write Cleaner, Safer & Modern Java Code! In this video, we'll take a deep dive into Pattern ...
44 views
What happens when a microservice fails, becomes slow, or is temporarily unavailable? In System Design Episode 13, we explore ...
Hey Everyone, Welcome Back. In this video we are going to discuss State Design Pattern, we will see its nodejs, c++ and java ...
149 views
... not get into design patterns and that should be covered starting uh Tuesday uh but before we get into software testing let's finish ...
292 views
Hey Everyone, Welcome Back. In this video we are going to discuss Visitor Design Pattern with Real-World Examples and ...
234 views
Episode 15. Singleton Design Pattern Products I Use: MacBook: https://link.amazon/B0az2cM3B iPad: https://link.amazon ...
3d ago
En este video conocerás el patrón DAO (Data Access Object) y aprenderás cómo separar la lógica de acceso a datos del resto de ...
31 views
2 views
1d ago