hero
available for select work · Tashkent

Bekzodbek

Frontend & Mobile Developer

bekzod@portfolio — zsh
SCROLL
// 01 — APPROACH

Software that feels like a calm, intelligent tool.

I design and ship full systems end-to-end — data models, APIs, and the interfaces on top, for web and mobile. Pragmatic backends, considered frontends, and the details in between.

checkout.py
# sello/services/checkout.py
async def checkout(cart: Cart) -> Receipt:
    total = sum(i.price * i.qty for i in cart.items)
    await inventory.reserve(cart)
    return Receipt(total=total, currency="UZS")
4+years experience
10+projects shipped
100+students mentored
cups of coffee