Using Makefiles as a Universal Development Interface
June 20, 2025
I picked up a useful pattern a few years ago from a colleague: using a Makefile as the main …
John Veldboom
I'm passionate about building scalable applications, exploring new technologies, and sharing knowledge through writing. Currently focused on platform engineering, cloud architecture, and developer tooling.
June 20, 2025
I picked up a useful pattern a few years ago from a colleague: using a Makefile as the main …
June 19, 2025
Index State Management (ISM) in OpenSearch is a powerful feature that helps automate the lifecycle …
June 15, 2025
When working with Makefiles in shell scripts, you often need to check if a target exists before …
April 25, 2019
I’ve been working on a new authentication platform and one of the requirements was for it to be …
February 23, 2019
I just had a few websites fail to update their Let’s Encrypt certificates and was unable to find a …
December 10, 2018
On our team, we recently switched to a fully automated deployment process where both the …