Blog
VPS Showdown – November 2024 – DigitalOcean vs. Linode vs. Vultr
After a little detour last month, comparing some higher priced plans, I brought it back down to the $5-ish range. Vultr nearly didn't make the cut, as their site and login started to puke errors at the same time that…
Client-side environment variables with Next.js
Next.js does a great job with environment variables. Out of the box, it supports loading up environment variables in next.config.js as well as using a .env file. Both of which are made available inside of server components. For client-side components…
Switching to Alacritty: A Fast and Efficient Terminal
I finally went all in on switching to Alacritty. For the longest time, I've been a bit reluctant, sticking it out with the default terminal of my operating system du jour." On Linux, running GNOME, the GNOME Terminal was more…
ModuleNotFoundError: No module named 'trimage' on Arch Linux
It's been a minute since I've last used Trimage. I probably installed it when I had initially setup Arch Linux on this system. Curious about whether or not an image that was part of a pull request I was reviewing…
VPS Showdown - October 2024 - DigitalOcean vs. Linode vs. Vultr
Time for the spooky season edition of the VPS Showdown. The last few months have been a lot of the same, so I decided to take another crack at trying to do an apples to apples comparison, focusing on price…
Including Dev Dependencies in a DigitalOcean App Platform Build
When working with dependencies in a DigitalOcean App Platform build, there are time when you may need to include development dependencies. Such instances arise when you're using something like TypeScript, which you'd typically have listed in your devDependencies because it's…
How to Delete from a Table with Foreign Key Constraints in MySQL
I hate foreign keys. They are rarely implemented properly, often times failing to implement cascading deletes and updates. Sure, the concept is sound, and relationships are the first letter in RDBMS, I personally avoid using foreign keys as I find…
Quick Guide to Boss Materials in Diablo IV
Summoning Bosses in Diablo IV (Updated for Season 8) Like my memory when I try to recall which bosses need what materials, this stuff gets fuzzy fast. This is a companion piece to my quick guide to mythic unique equipment…
Targeting the Home Page with Google Tag Manager
Recently I was adding a code snippet to a website, with the explicit requirement to not include the code on the home page. This was being done via Google Tag Manager, and we already had some triggers in place to…
VPS Showdown – September 2024 – DigitalOcean vs. Linode vs. Vultr
Labor Day weekend, and I'm trying to drum up the inspiration to run some VPS benchmarks. I'm sticking to the theme of comparing like processors, of the AMD variety. I spun up 3 (or 4, more on that later) instances…