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
January 2021
javascript
TDD by Example
If you've been coding for any length of time, you've probably heard that you should test your code, and by that I mean writing automated…
Read