Posts
All the articles I've posted.
-
Building TUI Apps with Textual — A Practical Guide
How to build a terminal user interface with the Textual framework, covering the widget tree, CSS layout, event handling, and the mental model for wiring in background logic like an AI agent.
-
Terminal, TUI, and Python — A Concept Guide
How terminals work under the hood, what TUI frameworks do, and which Python libraries to use for building terminal user interfaces.
-
Python dataclass Explained
What @dataclass does, why it exists, and when to use it — explained through a real example from an AI agent codebase.
-
uv: The Modern Python Package and Project Manager
A practical overview of uv — what it is, why it's fast, and how it simplifies daily Python development workflows.