Skip Navigation code drift

Hacks

Fetch all MongoDB Indexes for Mirroring to Another Database

(1 min read) I needed a reliable way to take the indexes from a staging instance and ensure they're replicated to production. The following _MONGOSH code loops over every collection and then every index in the collection, creating a "createIndex" command for each combination. This makes it trival to

The Hidden Spotify “Dislike” Button

(1 min read) Turns out if you need to "teach" Spotify about music you're not into or never want again, there's a way. 1. Make a playlist. Call it something like "Unliked Songs" or "Mistakes were made" I won't judge 2.

Tailwind CSS for Email

(7 min read) I can no longer count the hours Tailwind saves me. I don't really hate the state of CSS-in-JS. I just find it gets in the way of quickly saying "make this blue, put it in a flex box oriented by row, with the items centered." It&