Ivan Paulovich
by Ivan Paulovich
1 min read

Filipe Augusto and I have been designing architectures and adapting legacy systems to more sophisticated market standards for a few years. Software Architecture is not a snapshot, it is a living thing and after several proofs of concept in real world systems, we come to some implementations that cover different scenarios.

To illustrate, we published on GitHub three projects with architecture practices for highly testable, framework and database independent softwares.

The first one is the Acerola Project, which follows the Hexagonal Architecture (in the center there’s a Domain plus the Application and externally Ports and Adapters).

The second one is the Manga Project that goes beyond the Hexagonal Architecture and uses the rules of dependencies and patterns of Clean Architecture. It places User Cases as first-class objects and dependencies must point only inward, toward high-level policies.

The last one is Amora Project, an Angular frontend for the previous microservices.

Everything we’ve published is fresh new and we are in the alpha releases. We’re planning to implement and explore new concepts in the future, as Fitness Functions and show by example integrations between few microservices via Broker and Mediator pattern.

These projects were born in the DevOps, Cloud and Container era, they come with CI/CD, TDD, Docker, .NET Core and Azure! Feedback and pull requests are welcome!

Check out the projects. Worth it!