From 79add93e0de5435b0a34900f72f20c4a902794a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Colombaro?= Date: Mon, 11 Jun 2018 16:06:57 +0200 Subject: [PATCH] Add Design Patterns for Humans Add the well-known Design Patterns for Humans ressource. https://github.com/kamranahmedse/design-patterns-for-humans --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f53502a..4c7d67a 100644 --- a/README.md +++ b/README.md @@ -79,6 +79,7 @@ - [Scalable System Design Patterns](https://dzone.com/articles/scalable-system-design) - Scalable system design techniques. - [martin fowler](https://martinfowler.com/eaaCatalog/) - Catalog of Patterns of Enterprise Application Architecture. - [system-design-primer](https://github.com/donnemartin/system-design-primer) - Design large-scale systems. +- [patterns for humans](https://github.com/kamranahmedse/design-patterns-for-humans) - Design Patterns for Humans. ## Cloud Architecture - [AWS cloud design patterns](http://en.clouddesignpattern.org/index.php/Main_Page) - The AWS Cloud Design Patterns (CDP).