Posts
All the articles I've posted.
-
Reading "Code" by Charles Petzold
Some notes about why Code by Charles Petzold is useful to understand computers from the bottom.
-
Moving from Pi-hole to Technitium DNS
Moving from Pi-hole to Technitium DNS Server on a home network with OpenWrt, and what I learned along the way.
-
Poetry and uv as Modern Alternatives to pip
A practical comparison between pip, Poetry, and uv for dependency management in modern Python projects.
-
Celery: Python's Distributed Task Queue
An introduction to Celery, the distributed task queue for Python, and how to use it with FastAPI and Flower.