Build real-time data pipelines with Redis Streams. Master consumer groups, acknowledgments, and low-latency event-driven architectures using Python.
Coding
Pragmatic notes on developer tools, languages, and workflows. Shortcuts, tricks, and lessons from actually shipping code.
Git worktrees: the underused feature for multi-branch development
Check out multiple Git branches simultaneously in separate directories without stashing or cloning. Streamline multi-branch development workflows.
FastAPI webhook bot: GitHub and Gitea automation
Build a Python FastAPI bot for GitHub and Gitea webhooks. Covers verification, routing, auto-labeling, PR enforcement, one codebase for both.
Rust for Python developers: rewrite your hot paths for 10x speed
Escape Python's GIL by rewriting CPU-bound hot paths in Rust via PyO3. Profile bottlenecks, build Rust extensions, and integrate them very seamlessly.
SQLite scales to production: 10K TPS, WAL mode, real benchmarks
SQLite handles thousands of concurrent users with WAL mode and connection management. Production-ready from a single file, zero operational overhead.
Feature flags DIY: 100-line SDK vs. LaunchDarkly cost
Build lightweight feature flags with JSON config and environment variables. Enable gradual rollouts and kill switches without an expensive SaaS.
Botmonster Tech




