About 13 results
https://rednafi.com/go/gateway-pattern/ · 3 Aug 2025
Separate business logic from external service calls using the Gateway pattern. Apply dependency inversion and interface segregation in Go.
https://rednafi.com/misc/notes-on-event-driven-systems/ · 21 Sep 2024
Deep dive into event-driven architecture patterns. Learn publish-subscribe, CQRS, outbox pattern, eventual consistency, and handling microservice coupling.
https://rednafi.com/misc/protobuffed-contracts/ · 10 May 2024
Define service contracts with Protocol Buffers for non-gRPC systems. Generate serializers, maintain self-documented APIs, and ensure cross-language compatibility.