Even though I migrated back to WordPress months ago, I’m still in a constant cycle of improving my content. I tend to focus my efforts around my most trafficked content. Here and there I chip away at certain tasks that…
When asked if I knew how to add a custom script to an Unbounce landing page. I have never used Unbounce before, but I’ve worked with enough marketing tools that I figured I could figure it out. Also, figuring out…
All right y’all, the second quarter of 2024 is upon us. Been a bit all over the place on my end, doubly so with it being the high holiday known as WrestleMania Weekend. #CodyCryBabies I mentioned last month that I’d…
In light of the recent discovery of a backdoor in the XZ Utils package (CVE-2024-3094), knowing how to check package versions on Linux has come to front of mind. I try to be security cautious. Typically I reach for boring…
For most projects, I use a monorepo, and nest my scripts in a directory. I’ll npm init each script, and maintain an isolated set of dependencies outside of the main dependency tree. This includes maintaining a separate .eslintrc file as…
Starting a fresh Next.js project the other day, I was happy to see that configuring eslint was part of the bootstrapping process. Where things fell short for me, was the lack of a prompt asking me which style guide I’d…
A breaking change landed on my Arch Linux system the other day, revealing itself when trying to use git. Usually something like this would wind up in the Arch Linux home page. Not this time. Booting up on a Monday…
While spring isn’t officially here yet, it’s definitely starting to feel like winter is over. More of the same this month, as we finish off the first quarter of 2024. Next month, I’m hoping to finally get some MongoDB benchmarks…
Recently, my media center (an Intel NUC) started to bark about being out of disk space on my root partition. Instead of just biting the bullet and redoing the partitions, I decided to purchase a larger SSD, which led to…
After upgrading the SSD on my Intel NUC to a larger size, I was greeted with an error message that took me way too long to find a solution to: This problem was compounded by the fact that my wired…