A Dev's Blog
Featured article


January 20, 2023 • 5 min read
Create a Dynamic Sitemap for Your Next.js Blog
How to set up a dynamic sitemap that is created and updated automatically at build time.
- nextjs
- blog
- node
January 15, 2023 • 9 min read
Dev Roundup, Jan 2023 Pt 1
My collection of interesting, useful, and trending content for software developers. The Jan 2023 Part 1 edition.
- tech
- web dev
- news
January 6, 2023 • 4 min read
Generate OG Images Dynamically for Your Blog Posts
How I integrated the @vercel/og package into my blog to automatically build a unique OG image for every post.
- nextjs
- blog
- vercel
January 5, 2023 • 2 min read
A Free & Lightweight Comments Section for Your Blog
Utterances has made adding a comments section to posts on my blog an easy and painless experience.
- nextjs
- blog
January 3, 2023 • 5 min read
Build a Mailchimp Subscribe Form in Next.js
Create and embed a simple Mailchimp subscription form on your Next.js site to build your audience list.
- nextjs
- mailchimp
December 30, 2022 • 13 min read
Dev Roundup, Dec 2022
My collection of interesting, useful, and trending content for software developers. The Dec 2022 edition.
- tech
- web dev
- news
December 27, 2022 • 7 min read
Convert a Next.js site to a markdown blog
A step-by-step guide to adding a markdown blog to an existing Next.js site.
- nextjs
- blog
- markdown