Posts
All the articles I've posted.
-
MCP — Model Context Protocol Explained
A deep dive into what Model Context Protocol is, the N×M integration problem it solves, how its client-server architecture works, and how the ecosystem has evolved from Anthropic's reference servers to a community-driven standard.
-
SQLite GUI Tools — What They Are, How They Work, and Their Limits
A comparison of GUI tools for SQLite, how they differ from server-based database clients like pgAdmin, and why the file-based model is rarely a problem in practice.
-
SQLite Explained — Engine, File, and the Whole Picture
A concept note covering SQLite's architecture, history, security model, and how programs interact with it through the C API.
-
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.