Skip to content

Sources

Thematic collection of all sources that are in some way related to the subject matter, architectural design.

Note that the innovative styles mentioned above are often reinterpretations of earlier styles:

  • Clean Architecture refines Layered Architecture.
  • Vertical Slice Architecture can, in a sense, be equated with the Modular Monolith.
  • Citadel Architecture can be viewed as a transition between the Modular Monolith and Service-Based Architecture.

Alternatively, they may even be quite elusive, such as Serverless Architecture (which is more of an umbrella term than a specific style).

Below the level of architectural styles, we find architectural patterns (though it is debatable whether styles such as Vertical Slice Architecture should be considered simple patterns rather than styles).

Such patterns, similar to design patterns, are collected in catalogs. Here are a few: