Back HomeBlog
Thoughts & insights
Writing about software engineering, system design, and the technologies I work with daily.
Building Scalable Microservices with Go and gRPC
A deep dive into designing and implementing production-grade microservices using Go, gRPC, and modern distributed systems patterns.
Feb 15, 20262 min read
GogRPCMicroservices
Next.js App Router: Advanced Patterns for Production
Exploring advanced patterns and best practices for building production applications with Next.js App Router, React Server Components, and Server Actions.
Feb 1, 20262 min read
Next.jsReactTypeScript
TypeScript Tips That 10x Your Productivity
Advanced TypeScript patterns, utility types, and techniques that will make your code more type-safe and your development faster.
Jan 20, 20263 min read
TypeScriptReactDX