Track
Python Stack
Everything Python — from fundamentals to FastAPI to ML tooling.
Courses in this track
All articles in this 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
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
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