Blog
Articles & Thoughts
AI integration, product development, TypeScript — no fluff.
- AI Integration5 min readLLMReactStreaming
Integrating LLMs into a React Application
Streaming, server architecture and error handling — what you actually need to get right before shipping an LLM feature in your React product.
- Methodology6 min readMVPProductMethodology
From Idea to MVP in Six Weeks: What I've Learned
How to structure an MVP for a six-week delivery without shortcuts that cost you later. What I've taken away from multiple cycles.
- TypeScript4 min readTypeScriptArchitectureQuality
TypeScript Strict: Why I Never Turn It Off
The strict flag in tsconfig.json gets challenged on almost every project. Here's why I never give in, and what it concretely changes.