How I Released a Weekend Go Project Within Minutes.

disclaimer : This is not a tutorial. It’s just a story how I released a project within minutes. Intro. Let me set the context first. While working on my day job, I ran into a simple need: converting a UUID to base64. I searched for online tools, but none of them did exactly what I wanted. Note: Yeah, I know now—you can just use a simple terminal command: But at the time, I needed a quick solution. So, I wrote a small Go script to convert a UUID to base64: ...

May 30, 2025 · 4 min