Blog
devops
Technical notes on web development, DevOps, and AI integration.
4 articles
Verify Said 0 Fail. Bugs Still Shipped.
Auditing my blog article pipeline: a chopped mermaid token, paragraphs that shattered despite clean verify, and three gate gaps found only by a human question.
1 min readdevops#testing#automationChoosing a Vercel Function Region: iad1, sin1, and the CDN for Indonesian Visitors
Vercel's iad1 Washington default only affects functions — the 126-PoP CDN already serves readers from Singapore. How to pick and switch the right region.
1 min readdevops#vercel#nextjs#serverlessA main/staging/api Branch Strategy: Safe Deploys with Vercel Previews and GitHub Actions
A three-lane branch model for safe deploys: main as the source of truth, staging for Vercel previews, api for VPS deploys via GitHub Actions.
1 min readdevops#vercel#nextjs#github-actionsMigrating a Frontend to Vercel: Next.js Standalone + Docker
Notes from moving this blog's frontend to Vercel: Next.js standalone output, a multi-stage Dockerfile for a lean image, and preview deployments per branch.
1 min readdevops#nextjs#docker#vercel