Contact

Blog

You are currently looking at our 36 Tech articles

The LLM hype and the job of the data scientist

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 […]


Tech
Providing sensitive information to applications in Kubernetes environments using init containers

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 […]


Tech
Implementing an annotation-driven GDPR cleaning service

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 […]


Tech
Reducing costs in cloud environments

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 […]


Tech
Rasa – building an assistant from scratch

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 […]


Tech
Enabling developers to deploy cloud infrastructure with gitops

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 […]


DeveloperTech
Header-based backend selection with nginx ingress controller

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 […]


Tech
Gender Classification for Social Media Author Profiling

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. […]


Tech
Web Rendering APIs – an introduction and comparison of WebGL and WebGPU

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, […]


Tech
Writing kpt functions with bash

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 […]


Tech
Fuzz testing

Fuzz testing


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


Tech
iOS 15 – How to get the best out of the SwiftUI app with less code – Part 1

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 […]


Tech