Developed an app
Wrote GoLang code
I developed a Golang app

I recently started working as a Pharmacy Tech and have been compiling and updating my daily data in spreadsheets. Doing this manually was a little too tedious and time-consuming.. so, a few weeks ago, I decided to write a program to give me a hand.

Since I don't have admin access on my computer at work, I heavily preferred a zero-install solution. I had previously experimented writing in Go and thought it would be a perfect fit for my scenario.

After a few iterations, I ended up building a small executable application that takes in the path to a text document containing my formatted data as input and outputs the processed data as an excel spreadsheet with multiple sheets.

It's saved me a significant amount of time at the office and I'm pretty happy with it. =)