Repository Pattern in Golang: Redis and External API as providers
Overview
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...
jorzel.hashnode.dev7 min read