- Factory Method Pattern [GoF]
- Abstract Factory Pattern [GoF]
- Singleton Pattern [GoF]
- Builder Pattern [GoF]
- Prototype Pattern [GoF]
- Lazy Initailization Pattern
- Dependency Injection Pattern
- Multition Pattern
- Object Pool Pattern
- Adapter Pattern [GoF]
- Bridge Pattern [GoF]
- Filter Pattern [GoF]
- Composite Pattern [GoF]
- Decorator Pattern [GoF]
- Facade Pattern [GoF]
- Flyweight Pattern [GoF]
- Proxy Pattern [GoF]
- Chain of Responsibility Pattern [GoF]
- Command Pattern [GoF]
- Interpreter Pattern [GoF]
- Iterator Pattern [GoF]
- Mediator Pattern [GoF]
- Memento Pattern [GoF]
- Observer Pattern [GoF]
- State Pattern [GoF]
- Strategy Pattern [GoF]
- Visitor Pattern [GoF]
- Template Pattern