Hi, I’m Paul

Software developer writing about backend systems, DevOps, and the tools that make development faster. I write about things I’m actually building and problems I’ve actually solved.

Find me on GitHub or LinkedIn.

Git Cheat Sheet

A complete guide to Git commands, designed to boost your productivity.

July 7, 2023 · 10 min · Paul Schick

Deploying a Next.js app with Docker and Nginx on GCP

Deploy a containerized Next.js application on GCP with Docker, Nginx reverse proxy, and free SSL from Let’s Encrypt.

April 9, 2023 · 10 min · Paul Schick

Adding a Sitemap to Nextjs

Add an XML sitemap and robots.txt to Next.js with next-sitemap. Automatic generation on every production build.

February 20, 2023 · 3 min · Paul Schick