Hi, I’m Abhishek K. K
A Product Engineer π©π»βπ» with a knack for Design π¨.
Basically a lad π€ who loves to learn π± and think π‘ and
here to share my learnings π οΈ and thoughts π.
A Product Engineer π©π»βπ» with a knack for Design π¨.
Basically a lad π€ who loves to learn π± and think π‘ and
here to share my learnings π οΈ and thoughts π.
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: ...