Microservice
May 7, 2020 By David Torre
A design pattern used to create small, functionally independent services which can produce, manipulate, and/or store information. In contrast to large and monolithic systems, systems of many microservices allow broader logical system to be upgraded and modified faster and by independent teams.
Related Articles: