Generate Open Graph images with Playwright and an HTML template

Build a script that generates consistent OG social card images from an HTML template using Playwright screenshots, with smart caching and series-aware gradients.

March 29, 2026 · 5 min · Russell

Docker from Scratch: Shrink Your Images With Multi-Stage Builds

Use multi-stage Dockerfiles to separate build tooling from your runtime image, cutting image size by 90% or more.

March 3, 2026 · 5 min · Russell

Docker from Scratch: Writing Your First Dockerfile

Learn Dockerfile basics — FROM, COPY, RUN, CMD — and build your first container image.

March 2, 2026 · 5 min · Russell