Blog
Notes on building developer tools, AI, and the occasional career tip.
Popular topics
Clear filtersMore topics (145)
topic async PythonView all posts
Latest articles
Showing 1–2 of 2
FastAPIJul 17, 20262 min read
Python Async and Await: A Practical Guide to Concurrency
Understand Python async and await, the event loop, task groups, cancellation, blocking code, FastAPI integration, testing, and concurrency mistakes.
FastAPIJul 17, 20267 min read
FastAPI Tutorial: Build and Deploy a Production-Ready Python API
A practical FastAPI tutorial that grows a task API from the first endpoint through validation, authentication, testing, Docker, and AI integration.