Gabe Berke-Williams, Author at candidates
Gabe Berke-Williams
2
Gabe Berke-Williams
Gabe Berke-Williams is a software developer at Hired, where he builds internal tools to make his coworkers' lives easier. Previously, he worked as a consultant at thoughtbot.
February 28, 2018

What is the Purpose of a Hackathon? Ours Helped Us Get Work Done Faster

We finished our yearly hackathon recently and wanted to share what worked well, what we plan to change, and what we built. We decided to go low-process this year, and used a simple shared...

February 26, 2018

Always Wrap Third-Party API Clients

Have you seen Ruby code like this? class AwardsController < ApplicationController   def...