Blog

I got a passion for a lot of things. Development, photography, designing and last but not least: writing. That's why I started a personal blog. I love playing around and learning new stuff and writing helps me to strengthen it even better.
And you guys can (hopefully) get quality content out of this - seems like a win-win situation innit?

Best frontend stack for 2021

May I introduce you to the best tech stack to use in 2021? Today we combine NextJS, TailwindCSS and HeadlessUI for a production ready base for your next application. We'll go through the setup, configuration and how I am using this stack.

Deploy PostgreSQL to your Kubernetes cluster

In this article we'll go through the process of deploying a stateful PostgreSQL server on your Kubernetes cluster. We will be writing the deployment files by ourselves and won't use predefined helm charts.

Kubernetes deprecates Docker - What now?

Kubernetes has just released that they will be dropping the support for Docker as a container runtime after v1.20. Let's see, why there is no reason to panic!

Easily send beautiful and templated emails with Java (Spring Boot)

Learn how to send beautiful and responsive emails using Spring Boot and MJML. We'll dive into MJML, transactional mails and dynamic content with placeholder replacement.