☕️ Hexagonal architecture on java applications
Hexagonal architecture, also known as the "ports and adapters" architecture, is a software design pattern that focuses on the separation of business logic from the technical details of how that logic is implemented. In this arc...
Read more...