JZR.

homeworkservicesresumecontactlinksgamesblog
Projects

Systems I built, why they mattered, and what changed in production.

Each project focuses on the practical decisions: constraints, architecture, and measurable outcomes.

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.

BackendCaching+1
Read acceleration: ~1300× vs raw Redis GETRead project
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
Daily active editors: 1.4K+Read project
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
Sort modes: 6 client permutationsRead project
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
Widgets shipped: 6 reusable UIsRead project