Posts in 2023
Git helper
Tuesday, October 10, 2023 in Blog
less than a minute
I’m lazy. I like to automate things. So I combined these two things to create a wrapper for the Git executable in Python that helps me perform repetitive operations in Git such as adding and committing with a proper message but more importantly …
Is the SysAdmin dead?
Friday, July 07, 2023 in Blog
4 minute read
In cloud computing, there are three different teams needed to run efficiently. Working together, they can achieve reduced time to market and high quality. When working ambiguously, these teams can introduce inefficiency and unnecessary cost. In my …
How this site was built
Saturday, July 01, 2023 in Blog
9 minute read
The site itself This is a static website using HUGO and the Docsy theme. I won’t go into detail about how this tech works as the websites below go into far better detail. But in short, I cloned the example site to my personal GitHub repo, then …