@daspecster
He looks...happy?
micro
Services
Excellent content on microservices.
Microservices are a loosely coupled SOA with bounded contexts.
http://martinfowler.com/articles/microservices.html
http://www.slideshare.net/adriancockcroft/dockercon-state-of-the-art-in-microservices
Light instances of your services allow for flexible and quick scaling. Also increase portability and repeatability.
Containerize all the things!
But first...
Reactive programming is programming with asynchronous data streams
http://www.infoq.com/presentations/reactive-programming-netflix
https://gist.github.com/staltz/868e7e9bc2a7b8c1f754
By Thomas Schultz