GoF Design Patterns in Go: Practical Examples

Explore the 23 Gang of Four (GoF) design patterns in Go with clear explanations and code snippets, grouped into creational, structural, and behavioral categories.

April 15, 2025

The Generic Protocol Pattern in Go: Designing Extensible CLI Interfaces

Learn how to implement a flexible and extensible protocol pattern in Go for building structured CLI interfaces and stream-based IPC communication.

June 24, 2025

Architectural Patterns in Go: MVC, Hexagonal, CQRS, and Microservices

Understand the difference between design patterns and architectural patterns. Explore how MVC, Hexagonal, CQRS, and Microservices can be applied in Go projects with practical insights and examples.

September 6, 2025

REST vs GraphQL vs WebSocket vs gRPC: API Styles and Contracts in Go

From REST to GraphQL, WebSocket, and gRPC โ€” explore API communication patterns and how contracts like OpenAPI, Swagger, and Protobuf shape modern Go systems.

September 7, 2025

Enterprise Integration Patterns in Go: Practical Examples

Explore key Enterprise Integration Patterns (EIP) with practical Go examples, covering point-to-point, pub/sub, queues, and event-driven design for distributed systems.

September 22, 2025