You Can Have Your Browser Tabs and Use Them TooI decided to write this after hearing a discussion about the difficulties of managing multiple browser tabs on one of the programming…
ReadRails 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…
Read