Posts for: #code

My Recent Adventures With Go and Homebrew

On my holiday break, I delved into coding and created a script to convert inline markdown links to references. Initially written in Ruby and run through Docker, I wanted to make it more accessible via Homebrew. So, I rewrote it in Go, aided by Github Copilot’s suggestions, and made it available through Homebrew. Automating the process with Github Actions added convenience, making it a fulfilling coding adventure.
Read more →