#golang
SQLAlchemy & Documentation
The best ORM may be no ORM, but the second-best ORM is a well-documented one that makes it easy for the user to understand how to use it. Unfortunately, that’s where this story starts…
Decrypt Rails Credentials in Go
EveryPost’s backend uses a Go API and a Rails application. This post discusses how to decrypt and read Rails credentials from Go to simplify shared configuration.
New Note-Taking Tool
A fun diversion I started the past weekend was prompted by missing one of my favorite note-taking tools and asking the question, “What would it take to recreate the experience of Notational Velocity on the command line in Go?