ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

69 results

Zero Tech Debt and Daksh Pruthi
Strategy Design Pattern | Behavioral Design Patterns | LLD Playlist

Strategy Pattern Explained | One Class, One Object, Everywhere Learn the Strategy design pattern with real-world Examples.

9:10
Strategy Design Pattern | Behavioral Design Patterns | LLD Playlist

69 views

6 days ago

Troels Mortensen
Exploring the observer design pattern in Java, part 3 - Applying the Pattern

In this part I implement the standard pattern, according to the original structure, and discuss a few shortcomings.

8:28
Exploring the observer design pattern in Java, part 3 - Applying the Pattern

0 views

3 days ago

Zero Tech Debt
Simple Factory Pattern Explained | Factory Patterns Part 1 | Creational DP | LLD Playlist

Learn the Simple Factory design pattern with real-world examples like OTP services. Understand how to centralize object creation ...

12:58
Simple Factory Pattern Explained | Factory Patterns Part 1 | Creational DP | LLD Playlist

83 views

3 days ago

Troels Mortensen
Exploring the Observer design pattern in Java, part 4 - The PropertyChangeSupport

In this part 4 I show a more modern way of implementing the observer design pattern in Java, using the PropertyChangeSupport ...

10:39
Exploring the Observer design pattern in Java, part 4 - The PropertyChangeSupport

0 views

14 hours ago

ArjanCodes
The Fluent Interface Pattern: A Better Way to Design Python APIs

Learn how to design great software in 7 steps: https://arjan.codes/designguide. In this video, I take a small but realistic Python ...

17:36
The Fluent Interface Pattern: A Better Way to Design Python APIs

27,634 views

6 days ago

Kartikeya Sharma
Proxy Pattern in Java | Controlled Object Access | Structural

Proxy provides a surrogate or placeholder for another object to control access, add security, enable lazy loading, or implement ...

7:05
Proxy Pattern in Java | Controlled Object Access | Structural

18 views

4 days ago

Fer Clager
¿Qué es el patrón Mediator en Java?

En este video, exploraremos el **mediator pattern** en Java, un patrón de **design pattern** de comportamiento. Este patrón es ...

9:28
¿Qué es el patrón Mediator en Java?

45 views

4 days ago

Kartikeya Sharma
Composite Pattern in Java | Tree Structures | Structural

The Composite pattern lets you treat individual objects and compositions uniformly, making it ideal for hierarchical or tree-based ...

9:32
Composite Pattern in Java | Tree Structures | Structural

0 views

2 days ago

CodeWithSukhreet
Sliding Window Pattern in Arrays | Master This DSA Pattern for Interviews 🚀 | Java + Explanation

Struggling with array problems in DSA? In this video, we'll master the Sliding Window Pattern — one of the most important and ...

16:59
Sliding Window Pattern in Arrays | Master This DSA Pattern for Interviews 🚀 | Java + Explanation

18 views

4 days ago

Kartikeya Sharma
Facade Pattern in Java | Simplified Subsystem Access | Structural

Facade provides a unified and simplified interface to a complex subsystem, reducing dependencies and improving code ...

5:44
Facade Pattern in Java | Simplified Subsystem Access | Structural

12 views

6 days ago

Pattern Mastery
[Java] Serialize and Deserialize Binary Tree - Leetcode 297 -- Illustrated! | Pattern Mastery

Serialize and Deserialize Binary Tree - Leetcode 297 - Illustrated! Trees - Java (Pattern Mastery) #PatternMastery ...

16:06
[Java] Serialize and Deserialize Binary Tree - Leetcode 297 -- Illustrated! | Pattern Mastery

0 views

5 days ago

Durga Software Solutions
Demystifying Object Design A Billing & Invoicing System with Java

Want to understand Object-Oriented Design (OOD) with a practical real-world project? In this video, we demystify object design ...

6:57
Demystifying Object Design A Billing & Invoicing System with Java

0 views

5 days ago

Shubham Kandpal
SOLID principle part 6 | Design Pattern

