Rails Enums with MySQL or PostgresThis post will walk you through the steps to add an enum to a Rails model, backed by either a MySQL or Postgres database. If you're not…
ReadAbout Those DocsToday I want to write about engineering documentation. That is, docs that are written by engineers, for engineers that are working on the…
ReadUse Ruby to Parse Command Line OutputThis post will show you how to chain together multiple Ruby one-liners to parse command line output from system commands, and execute…
ReadAdd Related Posts Feature to a Gatsby BlogThis post will explain how to add a Related Posts feature to a Gatsby blog. The idea is to add a small number of links at the bottom of a…
ReadNomad Tips and TricksI've been working on a platform migration project to containerize and move several web applications and associated services from a home…
Read