Blog

Technical notes, lessons learned, and backend engineering insights.

Filter by tags

Selected tags

-

Showing 6 of 22 articles

Factory Method in Go: Creational Pattern with Clean/Hexagonal Implementation thumbnail

Deep dive into Factory Method with 5W+1H, folder tree, and real Go implementation in clean/hexagonal style.

Design Pattern
Golang
Creational
Clean Architecture
Hexagonal
Read article
Abstract Factory in Go: Creational Pattern with Clean/Hexagonal Implementation thumbnail

Deep dive into Abstract Factory with 5W+1H, folder tree, and real Go implementation in clean/hexagonal style.

Design Pattern
Golang
Creational
Clean Architecture
Hexagonal
Read article
Builder in Go: Creational Pattern with Clean/Hexagonal Implementation thumbnail

Deep dive into Builder with 5W+1H, folder tree, and real Go implementation in clean/hexagonal style.

Design Pattern
Golang
Creational
Clean Architecture
Hexagonal
Read article
Prototype in Go: Creational Pattern with Clean/Hexagonal Implementation thumbnail

Deep dive into Prototype with 5W+1H, folder tree, and real Go implementation in clean/hexagonal style.

Design Pattern
Golang
Creational
Clean Architecture
Hexagonal
Read article
Adapter in Go: Structural Pattern with Clean/Hexagonal Implementation thumbnail

Deep dive into Adapter with 5W+1H, folder tree, and real Go implementation in clean/hexagonal style.

Design Pattern
Golang
Structural
Clean Architecture
Hexagonal
Read article
Bridge in Go: Structural Pattern with Clean/Hexagonal Implementation thumbnail

Deep dive into Bridge with 5W+1H, folder tree, and real Go implementation in clean/hexagonal style.

Design Pattern
Golang
Structural
Clean Architecture
Hexagonal
Read article