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…
Tag: development
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…
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…
creating models can be tedious Since creating models is generally writing a lot of text it can be tedious and time consuming. Therefor we are…
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…
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.…
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…
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…
What is a semantic microservice? What I mean (in this post) with a semantic microservice is a small self-sustainable piece of software. That software should…
By adding 2 new microservices to our regular mu.semte.ch setup (https://github.com/mu-semtech/mu-project) we can create a very nifty workflow that will automatically expand semantic files in…