Implementing Enums in Golang: Patterns and Best Practices
Unlike many other programming languages, Golang doesn’t have a built-in enum type. However, Go provides several …
Read moreUnlike many other programming languages, Golang doesn’t have a built-in enum type. However, Go provides several …
Read moreThe Golang for loop is a fundamental control structure that makes Go programming both powerful and elegant. In this …
Read moreGo 1.25 is on the horizon, and it’s bringing some exciting improvements to the language. Let’s explore the …
Read moreSince Go 1.19 we can use a new 103 (Early Hints) http status code when we create web applications. Let’s figure …
Read more