Latest articles
Practical programming writing that stays fast, readable, and easy to revisit.
Browse recent posts about React, TypeScript, developer tooling, and the mechanics of shipping software without adding product noise.
March 12, 2026
Building Your First Model Context Protocol (MCP) Server
Large Language Models are becoming increasingly powerful development tools. But by default, an LLM is isolated — it cannot interact with your filesystem, databases, APIs, or internal tooling unless you explicitly provide that capability.
March 12, 2026
Welcome to Potato Code
Why this programming blog exists and how it stays focused on practical software development writing.
March 11, 2026
React Static Rendering Without the Noise
A quick walkthrough of why static-first React pages still make sense for content-heavy sites.
March 10, 2026
TypeScript for a Reliable Content Pipeline
Using schemas and typed utilities to keep markdown publishing predictable.