Independent engineering notebook

Operational notes for small, durable systems.

Studio Notes collects field notes on release discipline, single-node operations, boring deployment paths, and the small maintenance habits that keep services predictable.

Based in Asia-Pacific Updated April 2026 Static site, low overhead

Recent notes

View archive

Static sites as durable front doors

A small static site is often enough for project notes, service verification, and public-facing documentation when the goal is clarity rather than feature volume.

Field rules

Prefer reversible changes

Every production edit should have a short rollback path and a clear owner.

Keep ingress simple

One public entry point is easier to reason about than many loosely documented listeners.

Document near the system

Small runbooks beside the service tend to survive longer than remote knowledge bases.