General
32 views
Microservice Architecture
Quick Definition
Structuring apps as loosely coupled independent services
Full Definition
Structuring applications as collections of loosely coupled independently deployable services.
Examples
API gateway, service mesh, independent databases, event-driven
Related Terms
microservices
distributed-systems
api-gateway
More General Terms
Monitoring
Observing system behavior for issues and optimization
Scrum
Agile framework using fixed-length sprints
Version Control
Systems tracking code changes for collaboration
Data Pipeline
Series of processing steps moving data from source to destination
API Design
Creating consistent and intuitive APIs for software
Technical Debt
Cost of rework from easy solutions over better ones