Writing
Thoughts on engineering, design, and the spaces in between.
4 Published
Feb 21, 2026
From Simple Responses to Multi-Agent Systems: Building it from Scratch
A simple guide to building AI agents using the only OpenAI SDK and pure Python. No frameworks, no magic, just Python and a clear progression from your first API call to a full multi-agent coding system.
NagarajRead
Dec 5, 2025
Monolithic vs Microservices- A Practical, No‑Nonsense Guide
Simple explanation of monolithic and microservices architectures with real-world analogies, code examples, pros/cons, and best practices.
NagrajRead
Dec 1, 2025
My Take on Hackathons - More Than Just Code
Personal insights and strategies from winning multiple hackathons, serving as a jury member, and understanding what makes hackathons an unmissable experience.
NagrajRead
Dec 1, 2025
Hello World - The First Program Every Developer Writes
Discover the fascinating origin of the Hello World program, why it matters, and how to write it in different programming languages.
NagrajRead