5 Minutes

Adding dynamic search to a static Eleventy site

This post covers how I went about adding a dynamic search element to a static Eleventy based blog, without compromising on the benefits of SSG.

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