Blog Posts

MANY articles on a wide array of topics. You’ll find a lot of my newer content is going to my YouTube channel first, but I do still blog occasionally.

Set cmd or PowerShell Window Title

Set cmd or PowerShell Window Title

As CLI tools become more and more popular, it's not unusual that I find I have more than one command, bash, or PowerShell window open. Often, each window is serving a specific purpose. While I really like that I can …

Read More →
Life Hack - Listen Faster

Life Hack - Listen Faster

Learn how to increase the speed with which you listen to training materials, whether video or just audio. Even for apps that don't directly expose speed settings, there are ways you can boost the speed yourself if you …

Read More →
Group Your Constants and Enums

Group Your Constants and Enums

It’s not unusual in applications to have a few constants defined for things you know are never going to change (so you don’t need to store them in the database, or if they are in the database, you don’t …

Read More →