- 22
- 74 808
OptimusGrowth
India
Приєднався 20 вер 2020
OptimusGrowth is about sharing the knowledge and thoughts that I earned throughout my experience, to help others who are stuck in a traffic of open questions!
Hello I am Sagar Wagh, an IT professional with 10+ years of industry experience in providing technical solutions to clients, with significant exposure in e-Commerce, Travel, Insurance, SaaS, B2B, Energy-Utilities and Restaurant Management.
I am a Thought Leader, Enthusiastic Architect, Technology Champion, Scrum/Delivery Planner/Executor, Release Manager, Partly Business Analyst all rolled into one.
Training is my hobby, sharing knowledge is what I like the most.
The topics that this channel covers won't be necessarily technical ones. My end goal is to target all those topics where I can share my knowledge to help you out with your struggles!
Please join me in this initiative and lets help together to grow everyone in this world!
Follow me on Instagram: OptimusGrowth
Hello I am Sagar Wagh, an IT professional with 10+ years of industry experience in providing technical solutions to clients, with significant exposure in e-Commerce, Travel, Insurance, SaaS, B2B, Energy-Utilities and Restaurant Management.
I am a Thought Leader, Enthusiastic Architect, Technology Champion, Scrum/Delivery Planner/Executor, Release Manager, Partly Business Analyst all rolled into one.
Training is my hobby, sharing knowledge is what I like the most.
The topics that this channel covers won't be necessarily technical ones. My end goal is to target all those topics where I can share my knowledge to help you out with your struggles!
Please join me in this initiative and lets help together to grow everyone in this world!
Follow me on Instagram: OptimusGrowth
Strategy Design Pattern Real Time Example! (What's your strategy?)
Design patterns, e.g. Strategy pattern, are meant to solve a real time design problem and are applicable in many programming languages like C#, Java or Python. This video provides a training to boost your design patterns knowledge and prepares you to apply them in real programming world! Strategy pattern is one of the most popular design pattern asked in interview questions and I hope this tutorial will provide real time examples helping you to learn it easily.
About this Video:
0:00 What is Strategy pattern?
0:37 Real time example without using Strategy Pattern
2:21 What problem does Strategy Pattern solves?
3:00 Strategy Pattern tutorial
5:00 Advantages of Strategy Pattern
5:40 Different real time examples of Strategy Pattern
6:40 When should you use Strategy Pattern? - Decision making
Design patterns are one of the expectations when you apply for a technical position. Many of us struggle to understand or even explain them in a simple way.
Watch playlist on design patterns and increase your chances of getting highlighted-
ua-cam.com/play/PL5rdHXmrv1tf-GCZE9yXk1GG0cq7F2_wH.html
#optimusgrowth
About this Video:
0:00 What is Strategy pattern?
0:37 Real time example without using Strategy Pattern
2:21 What problem does Strategy Pattern solves?
3:00 Strategy Pattern tutorial
5:00 Advantages of Strategy Pattern
5:40 Different real time examples of Strategy Pattern
6:40 When should you use Strategy Pattern? - Decision making
Design patterns are one of the expectations when you apply for a technical position. Many of us struggle to understand or even explain them in a simple way.
Watch playlist on design patterns and increase your chances of getting highlighted-
ua-cam.com/play/PL5rdHXmrv1tf-GCZE9yXk1GG0cq7F2_wH.html
#optimusgrowth
Переглядів: 2 548
Відео
Command Pattern Real Time Example! (Your wish is your command :D)
Переглядів 2,9 тис.3 роки тому
Design patterns, e.g. Command pattern, are meant to solve a real time design problem and are applicable in many programming languages like C#, Java or Python. This video provides a training to boost your design patterns knowledge and prepares you to apply them in real programming world! Command pattern is one of the most popular design pattern asked in interview questions and I hope this tutori...
Builder Design Pattern Real Time Example! (Keep it simple)
Переглядів 3,1 тис.3 роки тому
Design patterns, e.g. Builder pattern, are meant to solve a real time design problem and are applicable in many programming languages like C#, Java or Python. This video provides a training to boost your design patterns knowledge and prepares you to apply them in real programming world! Builder pattern is one of the most popular design pattern asked in interview questions and I hope this tutori...
Abstract Factory Pattern: Factory design pattern can not solve all problems!
Переглядів 4,9 тис.3 роки тому
Design patterns, e.g. Abstract factory pattern are meant to solve a real time design problem and are applicable in many programming languages like C#, Java or Python. People are always confused about abstract factory pattern vs factory method. This video provides a training to boost your design patterns knowledge and prepares you to apply them in real programming world! Abstract factory pattern...
Factory Design Pattern Real Time Example! (What|Why|When|How)
Переглядів 7 тис.3 роки тому
Design patterns, e.g. Factory design pattern, are meant to solve a real time design problem and are applicable in many programming languages like C#, Java or Python. People are always confused about factory pattern vs factory method. This video provides a training to boost your design patterns knowledge and prepares you to apply them in real programming world! factory pattern is one of the most...
Singleton Design Pattern Real Time Example! (Understand the problem before the solution)
Переглядів 3,3 тис.3 роки тому
Design patterns, e.g. Singleton pattern are meant to solve a real time design problem and are applicable in many programming languages like C#, Java or Python. This video provides a training to boost your design patterns knowledge and prepares you to apply them in real programming world! Singleton pattern is one of the most popular design pattern asked in interview questions and I hope this tut...
Association vs Aggregation vs Composition: OOPS did you really know that?
Переглядів 7 тис.3 роки тому
Association vs Aggregation vs Composition, one of the easy Object Oriented Programming concepts. Association: has-a relationship between A & B without no ownership and no life-cycle control Aggregation: has-a relationship between A & B with ownership and but no life-cycle control Composition: has-a relationship between A & B with ownership and life-cycle control Wait! Do you really know that? O...
Dependency Inversion Principle: SOLID Principles (Tell me what you need and relax!)
Переглядів 9913 роки тому
Dependency inversion principle is the first SOLID principles and is frequently used in many programming languages like C#, Java, Python, JavaScript etc. and is also one of the favorite topic in job interview questions! Video content: 0:00 Welcome Introduction 0:17 Understand a simplest code and see reason that indicates why does it break a Dependency inversion principle 3:19 Dependency inversio...
Interface Segregation Principle: SOLID Principles (reduce the FAT from your interface!)
Переглядів 8133 роки тому
Interface Segregation principle is the first SOLID principles and is frequently used in many programming languages like C#, Java, Python, JavaScript etc. and is also one of the favorite topic in job interview questions! Video content: 0:00 Welcome Introduction 0:24 Understand a simplest code and see reason that indicates why does it break a Interface Segregation principle 3:07 Interface Segrega...
Liskov Substitution Principle: SOLID Principles (only the name is complex, concept is too simple!)
Переглядів 1,3 тис.4 роки тому
Liskov Substitution Principle is the first SOLID principles and is frequently used in many programming languages like C#, Java, Python, JavaScript etc. and is also one of the favorite topic in job interview questions! Video content: 0:00 Welcome Introduction 0:27 Liskov Substitution Definition 0:58 Understand what damage your design can have if you don't follow Liskov Substitution Principle 8:0...
Open Closed Principle: SOLID Principles (Bored of square-rectangle or apple-orange example? Me too!)
Переглядів 1,1 тис.4 роки тому
Open Closed Principle is the second SOLID principles and is frequently used in many programming languages like C#, Java, Python, JavaScript etc. and is also one of the favorite topic in job interview questions! Video content: 0:00 Welcome Introduction 0:24 Open Closed Principle Definition 1:06 Understand a simplest code and see reason that indicates why does it break a Open Closed Principle 3:1...
Single Responsibility Principle: SOLID Principles (hygienic code keeps your career healthy!)
Переглядів 1,3 тис.4 роки тому
Single Responsibility Principle is the first SOLID principles and is frequently used in many programming languages like C#, Java, Python, JavaScript etc. and is also one of the favorite topic in job interview questions! Video content: 0:00 Welcome Introduction 0:28 Single Responsibility Definition 1:01 Understand a badly written code and see reasons that indicates why does it break a Single Res...
Proxy vs Decorator Pattern - 3 key differences that will clear your confusion!
Переглядів 1,4 тис.4 роки тому
Proxy pattern vs Decorator pattern - Still think both are same??? Design patterns are one of the expectations when you apply for a technical position. Many of us struggle to understand or even explain them in a simple way. This video will give you 3 key differences that will clear your confusion! About this Video: 0:00 Introduction 0:35 Sample code for Proxy pattern 1:10 Sample code for Decorat...
Composite Vs Decorator Pattern - 3 key differences that will clear your confusion!
Переглядів 7124 роки тому
Composite pattern vs Decorator pattern - Still think both are same??? Design patterns are one of the expectations when you apply for a technical position. Many of us struggle to understand or even explain them in a simple way. This video will give you 3 key differences that will clear your confusion! About this Video: 0:00 Introduction 0:26 Sample code for Composite pattern 1:26 Sample code for...
Proxy Design Pattern Real Time Example! (Be the smart person in the room!)
Переглядів 3,7 тис.4 роки тому
Design patterns, e.g. Proxy design pattern, are meant to solve a real time design problem and are applicable in many programming languages like C#, Java or Python. This video provides a training to boost your design patterns knowledge and prepares you to apply them in real programming world! Proxy pattern is one of the most popular design pattern asked in interview questions and I hope this tut...
Composite Design Pattern Real Time Example! (a must watch video)
Переглядів 2,3 тис.4 роки тому
Composite Design Pattern Real Time Example! (a must watch video)
Visitor Design Pattern Real Time Example! (A guest in the programming world)
Переглядів 5 тис.4 роки тому
Visitor Design Pattern Real Time Example! (A guest in the programming world)
Chain Of Responsibility Design Pattern Real Time Example!
Переглядів 4,9 тис.4 роки тому
Chain Of Responsibility Design Pattern Real Time Example!
Mediator Pattern Real Time Example! (a step towards clean coding)
Переглядів 4,3 тис.4 роки тому
Mediator Pattern Real Time Example! (a step towards clean coding)
Facade Design Pattern Real Time Example! (What|Why\\When|How)
Переглядів 7 тис.4 роки тому
Facade Design Pattern Real Time Example! (What|Why\\When|How)
Decorator Design Pattern Real Time Example! (Wrap to beautify)
Переглядів 3,4 тис.4 роки тому
Decorator Design Pattern Real Time Example! (Wrap to beautify)
Adapter Design Pattern Real Time Example! (Be the smart person in the room!)
Переглядів 6 тис.4 роки тому
Adapter Design Pattern Real Time Example! (Be the smart person in the room!)
Superb difference, Much more clear
Your way to represent the pattern is very cool and superb
Great video, thanks
thank you great way to make us understand
Best video for chain of responsibility
Very sharp, simple & to the point.. Explanation ✌
Dude.. You have explained it very wel.. Finally I understand the visitor pattern aft searching lot of videos.. ✌
Nice, show some code would be nice
Good example. Thanks
Sigh.. DI was the obvious extension to factory pattern i believe..
Last Lines are really good "One video will not give complete information." Less people understand this , you understood because you read multiple articles for each subject.
The video is really good. I was not aware of all the 6 points needed to implement Liskov Substitution. Thanks for giving a crisp explanation. But I also agree with the others that the background sound is annoying.
Your videos are simply great. Can you videos Observer Pattern? Actually for design patterns ?
your explain is easy to understand even though concept is complex. you are design pattern for me.
Wow. what an explanation. great job. Love the explanation.
Exceptional teaching 👏 .. please make videos on all type of design patterns
YOU ARE AWESOMEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE
Very nice explanation
excellent, thank you teacher
Excellent teaching. Please make more design pattern videos for us. Thank you soo much
Excellent, and concise!!! Thank you for sharing your knowledge.
very nice explanation
Good explanation !! Easy to understand. Great work.
At last! Thank you for not using the coffee/pizza example which doesn't make sense on this pattern. Your explanation is clear, the questions to ask before using it are useful and your example is appropriate to the pattern. Subscribed :)
11:33 summary of Association Aggregation and Composition
9:09 Composition vs Aggregation
Thank you Sir. All explained clear and crisp.
Really appreciate the way you explained these patterns. simple and easy to understand..Thanks a lot ..
A legend is always a legend
Well explained......👊
Great work sir
Really helpful. It is very clear!
Good explanation!
It's a good explanation, but I think it's better without the background music, good job man!
One of the great explanation I have gone through. Thanks for this :)
Very Well explained!
Well Explained. Thank you. I guess after finding this video, my chain of responsibillity pattern will have to break at this point since i have found the most useful video to explain what i have been looking for.
Great work !!, Can you please implement it in java
Appreciate your efforts on making such wonderful series on design patterns. Your way of explanation is simply awesome. Thanks a ton bro.🙂
you are great bro. you explain subjects very very awesome. thank you sooooo much bro
Simple and best explanation. I can totally related these concepts in real world now. Content has power. Thanks for not adding any background music or any extra fancy items to make it attractive. Simplicity always sound more powerful.
It's helpful to me ..
Much underrated channel! Loved your content.
Hidden gem.
Music in background definitely make harder to understand your indian english, but anyway thanks for the video, content is great.
awesome
Thanks for sharing
Simply Awesome explanation !
Thanks for explanation. I'm now understand
I have gone through many tutorials on OCP, but without any ambiguity your tutorial is outstanding ... keep it up .. waiting for next session on Design patterns & Principles .. thx a lot