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: microservices
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…
Last February I was lucky enough to be able to give a presentation on the grand ballroom stage at one of the bigger developer conferences…
Long awaited, but it’s finally there: a README for the mu-cl-resources service. Get to know all features (there are a lot!) of our microservice producing…
Web applications oftentimes require a user to be authenticated to access (part of) their application. For example a webshop may require a user to be…
The mu.semte.ch stack relies on Docker as it perfectly suites a microservice architecture. We don’t only use it for deployment, but also for development. By…
There exists a saying in computer science that developers will end up with spending 90% of their time reading through code and 10% writing code.…
In a previous blog post we set our first steps in mu-cl-resources. A microservice that generates a JSONAPI compliant API for your resources based on a simple configuration…
Repetition is boring. Web applications oftentimes require the same functionality: to create, read, update and delete resources. Even if they operate in different domains. Or,…
docker-compose mu.semte.ch applications consist, in the back end, of microservices. Those microservices are docker containers that run a lightway server framework and offer logic on certain…