When it comes to software architecture, the pursuit of creating robust and maintainable applications has always been the main goal. As technology evolves, so does the need for software architectures that can adapt, scale, and withstand the test of time. … Read More
Hexagonal Architecture
Hexagonal Architecture
Hexagonal Architecture and ports and adapters architecture is very used nowadays but a lot of people are confused with the names and are not sure what is the difference between them, what is their value proposition. Hexagonal Architecture is an … Read More
Hexagonal architecture in a Symfony project: Working with Domain Identifiers
When we talk about Domain Identifiers, we are talking about the ID of an entity in our domain. Many times, it may seem like a simple procedure to assign an ID to an instance of a domain entity, and therefore … Read More
Applying Hexagonal Architecture to a Symfony project
Hexagonal Architecture, also known as Architecture of Ports and Adapters, is one of the most used architectures nowadays. The aim of this article is to list down the main characteristics, applying hexagonal architecture to a Symfony project. Applying Hexagonal Architecture: main … Read More