TCH YO Yogeshkrishnanseeniraj Rust HMAC Authentication Middleware for Django: Constant-Time Signing at 0.04ms Overhead How to build a PyO3-compiled HMAC middleware that replaces Python’s hmac.compare_digest and hashlib chain with a constant-time Rust…
TCH YO Yogeshkrishnanseeniraj Rust-Powered Full-Text Search Inside Django: Zero Elasticsearch with tantivy + PyO3 How to embed a production-grade full-text search engine directly into your Django process using tantivy and PyO3 — no Elasticsearch…
AI TCH YO Yogeshkrishnanseeniraj · CodeToDeploy Rust-Native Connection Pooling for Django: Replacing PgBouncer with a Compiled PyO3 Pool How embedding a deadpool-postgres connection pool directly into your Django process via PyO3 eliminates the PgBouncer hop, cuts p99 query…
AI TCH YO Yogeshkrishnanseeniraj Replacing Django’s DRF JSON Serializer with a Rust-Native Encoder via PyO3: 20x on List Endpoints How writing 80 lines of Rust and wiring it into DRF with PyO3 took a 1,200ms list endpoint to 58ms — without touching a single line of…