Setting Up the AI-Assisted Workflow Before Writing Code
10 min readConfiguring AGENTS.md, code conventions, and GitHub Copilot review rules before the codebase exists. The patterns that make AI coding assistants useful instead of a slow drag.
Configuring AGENTS.md, code conventions, and GitHub Copilot review rules before the codebase exists. The patterns that make AI coding assistants useful instead of a slow drag.
Walking through the cloud, database, framework, and surrounding choices for a small internal tool on GCP. Why Cloud Run instead of GKE, why Postgres instead of NoSQL, why skip Redis, and the rest of the decisions worth thinking through before writing code.
How I migrated from Google Sheets to BigQuery for analytics data in a Node.js application, including authentication, querying, and build-time data generation.
How I eliminated Google Sheets API timeout errors by generating static JSON files at build time instead of fetching data at runtime.
Reducing p99 latency and infrastructure costs by migrating a recipe application from SSR to ISG with on-demand revalidation