Selected Works

A collection of scalable systems and digital products.

Job Matching Platform

High-concurrency hiring system matching 10k+ candidates efficiently.

Problem

Legacy system crashed under 500 concurrent requests during hiring fairs.

Built With

Re-engineered microservices with Go, gRPC, and optimized Postgres queries.

Outcome

Reduced latency by 40% and achieved 99.99% uptime during peak load.

Go
gRPC
PostgreSQL
Docker
Redis

Event Management Engine

Real-time ticketing engine handling massive traffic spikes.

Problem

Ticket overselling and database locks during high-demand artist releases.

Built With

Implemented Node.js event loops, Redis queues for buffering, and AWS Lambda.

Outcome

Zero downtime and 100% accurate ticket allocation for 50k+ concurrent users.

Node.js
AWS Lambda
Redis
Terraform

Telegram Crypto Wallet

Seamless crypto wallet integration directly within Telegram UI.

Problem

Users finding external wallet apps too complex and disconnected from chats.

Built With

Built TWA (Telegram Web App) with React and Python backend interacting with TON SDK.

Outcome

Reached 5k Daily Active Users in the first month with 4.8/5 user rating.

React
Python
TON SDK
FastAPI

Distributed Caching Layer

Custom in-memory key-value store optimized for read-heavy workloads.

Problem

Off-the-shelf solutions had too much overhead for specific micro-services.

Built With

Designed a custom sharding algorithm using Rust and Tokio for async I/O.

Outcome

Achieved sub-millisecond response times for 95th percentile of requests.

Rust
Tokio
Networking
Algorithms
GitHub