04 — Projects
Projects
A closer look at projects that show how I approach backend systems: real-time pipelines, event-driven design, and AI-agent engineering.
claude-telegram-bot
2026Personal project · Public repository
A self-hosted Telegram bot powered by the Claude Agent SDK — text, voice, photos, and video in; analyzed media and generated files out.
TypeScriptNode.jsClaude Agent SDKMCPTelegram Bot API
crypto_service
2022Personal project · Public repository
A compact real-time price-watch service: WebSockets in, dynamically scheduled Celery tasks in the middle, Redis-backed push notifications out.
PythonDjangoDjango ChannelsCeleryCelery Beat
Ecommerce_django
2023Earlier learning project · Public repository
A full-surface Django e-commerce platform from my learning years — auth with OTP verification, DRF APIs with custom permissions, orders and discounts, tests, and one-command Docker setup.
PythonDjangoDjango REST FrameworkPostgreSQLDocker Compose