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
48 results
Observer Pattern Explained Learn the Observer design pattern with real-world Examples. Perfect for interview prep! Explained in ...
71 views
10 days ago
In this video, we break down the Observer Design Pattern in the simplest way possible using Java + real-life examples. If you ...
34 views
2 weeks ago
The first video in a series about the Observer Design Pattern in Java. Here we just explore the problem, the pattern is trying to ...
30 views
In this part 4 I show a more modern way of implementing the observer design pattern in Java, using the PropertyChangeSupport ...
19 views
13 days ago
Does your code look like a tangled web of wires where everything crashes if you touch anything? Discover how the "Control ...
5,079 views
3 weeks ago
In this part I implement the standard pattern, according to the original structure, and discuss a few shortcomings.
26 views
Second part in the series, this time we look at the pattern itself. Next video: applying it.
21 views
This time I remove the listener interface, and use lambda expressions instead.
0 views
3 days ago
This time I swap out the PropertyChangeSupport for lists of functional interfaces, for a more broadly applicable approach.
7 views
1 day ago
In this video, we will learn a complete overview of Design Patterns in Java. Design patterns are proven and reusable solutions to ...
135 views
1 month ago
Hey everyone 👋 In this video, we are learning the Observer Design Pattern, one of the most important Behavioral Design ...
77 views
Defines a one-to-many dependency so that when one object changes state, all its dependents are automatically notified and ...
5 views
Dive deep into 8 essential software design patterns in this comprehensive, hands-on tutorial. This isn't just a series of theoretical ...
177 views
11 days ago
Cùng mình khám phá Observer Pattern – "Trạm phát sóng" quyền năng giúp các thành phần trong hệ thống của bạn luôn được ...
4 views
linkedlist #dsa #dsalgo #leetcode #java #javadsa #datastructure #algorithms #algorithm #algo #leetcode #coding #codingtutorial ...
12 views
Quieres escribir código más limpio, organizado y profesional sin pasar horas estudiando teoría aburrida? En solo 30 minutos, ...
173 views
https://github.com/engineer-work/Design-Pattern-Java/blob/main/README.md.
2 views
5 days ago
Code Walkthrough by Rohith Kashetti (Java Full Stack developer) We are excited to host a Code Walkthrough session with Rohith ...
3,458 views
4 weeks ago
Too many subclasses? Inheritance ka mess ho gaya? 😵 👉 Bridge Design Pattern yahi problem solve karta hai by decoupling ...
8 views
Design patterns in Spring Boot are used to promote decoupling, clean architecture, and maintainability by separating ...