Skip to content
Back to blog

Blog

Notes on production

2 of 2 published notes in this topic.

2 notes tagged

· 11 min read

Typed Errors in Data-Intensive Apps

Use Result types (neverthrow) for expected failures in imports, idempotent writes, and partial analytics jobs - and keep throws for true surprises.

typescriptfullstackarchitectureneverthrowproductiondata

· 7 min read

Building a Production RAG Pipeline That Doesn't Hallucinate

From chunking strategies to hallucination detection - how to build a RAG pipeline that actually works in production, not just in a demo.

ragailangchainproductiontypescript