
Golang: Composition and Interfaces
Ever lost count of how many times you’ve seen Java developers scratching their heads and asking, “How on earth do I design an abstract class with Go interfaces?”…
Ever lost count of how many times you’ve seen Java developers scratching their heads and asking, “How on earth do I design an abstract class with Go interfaces?”…
Installing and configuring Karpenter in a Kubernetes cluster (EKS)
If your application uses aws-go-sdk-v2, you’ve probably spent some time wondering about the best way to mock all the external calls. Originally, the Go SDK provided something called ifaces, which were large interfaces defining…
How many rows should SELECT FOR UPDATE LIMIT 1 lock ?
What’s the difference between these two and when are they thrown? (and hwo to catch them)