Hello World!
RSS FeedWelcome to my personal blog about software development! My name is Carlos and I am passionate about writing code and solving problems.
I started this blog back in January 2023 as a place to share my thoughts, tutorials, and things I learn along the way. I hope you like it!
Featured
-
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.
-
Creating a Chess Bot to Beat My FIDE Master Friend
I created a bot using OpenCV and Stockfish to play chess racing puzzles to beat my FIDE master friend
Recent Posts
-
Fixing Old Blog Typos with Claude Code
A short note about using Claude Code to clean typos and small grammar problems in old blog posts.
-
Reading "Code" by Charles Petzold
A short note about why Code by Charles Petzold is useful to understand computers from the bottom.
-
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.