Hexagonal Architecture - (Ports And Adapters Architecture)¶
๐ Articles¶
- Ports & Adapters Architecture
- DDD, Hexagonal, Onion, Clean, CQRS, โฆ How I put it all together
- Hexagonal architecture
- Hexagonal (Ports & Adapters) Architecture
- Hexagonal Architecture: the practical guide for a clean architecture
- Hexagonal Architecture Example: digging a Spring Boot implementation
- Hexagonal architecture: don’t get lost on your right-side
- Ports and Adapters Pattern(Hexagonal Architecture)
- HEXAGONAL ARCHITECTURE
- SLICING YOUR CAKE - STRUCTURING YOUR HEXAGONS
- Hexagonal Architecture demystified
- Clean architecture seriesโ Part 1
- Implementing Hexagonal Ports and Adapters Architectural Style
- Hexagonal Architecture Style
- Ports & Adapters architecture on example
- Hexagonal Architecture with Java and Spring
- Layers, Onions, Ports, Adapters: it’s all the same
- Ready for changes with Hexagonal Architecture
- Hexagonal Architecture
- What is Hexagonal Architecture?
- Hexagonal != Layers
- Domain-Driven Design and the Hexagonal Architecture
- Hexagonal Architecture by example - a hands-on introduction
- Another story about microservices: Hexagonal Architecture
- A Color Coded Guide to Ports and Adapters
- Letโs learn Hexagonal Architecture!
- A zoom on the hexagonal/clean/onion architecture
- Hexagonal != Layers
- Hexagonal architecture: don’t get lost on your right-side
- Hexagonal or not Hexagonal?
- Software Architecture
- How to apply Hexagonal Architecture with .NET
๐บ Videos¶
- Chris Fidao - Hexagonal Architecture
- Hexagonal Architecture in 10 min
- How to apply Hexagonal Architecture with .NET
- Valentina Cupaฤ - Hexagonal Architecture
๐ Samples¶
- Sairyss/domain-driven-hexagon - Guide on Domain-Driven Design, Hexagonal architecture, best practices etc.
- ivanpaulovich/hexagonal-architecture-acerola - An Hexagonal Architecture service template with DDD, CQRS, TDD and SOLID using .NET Core 2.0. All small features are testable and could be mocked. Adapters could be mocked or exchanged.
- ivanpaulovich/clean-architecture-manga - Clean Architecture with .NET5, C#9 and React+Redux. Use cases as central organizing structure, completely testable, decoupled from frameworks
- CanerPatir/aspnet-core-clean-arch - It is a clean architecture project template which is based on hexagonal-architecture principles built with .Net core.
- Lunch-box/SimpleOrderRouting - Prototype of a Smart Order Routing system (finance). The opportunity for a mob of Lunch-boxers, to explore various technical approaches in reactive programming.
- SketchingDev/hexagonal-lambda - NodeJS project demonstrating an AWS Lambda using Hexagonal architecture.
- damonkelley/ports-and-adapters-examples - Ports and Adapters Examples
- tpierrain/hexagonalThis - A simple kata to live-code with Alistair about Hexagonal Architecture