Subscribe to my newsletter and never miss my upcoming articles
The Goal Our resulting handler should be: Type safe Easy to understand Support existing middleware and adhere to http.HandlerFunc Be easy to...
What happens when we run this code? func main() { data := []string{"Hello", "World"} toPrint := []*string{} for _, a := range data { ...
Evolving architecture as part of training · Before we get started, I don't have great test results to show here. I'm largely showing an idea I have, and...
With testing! · First off let's define what zero-downtime deployments are. I'll define it as follows zero downtime deployments = having no additional...
And why it might suck · I'm specifically referring to something like gitpod.io or github codespaces, and for this article will use the term cloud env to...
Terraform is a technology for managing infrastructure as code. Many projects would benefit greatly from using it to manage infrastrucutre. GKE is...