$HOME

Welcome to my blog's 127.0.0.1, as most developers I spend a huge chunk of my time reading code and manuals. When I find or do something interesting enough to share it, I post it in here (Mostly for my own learning). If you want to know more about this blog check out the About page. I hope what you find here is useful for you as well.

Recent Posts

Checking if a Bash variable is unset

4 minute read

This post explores the differences between a null (empty) variable and an unset variable in Bash. It also contains a snippet to check whether a variable is s...

Hello World!

less than 1 minute read

As a tradition to developers this is the first post and a welcome message to whomever happens to read this.