Link: Goodbye Microservices: From 100s of problem children to 1 superstar

“Briefly, microservices is a service-oriented software architecture in which server-side applications are constructed by combining many single-purpose, low-footprint network services. The touted benefits are improved modularity, reduced testing burden, better functional composition, environmental isolation, and development team autonomy. The opposite is a Monolithic architecture, where a large amount of functionality lives in a single service which is tested, deployed, and scaled as a single unit.”

That’s a good definition!
Original source: Goodbye Microservices: From 100s of problem children to 1 superstar