Backend
140 views
Repository Pattern
Quick Definition
Design pattern abstracting data access behind an interface
Full Definition
A design pattern abstracting data layer behind an interface for cleaner separation of concerns.
Examples
data access abstraction, testable code, domain-driven design
Related Terms
design-patterns
ddd
orm
More Backend Terms
REST API
Architectural style for designing networked APIs
Circuit Breaker
Pattern preventing cascading failures by halting failing requests
Saga Pattern
Pattern managing distributed transactions with compensating actions
API Gateway
Server managing API traffic between clients and services
Server Sent Events
Server-to-client unidirectional real-time updates over HTTP
OAuth
Open standard for token-based authentication and authorization