JZR.

homeservicesresumeworkgamescontactblog
Selected Work

Systems, stories, and the engineering trade-offs behind them.

Each project below is documented like a mini case study—covering architecture, how the system behaves in production, and the lessons picked up along the way.

FlipCache hero
2024 → Present•Open-source on PyPI

FlipCache

Two-tier Redis cache with pluggable encoders and eviction helpers

A lightweight Python cache that keeps hot keys in-process, syncs them to Redis, and ships FIFO/LRU utilities for both async and threaded workloads.

BackendCachingInfrastructure
Pythonredis-pyasyncio
Dive in
Tahrirchi Bot hero
2022 → Present•Serving live users

Tahrirchi Bot

An editorial assistant that lives inside Telegram

High-throughput proofreading bot wired into an Uzbek NLP pipeline, orchestrated through gRPC microservices and Redis job queues.

FullstackNLP
PythongRPCAiogramPostgreSQL+2 more
Dive in
Personal Website hero
2024 → Present•Actively iterating

Personal Website

A note-driven studio that ships Obsidian drafts straight to the web

Next.js 14 on the front, FastAPI on the back, and a Syncthing + Watchdog bridge that turns Obsidian Markdown into live blog posts without touching a CMS.

FrontendPlatform
Next.jsTailwind CSSFastAPIPostgreSQL+4 more
Dive in
AiogramX hero
2025•Released on PyPI

AiogramX

Inline widgets for Aiogram bots that stay fast under load

A toolkit of paginators, calendars, checkboxes, and time pickers with FlipCache-backed storage so Telegram bots only register one handler per widget type.

Open SourceBots
PythonAiogram 3FlipCacheTelegram API
Dive in