Dave Cheney

Dave Cheney explores Go programming with practical examples, pop quizzes, and deep dives into performance, correctness, and real-world pitfalls in software development.

RSS Feed
1/3/2026
EN
golang go programming software engineering performance programming tips
Dave Cheney

Articles from this Blog

15 articles from this blog

Fatih’s question
5/16/2020 EN

Fatih’s question

Explains why Go's json.Unmarshal behaves differently when passed a pointer variable vs. the address of a pointer, clarifying pointer mechanics.