Записи
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.
- 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.
- 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.
- 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.
- 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.