Coming soon …

In this series, we will explore the SOLID Design Principles and various design patterns that help us write clean, maintainable, and scalable code.

Module 1: SOLID Design Principles

S. NoTopicReadWatch
1What are SOLID design principles and why use them?
2S – Single Responsibility Principle
3O – Open Close Principle
4L – Liskov Substitution Principle
5I – Interface Segregation Principle
6D – Dependency Inversion Principle

Module 2: Creational Design Patterns

S. NoTopicReadWatch
1Introduction to Design Patterns
2Creational Design Patterns – Introduction
3CDP: Builder
4CDP: Simple Factory
5CDP: Factory Method
6CDP: Prototype
7CDP: Abstract Factory
8CDP: Singleton
9CDP: Object Pool

Module 3: Structural Design Patterns

S. NoTopicReadWatch
1Structural Design Patterns – Introduction
2SDP: Adapter
3SDP: Bridge
4SDP: Decorator
5SDP: Composite
6SDP: Facade
7SDP: Flyweight
8SDP: Proxy

Module 4: Behavioral Design Patterns

S. NoTopicReadWatch
1Structural Design Patterns – Introduction
2BDP: Chain of Responsiblity
3BDP: Command
4BDP: Interpreter
5BDP: Mediator
6BDP: Iterator
7BDP: Memento
8BDP: Observer
9BDP: State
10BDP: Strategy
11BDP: Template Method
12BDP: Visitor
13BDP: Null Object

For any queries please send mail to [email protected]

Thanks & Regards