I Needed to Send an HTTP Request Without Slowing Down My API. Goroutines Fixed That.
In Part 12, I added resilience patterns — retry, timeout, circuit breaker. My backend could now survive Redis going down.
But there was still a problem. When someone created an entry, I needed to notify an external service. A webhook: fire an HTTP PO...
abhishekshr.hashnode.dev7 min read