Explore
2026
Why you should use rsync instead of scp in deployments
A practical performance comparison of deployment file transfer methods and why rsync usually outperforms scp.
2025
Why runtime environment variables for a pure static website are a bad idea
Build and deploy a static website as a reusable Docker image, and see how practical it really is.
Runtime environment variables in Next.js - build reusable Docker images
Learn how to configure Next.js with runtime environment variables and build Docker images you can reuse across multiple environments.