Wrote a blog post about how to use private Docker packages in GitHub Actions without using your Personal Access Token. I couldn't wrap my head around it for a day until I found this method: https://nordlemur.com/posts/private-packages-in-github-actions/
Wrote a small blog post on custom git commands! Up until a few weeks ago I was still using bash scripts to do some heavy lifting in git for me. Well.. I say heavy, it's mostly to clean up old branches. Check it out here: https://nordlemur.com/posts/custom-git-commands/