Bill Mill

Bill Mill's blog posts

How I create small Go apps quickly

I often want to create a small web application to test out an idea or demonstrate some thing, and I've developed a small toolbox that helps me do so in Go.

The Ad Hoc COVID Report prototype is now open source

Today, we're happy to announce that we have open-sourced the code that powers the COVID Report prototype.

Measuring a process’ memory in OS X/Linux

I recently found myself needing to measure the memory usage of a program throughout its run time, and was surprised that I didn’t find a tool out there already that did what I wanted.