Stories.
My thoughts, explorations, and tutorials on software engineering, cloud architecture, and building products.
Tech•Feb 15, 2026•3 min read
Building a Modern Blog with Next.js and MDX
A comprehensive guide to setting up a performant, developer-friendly blogging system using Next.js, MDX, and Shiki for syntax highlighting.
Next.jsMDX
Career•Feb 10, 2026•2 min read
TypeScript Best Practices for 2026
Essential TypeScript patterns and practices every developer should know to write cleaner, safer, and more maintainable code.
TypeScriptBest Practices
Personal•Jan 28, 2026•5 min read
Understanding React Server Components
A deep dive into how React Server Components (RSC) fundamentally change the way we build web applications, reducing bundle sizes and improving performance.
ReactArchitecture