Skip to content

Instantly share code, notes, and snippets.

View leonardo-lemos's full-sized avatar

Leonardo Lemos leonardo-lemos

View GitHub Profile
@corlaez
corlaez / README.md
Last active March 18, 2025 15:33
Hexagonal Architecture and Modular Implementation

Hexagonal Architecture

Conceptualized by Alistair Cockburn. Also known as "Ports and Adapters".

In a nutshell:

Application Driver -> Primary Adapter -> Primary Port -> Use Case -> Secondary Port -> Secondary Adapter -> External System/Side Effect