Building a bilingual blog with Next.js
How this blog ships every post in English and Spanish from plain markdown, with a typed frontmatter contract and zero runtime services.
// Engineering blog · community
Honest notes on Python, FastAPI, AWS and AI-first engineering. Search by topic, mark what you have read and discover what the community rates highest.
How this blog ships every post in English and Spanish from plain markdown, with a typed frontmatter contract and zero runtime services.
What worked (and what did not) taking a RAG pipeline to real hotels over WhatsApp, from chunking strategy to answer grounding.
The minimal pipeline I use to deploy with confidence several times a day, and the few rules that keep it boring.
Where I draw the layer boundaries in a real FastAPI service, and where I deliberately stop drawing them.
A field guide to the queries that actually get slow in lending systems, and the indexes and rewrites that fixed them.
Test-first is a tool, not a religion. The kinds of code where TDD earns its keep, and the kinds where I write tests after.