Skip to content
- Abstract Factory
- Action Pattern
- Adapter Pattern
- Bridge Pattern
- Builder Pattern
- Chain of Responsibility Pattern
- Command Pattern
- Component Pattern
- Composite Pattern
- Container Pattern
- CQRS Pattern
- Decorator Pattern
- Dependency Injection Pattern
- Dirty Flag Pattern
- Double Buffer Pattern
- Event Queue Pattern
- Facade Pattern
- Factory / Abstract Factory Pattern
- Fluent Builder Pattern
- Flux Pattern
- Flyweight Pattern
- Game Loop Pattern.
- Interpreter Pattern.
- Iterator Pattern
- Mediator Pattern
- Memento Pattern
- Model-View-Controller (MVC) Pattern
- Observer Pattern
- Object Pool Pattern
- Prototype Pattern
- Proxy Pattern
- Repository Pattern
- Service Location Pattern
- Singleton Pattern
- Subclass Method Pattern
- State Pattern
- Strategy Pattern
- Template Pattern
- Update Method Pattern
- Visitor Pattern
- Portland Pattern Repository.
- Design Patterns Game (Gang of Four Patterns in JS).
- Java Design Patterns.
- Addy Osmani’s Learning JavaScript Design Patterns (ebook, 2017).
- Sufyan bin Uzayr. A Look at Popular JavaScript Design Patterns. torque, 2016.
- Touches briefly on Creational, Structural, Behavioral, Module Design, Singleton, Mediator.
- Sameeha Rahman. The 3 Types of Design Patterns All Developers Should Know. freecodecamp, 2019.
- Covers creational (singleton), structural (decorator), and behavioral (command).
- DesignPatternsPHP.
- Covers creational (AbstractFactory, Builder, FactoryMethod, Pool, Prototype, SimpleFactory, Singleton, StaticFactory), structural (Adapter, Bridge, Composite, DataMapper, Decorator, DependencyInjection, Facade, FluentInterface, Flyweight, Proxy, Registry), and Behavioral (ChainOfResponsibilities, Command, Iterator, Mediator, Memento, NullObject, Observer, Specification, State, Strategy, TemplateMethod, and Visitor) as well as EAV, Repository, and ServiceLocator.
- Brandon Rhode’s Python Design Patterns.
- Martin Fowler’s Catalog of Patterns of Enterprise Application Architecture, 2003.
- From the source himself. Covers domain logic patterns (transaction script, domain model, table module, service layer), data source architectural patterns (table data gateway, row data gateway, active record, data mapper), object-relational behavioral patterns (unit of work, identity map, lazy load), object-relational structural patterns (identity field, foreign key mapping…), object-relational metadata mapping patterns, web presentation patterns, distribution patterns, offline concurrency patterns, session state patterns, base patterns.
- Davide Taibi, Serverless Patterns, 2020.
- Karthik Iyengar’s Functional Programming Patterns: A Cookbook. freecodecamp, 2019.
- Tanmay Deshpande. Modern-Day Architecture Design Patterns for Software Professionals. BetterProgramming, 10/2020.
- Covers at a high level Circuit Breaker, CQRS, Event Sourcing, Sidecar, Backend-for-Frontend, and Strangler.