From 3628a4539d0b7536f37fa392895642b2938a2a20 Mon Sep 17 00:00:00 2001 From: Ilkka Seppala Date: Sun, 5 Apr 2015 19:18:09 +0300 Subject: [PATCH] Added some inspiration sources. --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 20289d8cd..dd6467677 100644 --- a/README.md +++ b/README.md @@ -516,7 +516,12 @@ The difference is the intent of the patterns. While Proxy controls access to the **For creating/editing UML diagrams** you need [ObjectAid UML Explorer for Eclipse](http://www.objectaid.com/home). -**For inspiration** there is a good list of design patterns at [Wikipedia](http://en.wikipedia.org/wiki/Software_design_pattern). +**For inspiration** check out the following sources: + +* there is a good list of design patterns at [Wikipedia](http://en.wikipedia.org/wiki/Software_design_pattern) +* Martin Fowler's [Catalog of Patterns of Enterprise Application Architecture](http://martinfowler.com/eaaCatalog/) +* [pattern language for microservices](http://microservices.io/patterns/index.html) +* Microsoft's [Cloud Design Patterns](http://download.microsoft.com/download/B/B/6/BB69622C-AB5D-4D5F-9A12-B81B952C1169/CloudDesignPatternsBook-PDF.pdf) **Links to patterns applied in real world applications** are welcome. The links should be added to the corresponding section of the `README.md`.