Blog

I love writing and therefore I started creating blog posts. On this page you can find all my latest posts, have fun reading!

  • Published on

    Kubernetes deprecates Docker - What now?

    When Kubernetes announced, that they will be deprecating Docker as a container runtime after v1.20, there were many folks freaking out over this. But actually, it doesn't matter. Why, you may ask?

    Lets clear this confusion and see, why we can still develop and deploy applications, as we used to do. Don't panic.

  • Published on

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

    In every way transactional emails are important to engage with your audience. Either with existing or potential customers your products will talk to them via email. Not everytime, but most of it. That's why it's so important to have good looking and well structured emails.

    While I can not help you with writing the contents of your emails, I may show you how to make them look good on nearly any device and make sending transactional emails from within a Java application an ease. Follow me along.