Dec 6, 2019 | Java, System Architecture, Technology
I’ve been using Clean Architecture for a long time quite successfully. I previously posted about Clean Architecture, where I linked to a sample project in C#. I wanted to also see what a project in Java would look like, so I went ahead and implemented it as well...
Jul 4, 2019 | c#, System Architecture
In the past few days, I soared straight through Robert Martin’s book, Clean Architecture. After seeing a receipe for such an elegant system architecture, I spent a couple days converting an existing project to the architecture. It was difficult to implement...