Backend
30 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
HTTP Methods
Standardized verbs defining actions on REST resources
Webhook
HTTP callback triggered by specific events
Event-Driven Architecture
Design pattern where components communicate via events
Dead Letter Queue
Queue for messages that fail processing after retries
REST API
Architectural style for designing networked APIs
Idempotency
Property where multiple operations produce same result as once