Tech Stuff

Vercel / Next .js no longer publish an example custom webserver for Next.js 14 App router. There is a discussion here...
Okay so Chrome for Android's latest update now 'follows' Android OS-level system accessibility settings for zoom (text size) - which may come as a...
[Update 2023-06-15] Updated to show how this can all be done with the @storybook/addon-styling plugin, and withThemeByClassName as opposed to...
Here's a helper script that will allow you to reduce the size of the Docker Desktop for Windows virtual hard drive. Docker uses this volume to store...
Another short PSA on the topic of keeping your M.2 PCIe NVMe SSD drive cool - especially if you have a motherboard like mine, which was actually...
Here's another PSA for anyone getting started with, or migrating to Google Analytics 4, with custom events and parameter collection via gtag.js. For...
Here's a PSA for anyone trying to configure Drupal 8/9 behind a reverse proxy in order to create canonical URLs (in head, and header) that preserve...
Here are a few notes, snippets, and links to my current Windows Subsystem for Linux 2 (WSL 2) setup for development. Most of our current work is...
Here's a short post on how to create a Material-UI theme switcher for React - using React.createContext. This is based on Praveen's excellent post...