Recent Posts
-
June 05, 2021
Recording and Slides of My Talk "Testing email with GreenMail, a mock mail server" at an OpenValue Meetup
Last week I hold my talk "Testing email with GreenMail, a mock mail server" at a virtual meetup of OpenValue. In this post, you can find the slides and the recording of my talk.
-
May 16, 2021
Exposing Traefik dashboard to a subdomain
The Traefik dashboard is the central place where everything you configured is represented in a clear manner. In case you are running into problems and you are in need to do some troubleshooting, the dashboard should be your place to go.
-
April 15, 2021
Adding basic authentication to secure a service with Traefik
Adding authentication to a service that does not support it by default can be done easily by using Traefik. This way you gain an additional layer of security and you can leverage other features of Traefik like domain names.
-
February 16, 2021
Manually testing email notifications with GreenMail mock mail server
Are you sending mails featured with HTML and CSS and want see how they look before pushing your changes to production? You also do not want mails to leak from your local environment to your customer? A mock mail server like GreenMail might just be the tool you need.
-
October 14, 2020
Generating generic fields in JCodeModel
Another article about JCodeModel. This time we will make a short excursion about how to generate generic fields in JCodeModel.