April 2021
PostgreSQL
Using Heroku's pg:pull with Docker
TLDR: Use PG_HOST=127.0.0.1 when running Heroku's pg:pull to a local target database that is running in a Docker container. For a more…
Read
February 2021
terminal
Automate Tabs & Commands in iTerm2
Do you find yourself opening many iTerm tabs every day to do the same daily routine such as opening editors, running a build, starting up…
Read
February 2021
rails
Debug Github Actions
A few weeks ago I was setting up CI (continuous integration) for a Rails project that uses Sidekiq, Redis, and Postgres. Pretty…
Read