Recent Posts

Creating GitHub Secrets programmatically

2 minute read

GitHub Actions offer an easy and straightfoward way to setup Workflows around your repository to run tests, build your service and even push it to a registry...

Setup GitHub Actions through a GitHub App

2 minute read

In this post I will explain how to setup GitHub Actions programmatically. Although libraries ilke kohsuhke make it easy to commit the workflow files to your ...

Using ByteBuddy to generate classes at runtime

1 minute read

Although the JDK offers a reflection capabiliies which allow you to introspect classes, their methods and properties, sometimes it is not enough as all of th...

An introduction to GitOps

2 minute read

Recently I was thinking about how to orchestrate deployments across a set of Kubernetes clusters. The traditional recipe for this problem involves a traditi...