Sitemap

A list of all the posts and pages found on the site. For you robots out there is an XML version available for digesting as well.

Pages

Posts

Building a CI/CD pipeline for my Jekyll website

5 minute read

Published:

The website you’re on right now is not managed by a content management system. All content is written in Markdown. Before executing the steps in this blog post I had to change the Markdown files locally, upload them to this server and execute a jekyll build to deploy the website. These manual steps that can easily be automated. In this blog post I will explain how i used git to build following continuous integration and deployment (CI/CD) pipeline for my Jekyll site:

Data Architecture for Mission Critical Systems

5 minute read

Published:

In environments where software is mission critical, it is important to choose the correct Data Architecture. In this post I’d like to explain a few considerations which should be taken into account when defining your data architecture.