Roadmap to becoming a developer in 2022
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

10 lines
1.0 KiB

# Microservices
Microservices are an architectural approach to software development that allows the creation of a distributed application from deployable services that allow communication through a well-defined API. Being a solution to monoliths.
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://developer.ibm.com/learningpaths/get-started-application-modernization/intro-microservices/introduction/'>Introduction to microservices</BadgeLink>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://microservices.io/index.html'>Microservice Patterns and Resources by Chris Richardson</BadgeLink>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.oreilly.com/content/microservices-antipatterns-and-pitfalls/'>Microservices AntiPatterns and Pitfalls - Mark Richards</BadgeLink>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://samnewman.io/books/building_microservices_2nd_edition/'>Building Microservices, 2nd Edition - Sam Newman</BadgeLink>