Journal

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 »