Some oss projects
            In the last months (or years), I coded up some random oss projects. - Here's a short list
        
        The curious case of the GeneratedMethodAccessor7
            ... or how I learned not to run spring cloud config client and tinyproxy with their respective default ports at the same time.
        
        Using github actions to release size-optimized golang artefacts
            golang binaries can become rather large in size. upx will make your golang go brrr and shrink binaries siginificantly. Add upx to your github release action to make users happy.