The Counted Pointer Design Pattern
9:49
The Leasing Design Pattern
3:28
4 жыл бұрын
The Eager Acquisition Design Pattern
3:29
The Locks Design Pattern
5:01
4 жыл бұрын
The Scoped Locking Design Pattern
3:57
The Bridge Design Pattern
6:49
4 жыл бұрын
The Blackboard Design Pattern
1:43
4 жыл бұрын
The Message Bus Design Pattern
3:10
4 жыл бұрын
Requestor and Request Handler
1:00
4 жыл бұрын
The Request Response Design Pattern
2:30
The Message Router Design Pattern
3:14
The Message Design Pattern
3:41
4 жыл бұрын
The Message Endpoint Design Pattern
2:56
The Observer Design Pattern
9:58
4 жыл бұрын
The Visitor Design Pattern
11:39
4 жыл бұрын
The Composite Design Pattern
10:39
4 жыл бұрын
The Command Design Pattern
5:24
4 жыл бұрын
The Strategy Design Pattern
2:51
4 жыл бұрын
The Broker Design Pattern
9:29
4 жыл бұрын
The Pipes and Filters Design Pattern
10:38
The Layers Design Pattern
8:12
4 жыл бұрын
Пікірлер
@jvsnyc
@jvsnyc 3 жыл бұрын
One great quote you didn't include (you did illustrate it) is "We can solve any problem by introducing an extra layer of indirection, except the problem of having too many layers of indirection." That was the way I first learned the quote back in the 1980's!!
@DesignPatternsLectures
@DesignPatternsLectures 3 жыл бұрын
Thanks, yes thats true. I should have also said it. Maybe in future updates.
@harshpatel4390
@harshpatel4390 3 жыл бұрын
Awesome Playlist... You made my whole subject clear... Thank you.. :)
@DesignPatternsLectures
@DesignPatternsLectures 3 жыл бұрын
Thank you very much. Glad to be of help.
@harshpatel4390
@harshpatel4390 3 жыл бұрын
Please correct your audio... it is very crisp.. Content is very good
@DesignPatternsLectures
@DesignPatternsLectures 3 жыл бұрын
Ok, thanks for the feedback. I plan to re-create some of the videos with better quality in the next months.
@harshpatel4390
@harshpatel4390 3 жыл бұрын
This is the only channel on KZbin which explains all design patterns in such simple manner. Good work Sir!!
@DesignPatternsLectures
@DesignPatternsLectures 3 жыл бұрын
Thanks for the compliment :-)
@Devether
@Devether 3 жыл бұрын
Very good explanations thank you :)
@DesignPatternsLectures
@DesignPatternsLectures 3 жыл бұрын
You're welcome. I am glad that it helped you.
@madmetal75
@madmetal75 3 жыл бұрын
The Composite Design Pattern - ASMR. Thanks for your presentation, well put and clear, plus a bit calming for late-night studying.
@DesignPatternsLectures
@DesignPatternsLectures 3 жыл бұрын
Students sometimes call me "the Bob Ross of Design Patterns". Actually, I want to be more lively in future videos. I think that would help not falling asleep ;-D
@mohamedbouniar
@mohamedbouniar 3 жыл бұрын
Thank you, sir, this video was really helpful
@DesignPatternsLectures
@DesignPatternsLectures 3 жыл бұрын
I am glad it helped you.
@kamleshbhalui
@kamleshbhalui 3 жыл бұрын
Best explanation of visitor I found on internet.
@DesignPatternsLectures
@DesignPatternsLectures 3 жыл бұрын
Thanks you - that motivates me.
@MasterOfMisc
@MasterOfMisc 3 жыл бұрын
nicely explained.
@DesignPatternsLectures
@DesignPatternsLectures 3 жыл бұрын
thx
@bshark977
@bshark977 3 жыл бұрын
i could not understand this from my lecture. I watched it 4 times. i finally get it
@DesignPatternsLectures
@DesignPatternsLectures 3 жыл бұрын
That is good to hear. I am happy for you.
@ManishYadav0719
@ManishYadav0719 3 жыл бұрын
Great Mate
@DesignPatternsLectures
@DesignPatternsLectures 3 жыл бұрын
Thx
@zhor3795
@zhor3795 3 жыл бұрын
Hello, It was very helpfull but can you please make a video when is aplied to an embed? Thanks a lot :)
@DesignPatternsLectures
@DesignPatternsLectures 3 жыл бұрын
Thanks. I will extend the videos in a few months maybe. currently the lecture is finished. Maybe for next semester.
@tuhinmukherjee8141
@tuhinmukherjee8141 3 жыл бұрын
Hey, amazing video. Loved it. Thanks man. But you could have included bits of I/O CP and selectors as well.
@DesignPatternsLectures
@DesignPatternsLectures 3 жыл бұрын
Right, thats a good hint. I will note it and maybe extend the video next semester.
@kjrpolls6580
@kjrpolls6580 3 жыл бұрын
Short and effective. like it! Thanks for the video :)
@DesignPatternsLectures
@DesignPatternsLectures 3 жыл бұрын
You're welcome :-)
@osilayereight2546
@osilayereight2546 3 жыл бұрын
Thank you for making those awesome lectures publicly available, this is really great content. Is there any chance that the full lecture regarding the MVC pattern is being uploaded any time soon?
@DesignPatternsLectures
@DesignPatternsLectures 3 жыл бұрын
Hi, unfortunately I couldn't produce the full video due to time constraints, but here is a playlist which I assembled for the topics of MVC and its friends (MVVM, MVP, PAC): kzbin.info/aero/PLMc3Vq8Q6CgZslwFnG0M17O_3b_fkAAXT * The Model-View-Controller Desing Patterns (Overview): kzbin.info/www/bejne/kKfcc4uBorSoorM * What is MVC? Simple Explanation: kzbin.info/www/bejne/pnTZi6egpLekZ6s * What is MVVM (Model-View-ViewModel) Pattern? kzbin.info/www/bejne/nKCZo6mKhZ6eocU * Model View Presenter: kzbin.info/www/bejne/aHbakJ1qfLaMfJY * The Presentation-Abstraction-Control (PAC) Design Pattern: kzbin.info/www/bejne/b6HTYnaYmaigo6s * Clean iOS Architecture: MVC, MVVM, and MVP: kzbin.info/www/bejne/p6u3lqyufrySpdk
@osilayereight2546
@osilayereight2546 3 жыл бұрын
@@DesignPatternsLectures Wow! Thank you very very much and stay awesome!
@yung-hsiangma953
@yung-hsiangma953 3 жыл бұрын
Nice video!!!! it'd be better if you don't smoke 10 packs of cigs per day
@DesignPatternsLectures
@DesignPatternsLectures 3 жыл бұрын
Thanks for the feedback. I'll try ;-)
@matteopepe28
@matteopepe28 3 жыл бұрын
Very helpful!
@DesignPatternsLectures
@DesignPatternsLectures 3 жыл бұрын
Thanks :-)
@mayurpatil8171
@mayurpatil8171 3 жыл бұрын
hey, great explanation Michael, thanks for this
@DesignPatternsLectures
@DesignPatternsLectures 3 жыл бұрын
You're welcome :-)
@softwarearchitecturematter4482
@softwarearchitecturematter4482 3 жыл бұрын
Hi Michael, Nice video. I liked the example. Vikas
@DesignPatternsLectures
@DesignPatternsLectures 3 жыл бұрын
Thank you.
@abolfazlrezaei2801
@abolfazlrezaei2801 3 жыл бұрын
Great explanation, Thanks.
@DesignPatternsLectures
@DesignPatternsLectures 3 жыл бұрын
:-)
@raulrivadeneyra4627
@raulrivadeneyra4627 3 жыл бұрын
Thank you so much for this video, you explained it quite clearly.
@DesignPatternsLectures
@DesignPatternsLectures 3 жыл бұрын
You are welcome :-)
@adairhz
@adairhz 4 жыл бұрын
Nice :)
@DesignPatternsLectures
@DesignPatternsLectures 3 жыл бұрын
Thanks :-)
@jhonlindeman8610
@jhonlindeman8610 4 жыл бұрын
thanks a lot
@DesignPatternsLectures
@DesignPatternsLectures 3 жыл бұрын
You're welcome :-)