
June 14th, 2026
Why I Standardize Every Node.js Project on UTC Time
A production engineering story about standardizing Node.js applications on UTC to prevent timezone bugs, offset errors, and cron failures.
10 min read
Notes, problems, fixes, and learnings from real projects.

June 14th, 2026
A production engineering story about standardizing Node.js applications on UTC to prevent timezone bugs, offset errors, and cron failures.
10 min read

June 7th, 2026
A production engineering story about separating background workers from the API, and the unexpected deployment challenges that arose.
12 min read

May 31st, 2026
A production engineering story about handling Node.js deployments safely using graceful shutdown, SIGTERM, and PM2 reload mechanisms.
11 min read