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 June 17, 2025 22:29
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