by Tibi Nagy | May 7, 2022 | Coding, Microservices
In this article I’d like to discuss how logging can be implemented in a generic way without polluting the domain logic with all kinds of logging mechanisms. This is part of a series of articles about how microservice architecture can be applied in a domain...
by Tibi Nagy | Apr 23, 2022 | Coding, Microservices
In this article I’d like to discuss how accessing application level configuration can be simplified using a convention and abstraction of the configuration model. This is part of a series of articles about how microservice architecture can be applied in a domain...
by Tibi Nagy | Apr 4, 2022 | Coding, Microservices
In this article I’d like to discuss how caching can be simplified by abstraction in a way in which it extends the existing behavior without modifying it . This is part of a series of articles about how microservice architecture can be applied in a domain centric...
by Tibi Nagy | Mar 12, 2022 | Architecture, Coding, Microservices
In this article I’d like to discuss how service-to-service communication can be simplified by abstracting the communication layer. This is part of a series of articles about how microservice architecture can be applied in a domain centric way without constantly...
by Tibi Nagy | Mar 6, 2022 | Architecture, Coding, Microservices
In this article I’d like to discuss from a birds eye view, how business processes, distributed across multiple microservices can be simplified using an abstraction model. This is part of a series of articles about how microservice architecture can be applied in...