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
Monthly Archives: January 2015
Need to install MongoDB, RabbitMQ, or MySQL? Use Docker to simplify dev and test
Almost every interesting application uses at least one infrastructure service such as a database or a message broker. For example, if you tried to build and/or run the Spring Boot-based user registration service you would have discovered that it needs both MongoDB and RabbitMQ. … Continue reading
Posted in docker, microservices, mongodb, rabbitmq
Tagged docker, microservices, mongodb
Leave a comment
The world is an amazing place – the photos on my business cards
I like to order business cards from moo.com since they let you put photos on the back. Here are the photos from the January 2015 order.
Example application for my #qconsf presentation about building microservices with event sourcing and CQRS
My presentation Building microservices with event sourcing and CQRS describes the challenges of functionally decomposing a domain model in a microservices based application. It shows that a great way to solve those problems is with an event-driven architecture that is based on event … Continue reading
Posted in cqrs, event-driven architecture, microservices
Tagged cqrs, event-driven architecture, microservices
4 Comments