Writing

Technical Blog

Insights, tutorials, and deep dives into backend systems engineering and web performance.

June 1, 20265 min read

Optimizing Next.js Performance for Enterprise Dashboards

Learn how to optimize Core Web Vitals (LCP, CLS, INP) for heavy data dashboards using React virtualization, dynamic routing, and Web Workers.

Next.jsReactPerformanceWeb
May 10, 20266 min read

Building Resilient Microservices with Go and gRPC

A deep dive into engineering highly reliable and performant microservices using Go, gRPC, and protocol buffers, detailing connection retries, backoff, and tracing.

GogRPCMicroservicesSystems