#pattern
3 Artikel tersedia

Mengenal Repository Pattern pada Golang
Dalam buku Domain-Driven Design, Eric Evans menjelaskan bahwa Repository is a mechanism for encapsulating storage, retrieval and search behaviour, which emulates a collection of objects

Cara Implementasi Singleton Design Pattern Golang
Pengertian Dasar Singleton is a software design standard. This standard guarantees the existence of only one instance of a class, while maintaining a global point of access to its object.

Cara Implementasi Concurrency Pattern Fan In dan Fan Out Pada Golang
Channel dalam Go Membuat program bersamaan di Go memiliki pendekatan yang unik.