- Observer Pattern (Passive Observer Pattern)
- One to many - If one object is modified, dependents are notified
- https://www.tutorialspoint.com/design_pattern/observer_pattern.htm
- Decorator Pattern
- Factory Pattern
- Singleton Pattern
- Command Pattern
- Adapter and Facade Pattern
- Template Pattern
- Iterator and Composite Patterns
- State Pattern
- Proxy Pattern
- Compound Pattern
- Bridge Pattern
- Flyweight Pattern
- Strategy Pattern:
- Inheritance vs Composition? Give an example - e.g. React
- Favor composition over inheritance - React
- Inversion of Control / Observables (Dylan)
- What’s a singleton?
- What’s a factory?
- What is MVC?
- What is the Observer Pattern?
- What is Inversion of Control? Dylan's Talk