2 Minutes

Gradle Plugin: Adding an external dependency

In this post I describe how you can manage a projects dependencies from within a Gradle plugin

3 Minutes

Reverse Proxies: Take care what is being exposed!

Reverse proxies such as nginx, Spring Cloud Gateway and others are awesome, but it's easy to over expose your infrastructure.. This post explores limiting what gets proxied.

5 Minutes

To PATCH or not to PATCH; that is not the question

Is the `PATCH` verb neglected? Exploration on the benefits of implementing PATCH on API's

2 Minutes

Preventing log spam in Java

How tailwind helped me to move quickly without everything ending up a big mess