Skip to main content
Ankit Paudel

Ankit Paudel

Senior SRE / Platform Engineer @ Docsumo ยท Kubernetes, Python/Go, and AI-augmented workflows

Recent

Mongodb triggers and change streams

·870 words·5 mins
How we built near real-time CDC data pipelines using MongoDB change streams to keep Elasticsearch in sync across high-volume production collections without performance penalties.

Guide to worker types in gunicorn

·953 words·5 mins
A practical guide to worker types in Gunicorn: understanding concurrency models, synchronous vs asynchronous workers, and selecting the right worker architecture.

Introduction to WSGI and gunicorn

·1020 words·5 mins
An introduction to WSGI and Gunicorn internals to understand how Python web servers handle requests and how to debug overlooked production issues.