Go 1.18 Generics: Toward the End of a Long Wait
Go 1.18's generic support shows how a language can be reshaped thoughtfully. First impressions and trade-offs.
Tag
Building applications and tools in Go: concurrency, error handling and the standard library. (Page 3/4)
There are 19 posts with this tag.
Go 1.18's generic support shows how a language can be reshaped thoughtfully. First impressions and trade-offs.
Personal notes on why mastering multiple programming languages is a matter of tool selection, not identity.
A practical approach to embracing error handling as a language idiom in Go, a language with no exception mechanism.
I explore what you get — and what you don't — when building a small HTTP service with Go's net/http package, and where the framework threshold sits.
A hands-on look at Go's concurrency model — goroutines and channels — and what changes when you come from PHP's process model.
I reinforced my newly learned Go by building a real CLI tool: what the language feels like in practice, and how far the standard library takes you.