Mastering FastAPI Background Tasks: Real‑World Patterns, Testing, and When to Reach for Celery
Introduction If you’ve built a FastAPI endpoint that needs to send a confirmation email, generate a PDF, or kick off a long‑running data import, you p…
Tech news from the best sources
Introduction If you’ve built a FastAPI endpoint that needs to send a confirmation email, generate a PDF, or kick off a long‑running data import, you p…
FastAPI websockets let you push data to a client the moment it changes, without the overhead of polling. In a few lines you can expose a bidirectional…
আমি গত কয়েক বছর ধরে Laravel-এ কাজ করি। পুরোপুরি sync PHP। Request আসে, process হয়, response যায়। Async জিনিসটা কোনোদিন লাগেনি, তাই শিখিওনি। তারপর এ…
From ThreadPoolExecutor to httpx AsyncClient: True Async Refactoring Published on : 2026-06-06 Reading time : 6 min Tags : #python #async #performance…
supabase-async: ThreadPoolExecutor에서 httpx AsyncClient로 리팩토링 Published on : 2026-06-06 Reading time : 6 min Tags : #python #async #performance #optimi…
Published on : 2026-06-06 Reading time : 6 min Tags : #python #async #performance #optimization 문제: 거짓 비동기 supabase-async 라이브러리는 이름은 async이지만, 실제로는 Th…
Book: Decoupled PHP — Clean and Hexagonal Architecture for Applications That Outlive the Framework Also by me: Thinking in Go (2-book series) — Comple…
I Just Wanted to Reuse Async Functions in Rust. I Ended Up Building a Tiny Task Manager I am currently studying Rust, and one of the things that kept …
I've built this thin Pydantic-over-asyncpg layer too many times now. Every project ends up with the same shape: a Row class for typed tables, raw SQL …
Python 3.13’s experimental async I/O improvements reduced execution time for 1 million concurrent HTTP requests by 40% in our controlled benchmarks, e…