Recent Posts

Throw something in and see what comes out

3 minute read

Databases in the cloud My function and how it works I made a Http-triggered function where you can post and see complaints. You can POST a new complaint, a...

Azure is the new black

2 minute read

Serverless applications What is Serverless and Function As A Service (FaaS)? Serverless is where the server capacity is in the cloud, where the cloud provi...

Moby Dick has room for everything

2 minute read

Containers and orchestration What did you install locally / GitHub? In order to have an application running in a Docker container I need: Docker Deskto...

May the fork be with you

2 minute read

What is a CI-pipeline? To explain what a CI-pipeline is you need to know what CI is. CI stands for Continuous integration and means you continuously push y...