The mu.semte.ch framework is the ideal playground for the developer that wants to try a new language. Using the standards set out by the framework…
Tag: development
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,…
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…
The microservices are one of the core components of the mu.semte.ch architecture. Each microservice has its own responsibility, providing a tiny part of the application’s functionality…
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…