Microservices make it easy to reuse logic across applications. You can easily share the logic between applications by sharing the full microservice. But there’s a…
Tag: mu-core
Authorization is a cross-cutting concern*. By carving out the pieces each component needs to know, we minimize dependencies, maximize code-reuse, and make the system easy…
The mu-project repository offers a good starting point to bootstrap a new mu.semte.ch project. The docker-compose.yml to start from consists of 3 core components: mu-identifier,…
The mu.semte.ch framework consists of a number of components. A number that is growing steadily and will keep growing in the future. If you’re new to the…
The delta-service has already been mentioned and used in previous blog posts on reactive programming to make microservices hook into changes introduced by other microservices. In this…
The mu-project repository offers a good starting point to bootstrap a new mu.semte.ch project. The docker-compose.yml to start from consists of 3 core components: mu-identifier,…