Open to Work: Senior Backend & Distributed Systems Engineer (Go / Python) View LinkedIn →

Optimization

Technical Journal // Optimization
Apr '26

Critical Rendering Path Optimization: 8 Proven Strategies to Boost Web Performance

Master critical rendering path optimization. Learn 8 proven strategies to reduce First Contentful Paint, improve Lighthouse scores, and boost Core Web Vitals.

Apr '26

A Tale of Web Vitals

A technical guide to Web Vitals. Solve LCP, TBT, CLS, and Accessibility issues using automated build-time pipelines and vanilla JS patches.

Jan '26

Go Struct Field Alignment: How Memory Padding Wastes Your RAM

How CPU word alignment and struct field ordering silently inject memory padding in Go. Learn field reordering to cut heap memory allocations and cache misses.

Jan '26

Go Garbage Collector Mechanics: Pacer, GOGC, and Allocation Latency

How Go's concurrent tri-color mark-sweep collector works under the hood. Learn pacer triggers, GOGC tuning, and zero-allocation memory pool patterns.