Hexagonal Architecture

Isolate domain logic behind ports it owns while frameworks, databases, and transports live in adapters that plug into those ports. Use when business rules keep getting entangled with the web framework or database and you want the core testable and swappable in isolation.

Amey-Thakur 48ca1a9 2.8 KB Updated

File contents

Amey-Thakur/AI-SKILLS/tree/main/skills/architecture/hexagonal-architecture commit 48ca1a9f78

Frequently asked questions

npx skillmds@latest add amey-thakur/hexagonal-architecture