Activity Tracker series
Activity Tracker Series

9 minute read

If you want to build a simple JSON HTTP web service that runs natively on a Linux server, then Golang is a great choice. At least this is what I’ve been tol...

11 minute read

I’m an experienced software developer learning Golang by building an activity tracker1. I want a low-effort way to track my physical activity, and building ...

14 minute read

Welcome back. I’m an experienced developer, learning Golang by building an activity tracker. Last time I made a command-line client to connect to the JSON ...

17 minute read

Welcome back. I’m an experienced developer, learning Golang by building an activity tracker. Last time I added SQLite persistence. Today, I’m going to be p...

13 minute read

Welcome back. I’m an experienced developer learning Golang. Last time I moved my service from REST to gRPC, but there are times when a simple REST end-point...