Tag: design-patterns
- Repository Pattern in Golang: Redis and External API as providers (09 Jun 2023)
The Repository Pattern is a software design pattern that provides an abstraction layer between the business logic of an application and the persistence layer (typically a database). It helps to separate the concerns and provides a consistent interface to access and manage data.