Photo of Matthew Runo

Matthew Runo

Staff Engineer

Matt is a graduate of UC Santa Cruz's Film & Digital Media program, though he has only ever been involved in software engineering since graduating. He flies planes and spends his work hours knee deep in Android code and Kotlin.

Posts by this author

Matthew Runo

Staff Engineer

How To: Use Git Bisect to Find Bugs

Git bisect is an easy way to perform a binary search over the commits in your project to figure out exactly when something broke.