linkedlist #dsa #dsalgo #leetcode #java #javadsa #datastructure #algorithms #algorithm #algo #leetcode #coding #codingtutorial ...

6:20
SOLID principle part 6 | Design Pattern

0 views

4 days ago

CodeNCode
L00: Course Overview | Low Level Design

Hello guys, this is CodeNCode. In this lecture we'll go through the course overview and high level plan of Low Level Design ...

5:35
L00: Course Overview | Low Level Design

477 views

1 day ago

Kartikeya Sharma
Flyweight Pattern in Java | Memory Optimization | Structural

Flyweight reduces memory usage by sharing common object state across multiple objects, making it useful for high-performance ...

5:41
Flyweight Pattern in Java | Memory Optimization | Structural

4 views

14 hours ago

Think Constructive
What is Spring Security in Spring Boot  | Spring Boot Tutorial 2026 | #springboot

Spring Security in Spring Boot Tutorial covers What is Spring Security , Spring Security Architecture, Spring security filter chain, ...

9:12
What is Spring Security in Spring Boot  | Spring Boot Tutorial 2026 | #springboot

142 views

2 days ago

Shubham Kandpal
Dependency Injection  | Design Pattern

linkedlist #dsa #dsalgo #leetcode #java #javadsa #datastructure #algorithms #algorithm #algo #leetcode #coding #codingtutorial ...

7:06
Dependency Injection | Design Pattern

0 views

2 days ago

Shubham Kandpal
Composit VS Inheritance Design pattern

linkedlist #dsa #dsalgo #leetcode #java #javadsa #datastructure #algorithms #algorithm #algo #leetcode #coding #codingtutorial ...

4:06
Composit VS Inheritance Design pattern

0 views

1 day ago

Ganesh Jadhav AutomationStudio
How to automate drop down in Playwright with Java || Ganesh Jadhav AutomationStudio

Subscribe to this channel, and press bell icon to get some interesting videos for Selenium/TestNG/Maven/Rest Assured ...

10:20
How to automate drop down in Playwright with Java || Ganesh Jadhav AutomationStudio

11 views

3 days ago

Shubham Kandpal
SOLID principle part 5 | Design Pattern

linkedlist #dsa #dsalgo #leetcode #java #javadsa #datastructure #algorithms #algorithm #algo #leetcode #coding #codingtutorial ...

5:34
SOLID principle part 5 | Design Pattern

0 views

5 days ago

Shubham Kandpal
SOLID principle part 4 | Design Pattern

linkedlist #dsa #dsalgo #leetcode #java #javadsa #datastructure #algorithms #algorithm #algo #leetcode #coding #codingtutorial ...

5:19
SOLID principle part 4 | Design Pattern

0 views

6 days ago

Shubham Kandpal
SOLID principle part 7 | Design Pattern

linkedlist #dsa #dsalgo #leetcode #java #javadsa #datastructure #algorithms #algorithm #algo #leetcode #coding #codingtutorial ...

5:39
SOLID principle part 7 | Design Pattern

0 views

3 days ago

Maurya Evolves
LLD: Hop in and learn LLD alongside me! (Day-17) | Composition Design Pattern

Today I learn about composition design pattern.

6:34
LLD: Hop in and learn LLD alongside me! (Day-17) | Composition Design Pattern

15 views

6 days ago

Mirchi Tech
Stop Hardcoding Everything: Dependency Injection That Will Clean Up Your Entire Codebase

In this video, you'll learn why Dependency Injection is the most important design pattern you aren't using yet to clean up your ...

19:02
Stop Hardcoding Everything: Dependency Injection That Will Clean Up Your Entire Codebase

0 views

5 days ago

Code Sprint
#24 What is Java Enum? | How to Use Enum with Constructor & Methods (Real Example) #java

In this video, you will learn Java Enum from basics to advanced concepts with a real-time practical example. We'll start by ...

8:03
#24 What is Java Enum? | How to Use Enum with Constructor & Methods (Real Example) #java

8 views

2 days ago