Why I Use Printf Over Echo
While echo is the more widely known command for printing text to standard out, I have found behavior and documentation inconsistencies in its varying implementations1. macOS echo man page: Ubuntu echo man page: In addition, itâs default behavior can cause unintended results when combined with character sensitive commands like base64. Here are a few use cases where echo has caused some trouble for me. Base64 encoding credentials to put into secret management (Hashicorp Vault, kubernetes, etc....
Adding Icon Links to a Gatsby Site
I was inspired to add a social icon links to my website after seeing it on a few other developer portfolios. There was just a nice clean feel to it. đ Itâs pretty straight forward but there are a few gotchas. I will walk through how I added social icons to my website and how I worked through the issues I hit along the way. Before: After: Steps: 0. Setup...
My Journey on Starting a Blog
For the longest time Iâve wanted to start a blog, but told myself that as a developer I should âbuild it from scratchâ because âit would be a learning experienceâ and âit would look better if I didâ. Two and half years later, I still donât have a blog. đ Itâs true that building it from scratch would have been a good learning experience, but the part that has held me back was âit would look better if I didâ â imposter syndrome at its finest....