3 posts tagged with "golang"
The differences between "Type Alias" and "New Types"...
As a Golang developer, you’ve probably encountered two seemingly similar ways to define types: At first glance, they might look almost… Read more
September 03, 2024Exploring Go's Functional Iterators (Range-over Func...
Go’s latest version, 1.22, introduces some exciting changes to the language. One of these changes includes an experimental function called… Read more
March 09, 2024Verifying Performance with Simple Benchmarks - Go Be...
I am reflecting on how certain programming language features make it easy to iterate and test changes, specifically benchmarking. I recently… Read more
November 06, 2023