# Hexagonal architecture Projects at AI Tinkerers

> Canonical HTML: https://aitinkerers.org/technologies/hexagonal-architecture
> Markdown URL: https://aitinkerers.org/technologies/hexagonal-architecture.md
> Technology record last updated: 2026-06-29T21:10:44Z
> Generated: 2026-09-23T09:38:37Z

An architectural pattern that decouples core business logic from external systems using ports and adapters to ensure painless testing and swap-ready infrastructure.

Created by Alistair Cockburn in 2005, Hexagonal Architecture (also known as Ports and Adapters) isolates an application's core domain logic from outside influences like databases, user interfaces, and third-party APIs. By defining strict boundaries through ports (interfaces) and adapters (implementations), developers can write pure, technology-agnostic business rules that remain completely testable in isolation. This setup means you can swap a PostgreSQL database for MongoDB, or replace a REST API with a gRPC CLI, without touching a single line of your core application logic.

- Official technology site: https://alistair.cockburn.us/hexagonal-architecture/
- Public AI Tinkerers demos and talks: 0
- Result page: 1 of 1

## Recent Public Talks and Demos

No public projects are currently indexed for this technology.
