Tag: cleanarchitecture

  • Clean, Tested, Microservices

    Here begins a journey to get a better understanding of clean architecture within a microservice. I see lots of methods clean architectural coding, and often, as a bit of a newbie to this area, I can never settle permanently on an idea. I’m currently playing with this idea of a structure. MyApp.ApplicationMyApp.ComponentsMyApp.DomainMyApp.InfrastructureMyApp.PersistanceMyApp.Services A note about…