Skip to content
StackPractices

Tag: hexagonal-architecture

Browse 2 practical software engineering resources tagged with "hexagonal-architecture". Discover code recipes, design patterns, documentation templates, and in-depth guides to help you build, deploy, and maintain production-ready solutions involving hexagonal-architecture.

Build Maintainable Applications with Hexagonal Architecture

How to structure applications using ports and adapters to isolate business logic from frameworks, databases, and external services for testability and flexibility.

Hexagonal Architecture — Ports, Adapters, and Testability

A complete guide to Hexagonal Architecture (Ports and Adapters): structure applications so domain logic is isolated from frameworks, databases, and external services.