Back to Home
05.

Writing

Thoughts on AI, engineering, and building things.

ReactJavaScriptFrontendWeb DevelopmentVirtual DOM

Understanding React: What It Is, Why Developers Love It, and What Makes It Different

A deep beginner-friendly dive into React’s architecture, Virtual DOM, component model, hooks, and the core ideas that made React one of the most popular frontend libraries.

May 23, 20267 min read
Artificial IntelligenceMachine LearningRAGPythonSystem Design

Architecting Production-Ready RAG Systems: Beyond the Naive Baseline

An in-depth look at moving from basic LangChain tutorials to robust, production-grade Retrieval-Augmented Generation (RAG) systems. Learn how to optimize chunking strategies, implement advanced retrieval techniques, and evaluate system performance.

May 22, 20264 min read