Recent Posts

Using Magit Forge with Github Pull Requests

1 minute read

My git tool of choice is of course Magit. It has an extension called Forge that can interact with tools like GitHub or Gitlab. While this support is incomple...

Running Azure Insights Log Queries Locally

1 minute read

Application Insights is a tool to monitor your application running in Azure cloud. Custom queries to Application Insights logs are written in Kusto. You c...

Multiple Spring Properties with Lists

2 minute read

Say you have multiple configuration files you want to use to when starting the application. One with some general settings shared by multiple instances and o...