The Architecture That Leads To Framework Independence

Emanuel Trandafir
Level Up Coding
Published in
5 min readNov 15, 2022

--

Let’s discuss the ideas behind the Hexagonal Architecture and see what it has to offer.

Photo by Lenstravelier on Unsplash

1. Overview

“Hexagonal Architecture”, “Clean Architecture”, “Ports and Adapters”, “Onion Architecture ”— are all different names for the same group of concepts and ideas about the ideal design of an application.

--

--

Hi, I'm Emanuel Trandafir, a Java developer from Romania. I have a strong passion for clean code, software design, and unit testing.