A deep-dive into progressive deployments, specifically Canary, on Kubernetes with Flagger using ingress-controller or a service mesh. How it works? I ran into some pitfalls and wrote about it, so you don't need to solve it too.
Why Terraform data sources are preferable over remote state, with use-cases using multiple filters based on tags to filter resources dynamically
Practical web client unit-testing in Go by mocking the server side, now with HTTPS enabled
Practical web client unit-testing in Go by mocking the server side, with examples from my first open-source project