Contact

Blog

You are currently looking at our 34 Tech articles

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
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
Experiencing a CRISP-DM and Agile fusion @viesure

Experiencing a CRISP-DM and Agile fusion @viesure


We @viesure are very passionate about agile working practices and most of our awesome teams employ SCRUM. In viesure’s AI Team we pride ourselves on working on …


Tech
Building API Products: API First

Building API Products: API First


In this blog series, I want to talk about the experiences I’ve made building an API product and the best […]


Tech