Recent Posts

Vim Function for GitHub Links

1 minute read

Update (1/31/2018): I extracted this code to a vim plugin and made a few improvements to it: https://github.com/pgr0ss/vim-github-url

Dropwizard Can Be Simple

2 minute read

We had a conversation at work the other day about Dropwizard vs Spark for Java services. One of my coworkers liked the simplicity of Spark, especially when b...

Bazel and .env Files

1 minute read

Many of our new apps at Braintree use environment variables for configuration. This is in line with Twelve-Factor principles and makes it easier to run the s...