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…
Author: Aad Versteden
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…
Many developers use MacOS on their daily basis. With our Docker background, we’ve mainly focused on Linux support. That is about to change, MacOS is…
How do microservices know who’s logged in? mu.semte.ch makes the assumption that microservices can work together automatically if they use the same semantic model. Microservices…
RDFa is a way to embed a Semantic Model into Linked Data. In this short post we describe how we can implement a microservice to…
What is an application without the data it manipulates? Very little indeed. Storing the initial content and updating the data model is often solved with…
Dacota.one used mu.semte.ch to publish CRAB-LOD as Linked Open Data. Publishing linked open data is not at the core of the mu.semte.ch stack, yet the choice…
Developing using Docker has many benefits, like ensuring your builds always build in the same way and ensuring a consistent way of installation. Although the…
Introducing new technologies is hard. Very hard. No matter how promising the technology is, the amount of unknowns is daunting. Who knows what the hidden…
We are experimenting with reactive programming. Why? Orchestration! The traditional mu.semte.ch architecture provides user-facing microservices. The frontend orchestrates the microservices as it is best suited…