2022-11-28
|~2 min read
|216 words
I have been working on a small CLI to help myself as I reinvent the wheel of taking notes (more on that later, I’m sure). My friend Alex has…
2022-11-28
|~2 min read
|357 words
My goal is to be a competent command line programmer. I knew that in order to make that happen, I would have to get very comfortable reading…
2022-11-28
|~4 min read
|791 words
.gitconfig follow-up with .bash_profille In my previous Git posts (here and here), I noted that one of the things I found really helpful was…
2022-11-28
|~1 min read
|199 words
If you start running processes in the background, at some point, you may find you want to bring it back into focus. The utility seems…
2022-11-28
|~1 min read
|159 words
Today, I’m diving a little further down the environment variables hole I started yesterday when looking into how environment variables are…
2022-11-28
|~2 min read
|350 words
Recently, I was working on a project when I realized that my username was being assigned to a variable that I wasn’t expecting. I wanted to…
2022-11-28
|~2 min read
|372 words
When a terminal window gets busy, sometimes, it’s nice to make a little breathing so that it’s easier to see what’s going on. There are a…
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…