Rez Moss
Digital Reflections: Exploring Tech, Innovation & Ideas
Home
Book
Blog
About
go
Building a Zero-Configuration Service Discovery System in Go
-
Apr 2025
Service discovery is crucial in distributed systems in modern services. It lets services discover and talk to each othe...
New Iterator Features in Go 1.23
-
Jan 2025
Go 1.23 introduces new iterator features that simplify common programming patterns. Here’s what’s changed a...
Understanding Go's net/mail.Address and Parser 1/3
-
Jan 2025
Hey there! Today we’re going to dive into Go’s net/mail package, focusing on how it handles email addresses...
Go Channels Demystified: Practical Use Cases and Best Practices
-
Mar 2024
Go channels are a powerful feature of the Go programming language that facilitate communication and synchronization b...