Next.js 16 Environment Variables: Build, Runtime and Edge
Which Next.js environment variables are baked in at build, which are read per request, what NEXT_PUBLIC_ does, how the Edge runtime differs, and safe patterns.
Writing
5 write-ups from production, newest first. Each one is a problem hit on a real project and how it was diagnosed and fixed.
Which Next.js environment variables are baked in at build, which are read per request, what NEXT_PUBLIC_ does, how the Edge runtime differs, and safe patterns.
The part of WordPress deployment Git does not solve: moving database changes and media between staging and production without overwriting live orders.
A Git deployment workflow for WordPress that a small agency can run: what goes in the repo, local to staging to production, database handling and rollback.
How to change a WooCommerce store that is taking money without breaking it: a staging mirror, gateway sandboxes, a pre-deploy test list and rollback.
Next.js 16 next build passes but next start returns a 500 with Cannot find module? Turbopack quietly ignored your custom webpack config. Here is the real fix.