#concurrency
2 posts tagged with "concurrency".
February 16, 2026
~6 min read
Everyone told me SQLite wasn't a real production database. Then I enabled WAL mode, handled concurrent MES workloads, and stopped worrying.
February 2, 2026
~5 min read
asyncio is not a magic speed-up — it's a precise tool for a specific problem. Here's what it actually does, when it wins, and when it costs you more than it's worth.