• blog
  • about

dieter.rodeo

a blog about software and whatnot

Useful resources when building a blog with Next.js, MDX, Tailwind, and Radix UI

January 1, 2023

Listing out what libraries and resources I've found the most useful for building this blog.

Collecting user emails on a Gatsby site with Vercel Serverless Functions and MongoDB

April 17, 2020

I recently created a landing page for an app that I have yet to release. I needed a quick and easy way to collect emails, and I landed on using a ZEIT Now serverless functions and MongoDB. This post details the relatively painless process of setting up this kind of backend, as well as a brief assessment of alternative options.

Preparing a Gatsby site for production with Docker and Nginx

December 21, 2019

Gatsby provides a framework for "blazing-fast" pages, but when adding it to an existing production project, things can get a little tricky. This post shows one simple way of getting started using Gatsby alongside Nginx and Docker.