Coding. Cooking. Dadx6 Hacks.

Just me doing me. Thoughts on software, cooking, dad-hacking, whiskeys, spirituality, etc., collected in chronological order.

Migrating Heroku PostGres to Supabase

I hit a few snags trying to migrate a production Heroku PostGres instance to Supabase. Here are the commands I used to overcome them.

Quickly organizing your NextJS MDX blog with Node scripts

MDX Blogs in NextJS can quickly become hard to manage. After only 10 articles, I found myself getting irritated with the manual process of creating new articles. I decided to reorganize, and write a few Node scripts to help me out.

Filtering by Publish Date in your NextJS MDX Blog

Need to keep some of your content in draft mode while you polish it? Learn how to ensure your articles are published when you want, without messing up your ability to build your NextJS site.

Adding Fancy OG Images to your NextJS MDX Blog

Tired of having to build nice looking OG images for every platform manually? Automatically create shareable OG images for every blog post with @vercel/og.