Dependabot PRs Need Their SecretsA few months ago I noticed all the Github Dependabot pull requests were failing the required continuous integration (CI) check on a project…
ReadYou 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…
Read