Want to learn about microservices?
-
Recent Posts
Archives
- March 2017
- February 2017
- January 2017
- September 2016
- August 2016
- March 2016
- February 2016
- January 2016
- December 2015
- September 2015
- May 2015
- April 2015
- January 2015
- December 2014
- November 2014
- September 2014
- July 2014
- May 2014
- April 2014
- March 2014
- November 2013
- June 2013
- April 2013
- March 2013
- February 2013
- January 2013
- November 2012
- October 2012
- September 2012
- May 2012
- January 2012
- September 2011
- August 2011
- July 2011
Categories
Meta
Tag Archives: patterns
Navigating the microservice architecture pattern language – part 1
The microservice architecture pattern language consists of numerous groups of patterns. The value of a pattern language exceeds the sum of it’s individual patterns because it defines these relationships between the patterns: Predecessor – a predecessor pattern is a pattern that … Continue reading
Posted in microservices
Tagged architecture, microservice architecture, microservices, pattern language, patterns
1 Comment
There are no silver bullets
Earlier this year, I wrote a blog post for O’Reilly describing my motivations for creating the microservices pattern language. It begins with: Back in 1986, Fred Brooks, author of The Mythical Man-Month, said that in software engineering, there are no silver … Continue reading
API Gateway pattern
Have a service that acts as the sole entry point into a microservices-based application Consider a mobile shopping application. The product information that it needs to show to the user includes the description, price, reviews, recommendations and shipping information. The ownership of that data … Continue reading
Microservices architecture pattern
Functionally decompose an enterprise server-side application into collection of services that can be developed, deployed and scaled independently A successful application typically grows in complexity as developers implement more and more features. At some point the application becomes so complex … Continue reading