IkboljonMe
ENUZRU

Writing

5 entries

  • Layers and a factory in a Next.js shop

    Notes from building an online shop on Next.js, Prisma and PostgreSQL — keeping route handlers thin, and letting a factory decide what a product needs.

    1 min readNext.js, Architecture

  • A support bot that won't make things up

    For the ElitHome Instagram bot, the knowledge base is a folder of Markdown notes in Git. Staff edit it in Obsidian, and the bot answers only from what's written there.

    1 min readBots, Obsidian

  • A 3D desk made of boxes and cylinders

    The workbench on my homepage has no 3D model file. It's built in code from primitives, loaded lazily, and turned by the scroll position.

    1 min readThree.js, Design

  • One site, three languages

    English, Uzbek and Russian on a single Next.js 16 site — the routing, the SEO details, and the two typography problems I didn't see coming.

    1 min readNext.js, i18n

  • Why my blog lives in Notion

    I wanted to write where I already think. So the site reads posts straight from a Notion database — no export step, no markdown files in the repo.

    Featured1 min readNotion, Next.js