Journal

Truck

I got my truck when I was 20 years old, studying computer science at a small Christian liberal arts school in Grand Rapids, Michigan. It was a 2006 Toyota Tacoma »


Audio Analysis in ES2015

I've been having fun making audio reactive visuals over the past year but have never really took the time to write a fully independent module to »


Go: K Combinations

Basic memory efficient algorithm for doing K Combinations. I'm using this for some Rosalind problems I'm redoing in Go »


Go: init() and organizing your webapp

So you got an API written with Golang. It's getting pretty big with multiple endpoints, a datastore and a bunch of complex services. Even worse, you »