Tag: golang
All the articles with the tag "golang".
-
Terraform Modules & Stacks: A walk through the runtimes of Terraform
The Stacks runtime works vastly different than the Terraform module runtime, let's see how and why.
-
Terraform Stacks: In under 50 Words
A very short, high-level overview of Terraform Stacks.
-
Discriminated Union Pattern in Go
I often use the Tagged Unions pattern in TypeScript. I encountered a problem I would solve with this pattern in Go. Let me show you how this can be solved in Go.