Rails Enums with MySQL or PostgresUpdate (April 2024): As of Rails 7, it's possible to create PostgreSQL enums with the Rails migration DSL rather than using raw SQL as…
ReadAbout Those DocsUpdate (June 2023): I had the opportunity to dive deeper into the importance of engineering documentation and explore various aspects of…
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