Posts
All the articles I've posted.
-
Python Project Folder Structure — The Modern Standard
How modern Python apps and libraries organize their source code, why the src layout with a named package folder is the de facto standard, and what tools reinforce it.
-
ECMAScript, JavaScript, and the Node.js Package Manager Ecosystem
How ECMAScript relates to JavaScript and browsers/Node.js, and how npm, yarn, pnpm, and bun fit into the Node.js ecosystem.
-
Mermaid and SVG Explained — From Plain Text to Vector Graphics
How Mermaid works as an abstraction over SVG/XML, and how it renders diagrams both client-side and server-side.
-
How AI Agents Log — Claude Code vs Codex vs opencode
A comparison of logging and session storage strategies across three production AI agent projects, and what JSONL, SQLite, and relational schemas each offer.