useful-stuff

A place to keep all those useful code snippets, links etc

View project on GitHub

Self-Contained Systems (SCS)

An architectural pattern that has elements of microservices but concentrates on building complete systems with the primary integration being at the user layer through links. In my opinion on paper a good compromise on Netflix style microservices everywhere, but it does imply a fair degree of common standards between systems.

More information on the website.

There is a good Info Q presentation on its use at Starling Bank.