Monthly Archives: July 2022

Domain Driven and Modular Design! part 2

Clean architecture Mostly about how to organize your file structures to make it easier for all developers to be part of the development team, by following clean architecture, all base code seems unified and easy to understand. Clean architecture is also known as clean code and Onion architecture because it’s layered break down and contains…

Read More

Domain Driven and Modular Design! part 1

Domain Driven Design Literally defined by Uncle Bob as “Tackling complexity in the heart of software”, in another world, all the aim of bringing technical concepts and business together concepts under a ubiquitous language classified as domain-driven design. Before any practical action, we have to understand the main concepts inside it however I am not…

Read More