Random Bytes
About me
Categories
All
(2)
async
(1)
fastapi
(1)
packaging
(1)
python
(2)
Stop Using async in FastAPI (Unless You Mean It)
python
fastapi
async
I recently debugged a legacy FastAPI app that was crawling under load. The culprit? Every endpoint was marked
async def
, including ones doing heavy, blocking work.
Aug 8, 2025
phi
Setting Up a Python Project in 2024: uv and vscode
python
packaging
Minimal setup to start a
python
project in 2024: with
uv
,
vscode
,
ruff
and
pytest
.
Sep 8, 2024
phi
No matching items