Blog

Thoughts about programming

Microservices simplified: Logging

Microservices simplified: Logging

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…

read more
Microservices simplified: Caching

Microservices simplified: Caching

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 do…

read more