Blog

Learning and experiments

Lightweight notes on design processes, tools, and occasional poetry.

Why a Nuxt 3 app behind ALB returned sporadic 500 (timeout) errors and how aligning Nitro keep-alive settings in the build output fixed it.

Nuxt
AWS
ECS

How to create a minimal health check endpoint that returns 'ok' using Nuxt 3 server API and use it for ECS or Docker container monitoring.

Nuxt
HealthCheck
AWS

Published a monorepo to generate llms.txt and llms-full.txt, and summarized the design, current progress, and upcoming work.

LLM
Next.js
TypeScript

A summary of why a Fargate task kept restarting due to failed health checks, how I fixed it, and how to prevent a recurrence.

AWS
ECS
Fargate

Investigation notes on sporadic chunk loading errors in a Nuxt 3 SSR app served through CloudFront.

Nuxt
SSR
CloudFront