Resource hub
Engineering
View all EngineeringBuild a stock reservation API with Hono, Bun, and ClickHouse Managed Postgres
Al Brown • Last updated: Sep 17, 2026
Build a small inventory API with Hono and Bun.SQL. Use Postgres transactions to prevent overselling, replay successful requests, and release stock safely.
Continue reading ->
Build a workshop booking API with FastAPI, SQLAlchemy, and Postgres
Al Brown • Last updated: Sep 17, 2026
Build a FastAPI booking API on ClickHouse Managed Postgres. Use SQLAlchemy transactions, row locks, and retry-safe requests to protect the last seat.
Continue reading ->
Build a feature request board with Next.js, Prisma, and Postgres
Al Brown • Last updated: Sep 17, 2026
Build a feature request board with Next.js, Prisma, Clerk, and ClickHouse Managed Postgres. Enforce one vote per user with a database constraint.
Continue reading ->
Build a SaaS link shortener with Postgres and ClickHouse
Al Brown • Last updated: Sep 16, 2026
Build a link shortener with Postgres for transactions, ClickHouse for click analytics, and ClickPipes for CDC. Deploy the app on Cloudflare Workers.
Continue reading ->