Featured

Hexagonal Architecture Deep Dive with PostgreSQL, Redis and Go Practices

Neal Ford & Mark Richards, in their book *Fundamentals of Software Architecture: An Engineering Approach, *came up with four dimensions that make up software architecture. They are often referred as the “Pillars of Software Architecture”: Common challenges in building software systems What is Hexagonal Architecture? Hexagonal Architecture, also known as Ports and Adapters Architecture or Clean Architecture, is a software architecture pattern that promotes loose coupling between the application core (business logic) and external components such as user interface, database, and external services....

April 19, 2023 · 20 min · 4121 words · David Lee