Search Articles — Sudonull

Search Results

In this project

Processing webhooks in Python: FastAPI + Redis

https://sudonull.com/processing-webhooks-in-python-fastapi-redis

Learn how to build reliable backends for webhooks with task queues. FastAPI code, Redis workers, protection against duplicates and errors. For middle/senior dev.

Redis Lua Queue: partition order and worker pool

https://sudonull.com/redis-lua-queue-partition-order-and-worker-pool

Implementation of Redis queue on Lua for strict order in partitions, shared worker pool, retries. Benchmarks, diagrams, code. For middle/senior dev — study and implement.

Trending Now