IkboljonMe
ENUZRU

Записи

5 записей

  • 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 мин чтенияNext.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 мин чтенияBots, 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 мин чтенияThree.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 мин чтенияNext.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.

    ИзбранноеНа английском1 мин чтенияNotion, Next.js