codehakase.com

Posts tagged "go"

Maps Don't Shrink in Go

May 27, 2025
A note on how Go maps handle memory allocation and why they don't shrink automatically.

Notes on building a coding agent

April 25, 2025
My personal reflections on Thorsten's Ampcode article, which reveals how building AI coding agents can be more about leveraging powerful models than complex, custom code.

Here's What's New In Go 1.10

March 6, 2018
The latest Go release, v1.10 arrived six months after V1.9. This release was stated in the change-logs and the Go blog. I'm gonna share some interesting changes I've found in Go 1.10 with you.