Recent Posts
-
July 08, 2024
Using Sieve to Filter Emails with Zip Attachments
I was recently the target of a phishing attack using fake invoices. They were easy to spot, but it was still annoying that they were landing in my inbox. So, I wanted to create a solution where these emails would not bother me anymore.
-
April 25, 2023
Artikel "Lokales Testen von AWS Serverless Lambda-Funktionen" in der Java Aktuell 03-2023
Nachdem ich über das Thema auf der JavaLand einen Talk gehalten habe, habe ich die Chance bekommen das Ganze in Form eines Artikels in einer Zeitschrift zu veröffentlichen.
-
November 10, 2022
Recording and Slides of My Talk "Local testing of AWS serverless lambda functions" at an OpenValue Meetup
Last week I hold my talk "Local testing of AWS serverless lambda functions" at a virtual meetup of OpenValue. In this post, you can find the slides and the recording of my talk.
-
October 07, 2022
Accepted as a JavaLand newcomer speaker
I struggled with a problem at work, was able to solve it neatly and thought it would make a great topic for a talk or a blog article. So I applied at the call for papers of the JavaLand newcomer program with it and got accepted!
-
August 11, 2022
Enable logging in Traefik
In this article I will show you how to activate logging in Traefik. There are two kinds of logs in Traefik, the general log and the access log. We will have a look at both of them and take a deeper look into the possibilities they provide.