Blog
You are currently looking at our 36 Tech articles

The LLM hype and the job of the data scientist
I’ll start by stating that I am writing this on October 31st, 2023. If you are reading this post one […]

Providing sensitive information to applications in Kubernetes environments using init containers
The challenge We need to pass sensitive information like secrets, certificates, API keys, etc., to applications that are using Kubernetes […]

Implementing an annotation-driven GDPR cleaning service
A common problem in applications and services dealing with personal data is not only how to efficiently and reliably store […]

Reducing costs in cloud environments
Cloud infrastructures come with a multitude of advantages when compared to on premise hardware. Apart from the added flexibility, resilience […]

Rasa – building an assistant from scratch
Rasa is a framework for creating virtual assistants. More than a year ago, when I wanted to develop my NLP […]

Enabling developers to deploy cloud infrastructure with gitops
The challenge Typically, developers in a company are highly dependent on operators to set up new applications or create the […]

Header-based backend selection with nginx ingress controller
TL;DR The problem We want to define multiple ingresses for the same domain name in nginx ingress controller. A user-defined […]

Gender Classification for Social Media Author Profiling
In this post, I am going to talk about gender classification models in the context of social media author profiling. […]

Web Rendering APIs – an introduction and comparison of WebGL and WebGPU
What is rendering? rendering noun UK /ˈren.dər.ɪŋ/ US /ˈren.dɚ.ɪŋ/ rendering noun (PERFORMANCE) the way that something is performed, written, drawn, […]

Writing kpt functions with bash
Preface This blog post has been written before version 1.0 of kpt has been released. As there is currently heave […]

Fuzz testing
To all developers, DevOps, testers, and those interested in testing: Do you know this? Every time I test something I […]

iOS 15 – How to get the best out of the SwiftUI app with less code – Part 1
Intro In this blog post series, we will research the newly iOS15 opened-up API. It will be mostly about SwiftUI […]