When we build apps we generally have little to no data available. If you, like me, do not have the skill to imagine how the…
Category: General
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.…
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…
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…
In this post I want to explore how to add a machine learning microservice to any existing mu.semte.ch project. I want to be able to upload an…
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…
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,…
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…
Since microservices are one of the core components of the mu.semte.ch architecture, we pay a lot of attention to making the development of a microservice…