General
29 views
Microservice
Quick Definition
Small independently deployable focused service
Full Definition
A small independently deployable service that does one thing well.
Examples
auth service, payment service, notification service
Related Terms
microservices
api-gateway
More General Terms
Agile
Iterative approach delivering value incrementally
12-Factor App
Methodology for building scalable maintainable SaaS apps
Inversion of Control
Design principle transferring program flow control to framework
Clean Code
Writing readable maintainable code
Design Patterns
Reusable solutions to common software design problems
Open Source
Software with publicly available source code