Design Patterns: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
 
(4 intermediate revisions by the same user not shown)
Line 43: Line 43:
<font size=-2>
<font size=-2>
  ┌─────────────────────────────────────┐
  ┌─────────────────────────────────────┐
  │  Kubernetes Patterns                │
  │  [[Kubernetes_Patterns#Overview|Kubernetes Patterns]]               │
  │┌────────────────────────────────┐  │
  │┌────────────────────────────────┐  │
  ││  Microservices Patterns        │  │
  ││  [[Microservices_Patterns#Overview|Microservices Patterns]]       │  │
  ││┌────────────────────────────┐  │  │
  ││┌────────────────────────────┐  │  │
  │││  Hexagonal Architecture    │  │  │
  │││  [[Hexagonal_Architecture#Overview|Hexagonal Architecture]]   │  │  │
  │││┌────────────────────────┐  │  │  │
  │││┌────────────────────────┐  │  │  │
  ││││  Domain-Driven Design  │  │  │  │
  ││││  [[Domain-Driven_Design#Overview|Domain-Driven Design]] │  │  │  │
  ││││┌─────────────────────┐ │  │  │  │
  ││││┌─────────────────────┐ │  │  │  │
  │││││      Clean Code    │ │  │  │  │
  │││││      [[Clean_Code#Overview|Clean Code]]     │ │  │  │  │
  ││││└─────────────────────┘ │  │  │  │
  ││││└─────────────────────┘ │  │  │  │
  │││└────────────────────────┘  │  │  │
  │││└────────────────────────┘  │  │  │

Latest revision as of 21:39, 16 February 2024

Internal

TODO

Gang of Four Design Patterns

Creational

Structural

Behavioral

Other

Miscellaneous

Pattern Hierarchy

┌─────────────────────────────────────┐
│  Kubernetes Patterns                │
│┌────────────────────────────────┐   │
││  Microservices Patterns        │   │
││┌────────────────────────────┐  │   │
│││  Hexagonal Architecture    │  │   │
│││┌────────────────────────┐  │  │   │
││││  Domain-Driven Design  │  │  │   │
││││┌─────────────────────┐ │  │  │   │
│││││      Clean Code     │ │  │  │   │
││││└─────────────────────┘ │  │  │   │
│││└────────────────────────┘  │  │   │
││└────────────────────────────┘  │   │
│└────────────────────────────────┘   │
└─────────────────────────────────────┘