Master Go's concurrency model with practical examples of goroutines, channels, and common concurrency patterns for building efficient applicationsGo Concurrency Patterns: Goroutines and Channels2020-02-29 in Go tagged Go / Concurrency by Marc Nuri
Learn how to initialize a new Go project with modules, set up its basic structure, and follow best practices for organizing your code.How to Initialize a New Go Project with Modules2020-02-22 in Go tagged Dependency Management / Go by Marc Nuri
What are variadic functions in Go, learn how to define and use them effectively, and understand their benefits with practical code examples.Understanding Variadic Functions in Go2020-02-11 in Go tagged Go / Functions by Marc Nuri
Learn how to emulate enums in Go using custom types and constants. Enhance your enums with methods and code generation to simplify maintenance and add behavior.Enums in Go: An Alternative approach2020-02-11 in Go tagged Go by Marc Nuri