Golang
Go 1.26.2: Security Fixes, Regression Patches, Upgrade Playbook
A beginner-friendly and technical deep dive into Go 1.26.2: what changed, why it matters, and how to upgrade safely in production.
·6 min read
Blog
Articles, deep dives, and write-ups related to "Go".
A beginner-friendly and technical deep dive into Go 1.26.2: what changed, why it matters, and how to upgrade safely in production.

How Go struct field ordering affects memory via alignment and padding, with benchmarks across millions of allocations and practical tools to detect wasted space.