Skip to main content
Wouter van Veen

Wouter van Veen

Welcome to my techblog. I will mainly write about event-driven systems, Kubernetes, Quarkus, Kafka, Spring Boot and everything in between. Feel free to reach out if you have any questions ore suggestions!

Recent

Deploy Quarkus to Kubernetes

·11 mins
Let’s prepare our application for deployment! I will go over the steps to deploy a Quarkus application into a container and deploy it to a Minikube cluster running on your own machine.

API validation using Quarkus

·11 mins
In post I will go over the levels of validation, and how to implement them in a Quarkus application.