Categories
Follow Me
Cool Companies
Tag Archives: Go
Back To The Basics – Sorting
Every couple of years it can be fun to revisit the basics. Given that I’m back in interview mode I figured now was a good time to rewrite some of those sorting algorithms from sophomore year… in Go of course. … Continue reading
Unit Testing & Benchmarking – Google Go
Writing unit level tests and benchmarks are a critical aspect to ensuring software remains reliable and performs as expected as a project grows. With many languages this requires the implementer to go out of their way to create a lot … Continue reading
Expanding The Toolbox – Google Go
I’ve decided to experiment with 12 new programming languages or frameworks over the next year. Just like spoken languages, mastery of a coding language can take years even with daily use. With just one month per language I hope to … Continue reading