Docs
-
8 min readAnatomy of an agentic AI system
What an agent actually is under the marketing: a loop, a tool surface, a context budget, and a stop condition.
-
8 min readScaling Android Apps with Compose Modularization
A practical walkthrough of splitting a monolithic Compose app into app, core, and feature Gradle modules — without the circular-dependency trap.
-
3 min readPrompting Claude for better code reviews
Generic review prompts get generic feedback. Here is what actually improves the signal.
-
3 min readAgentic coding workflows that actually work
What changes when you go from autocomplete to an agent that reads, edits. to an agent that reads, edits
-
1 min readDeploying static Astro to Cloudflare Pages
From pnpm build to a live URL with custom domain, headers, and cache rules. From pnpm build to a live
-
1 min readDark mode without the flash
The no-FOUC pattern: resolve the theme in a blocking script before first paint.