2022-11-28
|~2 min read
|289 words
When developing scripts to use to manage a project, I often find myself in a situation where I have multiple scripts that are mostly the…
2022-11-28
|~2 min read
|214 words
Previously, I wrote about how to checkout branches from a remote when the branch is not present locally. Recently, I found a new method that…
2022-11-28
|~1 min read
|119 words
Continuing my recent trend of finding useful tips and tricks in the command line. Today, it was how to run multiple processes in parallel…
2022-11-28
|~1 min read
|153 words
If I can quickly change directories () to anywhere in my computer’s file system, how can I go back if I mistakenly navigate away from…
2022-11-28
|~9 min read
|1605 words
I was looking to find all instances of Postgres the other day in order to check the version. A web search led me to this article…
2022-11-28
|~2 min read
|356 words
I find myself frequently looking up which version of Node and npm I’m running. Today, a colleague showed me how to get it and lots of…
2022-11-28
|~3 min read
|595 words
PGAdmin, Dbeaver, etc. are useful GUIs for managing and reviewing Postgres databases. Sometimes, however, there’s a desire to login via the…
2022-11-28
|~1 min read
|79 words
If you switch between shells, it might be handy to determine which one is currently running. One way to do that is to check your process…
2022-11-28
|~3 min read
|590 words
By default, the shell on a Mac is . Changing this should be a simple three step process: Make sure that is installed and is an accepted…
2022-11-28
|~2 min read
|364 words
Every time I cut a new branch in Git and am ready to submit a PR for review, I get an annoying error reminding me that I need to set the…
2022-11-28
|~4 min read
|657 words
I should start with the observation that I hate using my mouse. Yet, that was exactly what I was about to do today to unzip a file. The…