ruddles@home:~$

  • Hacker 101 CTF Micro-CMS v2 - Flag 1

    Below are my notes on how I found the first flag on the Hacker 101 CTF Micro-CMS v2 (listed as moderate difficulty). If you’re looking to follow along then I assume you’re all logged in and have hit Go on the challenge. It’s been a while since I’ve done one...

  • Publish Go test results in Azure pipelines

    A nice feature of Azure build pipelines is that you can publish test results and test coverage reports that are displayed with the results of a build. Unfortunately Go’s test result file formats aren’t supported, however in this post I’ll show you how to convert them as part of the...

  • 1 minute Go build pipelines

    One of the things I’m enjoying about working in Go is how fast the compile times are. Not only does that make the local dev/test loop fast but it means we can create more involved automated build pipelines and have them still run in under a minute. Given I use...