code

Decrypting Rails Credentials with Go

EveryPost’s backend uses a Go API along with a Rails application. This post talks about how to decrypt and read Rails credentials from Go in order to simplify shared configuration.

How to Build Structured Logging in Rails

Building on lograge, let’s walk through how to generate structured logs for your other logging needs. I walk through the configuration and code to bridge the gap between your request logs and application logs.