Blogs

Encoding / Decoding …

Sometimes you need to deal with base64 strings, here are a couple commands that make it easy to encode/decode those strings using the terminal. I deal with various types of authentication strings a lot, which are often base64 encoded, and often need to quickly test and verify the base64 values …

Searching GIT Logs for …

If you’re concerned or curious about a certain value being changed in your GIT repository, the GIT logs are a great place to start. Using the git log command allows you to search for values in individual commits and returns all of the commits with an instance of that value. For example, …

2020: Looking Back While …

2020, there isn’t much to say that could explain what this year ended up being. For many this year was incredibly challenging; mentally, emotionally, physically, and financially. I consider myself incredibly grateful for everything that this year has brought me and my family, as well as all of …