Articles
All articles
Every published deep dive — filter by level or track.
Level
Track
beginner 22 min read
Linux Fundamentals for Engineers
The Linux mental model every backend and DevOps engineer should carry — processes, file descriptors, signals, and the shell as glue.
#linux#fundamentals#devops#systems
intermediate 25 min read
FastAPI Deep Tech Intuition
A senior-engineer-level guide to FastAPI — not just syntax, but the mental models, design decisions, and production patterns.
#python#web-frameworks#api-design#async
beginner 18 min read
Python Fundamentals
The Python mental model — values, references, scopes, and the data model that ties them together.
#python#fundamentals#language-design