A Dev's Blog
Featured article


April 30, 2023 • 11 min read
Dev Roundup, April 2023
My collection of new, interesting, useful, and trending content for software developers. In the April 2023 edition we look at the Vercel Image Gallery starter, a debugging story, some new tool and feature releases, and plenty of design inspiration.
- tech
- web dev
- news
March 15, 2023 • 11 min read
Dev Roundup, Mar 2023 Part 1
My collection of new, interesting, useful, and trending content for software developers. The Mar 2023 Part 1 edition.
- tech
- web dev
- news
February 28, 2023 • 8 min read
Dev Roundup, Feb 2023 Part 2
My collection of new, interesting, useful, and trending content for software developers. The Feb 2023 Part 2 edition includes design resources for devs, unconventional backends, staff engineer archetypes, and more!
- tech
- web dev
- news
February 15, 2023 • 10 min read
Dev Roundup, Feb 2023 Part 1
My collection of new, interesting, useful, and trending content for software developers. The Feb 2023 Part 1 edition includes AI, scrolling animations, Lighthouse updates, Typescript tips, and more!
- tech
- web dev
- news
January 31, 2023 • 7 min read
Dev Roundup, Jan 2023 Part 2
My collection of new, interesting, useful, and trending content for software developers. The Jan 2023 Part 2 edition features React Wrap Balancer, the Golden Kitty Awards, a Shader Gradient app, a mind-blowing secret, and more.
- tech
- web dev
- news
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 • 1 min read
Simplified Environment Variables with Vercel
- nextjs
- mailchimp
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