[
  {
    "path": "README.md",
    "content": "# Awesome Software and Architectural Design Patterns \n<br>\n\n<img alt=\"PRs Welcome\" src=\"https://img.shields.io/badge/PRs-welcome-brightgreen.svg\" /> <a href=\"https://gitter.im/awesome-design-patterns/Lobby\"><img src=\"https://badges.gitter.im/awesome-design-patterns/Lobby.svg\" alt=\"awesome\"></a> <a href=\"http://awesome.re\"><img src=\"https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg\" alt=\"awesome\"></a> \n\n<br>\n\n> A curated list of software and architecture related design patterns.\n\n[Software design pattern](https://en.wikipedia.org/wiki/Software_design_pattern) - A general, reusable solution to a commonly occurring problem within a given context in software design. It is a description or template for how to solve a problem that can be used in many different situations. \n\n\n\n<br>\n\n## Contents\n- [Programming language design patterns](#programming-language-design-patterns)\n- [General Architecture](#general-architecture)\n- [Cloud Architecture](#cloud-architecture)\n- [Serverless Architecture](#serverless-architecture)\n- [Micro services & Distributed Systems](#micro-services--distributed-systems)\n- [Internet of things](#internet-of-things)\n- [Big Data](#big-data)\n- [Machine Learning](#machine-learning)\n- [Databases and storage](#databases)\n- [DevOps & containers](#devops--containers)\n- [Mobile](#mobile)\n- [Front End Development](#front-end-development)\n- [Security](#security)\n\n<br>\n\n## Programming Language Design Patterns\n\n- AngularJS\n\t- [design patterns](https://github.com/mgechev/angularjs-in-patterns)\n- C#\n\t- [design-patterns](https://github.com/abishekaditya/DesignPatterns) \n\t- [design-patterns-for-human](https://github.com/anupavanm/csharp-design-patterns-for-humans) - ultra simplified explanation to design patterns.\n\t- [Design Patterns Library](https://github.com/nemanjarogic/DesignPatternsLibrary)\n- C++\n\t- [design-patterns](http://www.vincehuston.org/dp/)\n- Closure\n\t- [design-patterns](https://arturoherrero.com/closure-design-patterns/)\n- Go\n\t- [design-patterns](https://github.com/tmrts/go-patterns)\n- Java\n\t- [sourcemaking](https://sourcemaking.com/design_patterns) - patterns and anti patterns.\n\t- [oodesign](https://www.oodesign.com/)  - patterns catalog with UML diagrams.\n\t- [design-patterns](https://github.com/iluwatar/java-design-patterns)\n\t- [effective-java patterns](https://github.com/HugoMatilla/Effective-JAVA-Summary) - patterns from the Effective Java book.\n\t- [Design patterns implemented in Java](https://java-design-patterns.com/patterns/)\n\t- [Effective-Java-3rd-Joshua-Bloch](https://www.amazon.com/Effective-Java-3rd-Joshua-Bloch/dp/0134685997/ref=pd_sim_14_7)\n- JavaScript\n\t- [es6 design patterns](https://github.com/ziyasal/design-patterns-and-idioms-in-es6)\n\t- [humans](https://github.com/sohamkamani/javascript-design-patterns-for-humans) - ultra simplified explanation to design patterns.\n\t- [design-patterns](https://github.com/nnupoor/js_designpatterns)\n\t- [design patterns by addy osmani](https://addyosmani.com/resources/essentialjsdesignpatterns/book)\n- Kotlin\n\t- [design-patterns](https://github.com/dbacinski/Design-Patterns-In-Kotlin) \n- Node\n\t- [Real world design patterns with Node.js](https://github.com/nimit95/Real-world-Design-Patterns-Node-JS)\n\t- [Node.js Design Patterns](https://www.packtpub.com/web-development/nodejs-design-patterns-second-edition)\n- Object Oriented\n\t- [Design-Patterns-Elements-Reusable-Object-Oriented](https://www.amazon.com/Design-Patterns-Elements-Reusable-Object-Oriented/dp/0201633612/ref=sr_1_4?s=books&ie=UTF8&qid=1528136036&sr=1-4&keywords=design+patterns)\n\t- [Head-First-Design-Patterns-Brain-Friendly](https://www.amazon.com/Head-First-Design-Patterns-Brain-Friendly/dp/0596007124/ref=pd_sim_14_4)\n\t- [Object Design Style Guide](https://www.manning.com/books/object-design-style-guide)\n- PHP\n\t- [humans](https://github.com/kamranahmedse/design-patterns-for-humans) - ultra simplified explanation to design patterns.\n\t- [design-patterns](https://github.com/domnikl/DesignPatternsPHP) \n- Python\n\t- [design-patterns](https://github.com/faif/python-patterns) \n\t- [PyPattyrn](https://github.com/tylerlaberge/PyPattyrn) - A simple library for implementing common design patterns.\n\t- [Python Design Patterns](https://python-patterns.guide/)\n\t- [Design Patterns in Python](https://refactoring.guru/design-patterns/python)\n\t- [Django Design Patterns and Best Practices](https://arunrocks.com/static/book/django-design-patterns-best-practices-2-ed)\n- React\n\t- [design-patterns](http://krasimirtsonev.com/blog/article/react-js-in-design-patterns)\n\t- [react-bits](https://github.com/vasanthk/react-bits)\n\t- [reactpatterns.com](https://reactpatterns.com)\n- Ruby\n\t- [design-patterns](https://github.com/davidgf/design-patterns-in-ruby) \n- Rust\n\t- [design-patterns](https://rust-unofficial.github.io/patterns/) \n\n- Scala\n\t- [design-patterns](https://github.com/josephguan/scala-design-patterns)\n- Swift\n\t- [design-patterns](https://github.com/ochococo/Design-Patterns-In-Swift)\n- TypeScript\n\t- [design-patterns](https://github.com/torokmark/design_patterns_in_typescript)\n- UML\n\t- [design-patterns quick reference](http://www.mcdonaldland.info/2007/11/28/40)\n\t- [design-patterns cheat-sheet](https://www.slideshare.net/hustwj/design-patterns-cheat-sheet)\n- Vue.js\n\t- [Vue Patterns](https://learn-vuejs.github.io/vue-patterns/) - Useful Vue patterns, techniques, tips and tricks and curated helpful links.\n- Elixir\n\t- [design-patterns](https://github.com/joshnuss/design-patterns-in-elixir)\n\t- [the-pipeline](https://mattpruitt.com/articles/the-pipeline) - The Pipeline is defined by a collection of functions that take a data structure as an argument and return the same type of data structure\n\t\n\t\n## General Architecture\n- [10 common architectural patterns](https://towardsdatascience.com/10-common-software-architectural-patterns-in-a-nutshell-a0b47a1e9013) - 10 Common software architectural patterns in a nutshell.\n- [reactive design patterns](https://www.reactivedesignpatterns.com/categories.html) - This website accompanies the book Reactive Design Patterns by Roland Kuhn.\n- [scalable System Design Patterns](https://dzone.com/articles/scalable-system-design) - Scalable system design techniques.\n- [martin fowler](https://martinfowler.com/eaaCatalog) - Catalog of Patterns of Enterprise Application Architecture.\n- [system-design-primer](https://github.com/donnemartin/system-design-primer) - Design large-scale systems.\n- [architecting-for-reliability](https://medium.com/becloudy/architecting-for-reliability-part-1-concepts-17028343089) - Architecting for Reliability Part 1/3.\n- [InnerSource Patterns](https://patterns.innersourcecommons.org/) - Patterns for implementing InnerSource, the use of open source principles and practices for software development within the confines of an organization.\n\n\n## Cloud Architecture\n- [Cloud cost hacking](https://hackernoon.com/cloud-cost-hacking-fc35fd19985d) - Patterns for reducing cloud costs. \n- [AWS cloud design patterns](http://en.clouddesignpattern.org/index.php/Main_Page) - The AWS Cloud Design Patterns (CDP).\n- [Azure cloud design patterns](https://docs.microsoft.com/en-us/azure/architecture/patterns) - Building reliable, scalable, secure applications in the cloud.\n- [cloud computing patterns](http://www.cloudcomputingpatterns.org) - Cloud Computing Patterns.\n- [Google Cloud Solutions](https://gcp.solutions) - Real business cases solutions with diagrams on GCP.\n- [saas tenant isolation strategies](https://d1.awsstatic.com/whitepapers/saas-tenant-isolation-strategies.pdf) - Isolating Resources in a Multi-Tenant Environment\n- [design patterns for multi-tenancy](https://www.nagarro.com/en/blog/architectural-design-patterns-aws-multi-tenancy) - Architectural design patterns for multi-tenancy on AWS\n\n\n## Serverless Architecture\n- [serverless architecture](https://thenewstack.io/serverless-architecture-five-design-patterns) - Serverless Architecture: Five Design Patterns.\n- [solving problems in serverless](https://freecontent.manning.com/patterns-for-solving-problems-in-serverless-architectures) - Patterns for Solving Problems in Serverless Architectures.\n- [serverless patterns](https://www.jeremydaly.com/serverless-microservice-patterns-for-aws/) - serverless microservice patterns for aws.\n- [serverless-reference-architectures](https://www.jeremydaly.com/serverless-reference-architectures//) - serverless microservice patterns with deployment scripts.\n- [serverless-patterns-collection](https://serverlessland.com/patterns) - Serverless Patterns Collection.\n- [serverless-design-patterns-and-best-practices](https://www.packtpub.com/free-ebook/serverless-design-patterns-and-best-practices/9781788620642)\n\n\n## Micro services & Distributed Systems\n- [microservices](http://microservices.io/patterns) - A pattern language for microservices.\n- [microservices-anti patterns](https://www.oreilly.com/ideas/microservices-antipatterns-and-pitfalls) - Microservices antipatterns and pitfalls.\n- [12factor](https://12factor.net) - The twelve-factor methodology.\n- [microservices-sync-vs-async](https://dzone.com/articles/patterns-for-microservices-sync-vs-async) - Microservices patterns, synchronous and asynchronous.\n- [message-queues](http://tech.forter.com/comparing-message-queue-architectures-on-aws) - Comparing-message-queue-architectures.\n- [enterprise Integration Patterns](http://www.enterpriseintegrationpatterns.com/patterns/messaging/toc.html) - Patterns and Best Practices for Enterprise Integration.\n- [martinfowler](https://martinfowler.com/articles/patterns-of-distributed-systems/) - Patterns of Distributed Systems.\n\n## Internet of things\n- [iot-communication-patterns](https://dzone.com/articles/strengths-and-weaknesses-of-iot-communication-patterns) - Strengths and Weaknesses of IoT Communication Patterns.\n- [design-patterns-for-iot](https://community.arm.com/iot/b/blog/posts/design-patterns-for-an-internet-of-things) - A Design Pattern Framework for IoT Architecture.\n\n## Big Data\n- [mapreduce-patterns](https://highlyscalable.wordpress.com/2012/02/01/mapreduce-patterns) - Map-reduce patterns.\n- [streaming-realtime-analytics](https://iwringer.wordpress.com/2015/08/03/patterns-for-streaming-realtime-analytics) - 13 Stream Processing Patterns for building Streaming and Realtime Applications.\n\n## Machine Learning\n- [distributed-ml-patterns](https://github.com/terrytangyuan/distributed-ml-patterns) - Distributed machine learning system patterns.\n\n## Databases and Storage\n- SQL\n\t- [database tenancy patterns](https://docs.microsoft.com/en-us/azure/sql-database/saas-tenancy-app-design-patterns) - Multi-tenant SaaS database tenancy patterns\n\t- [databaseanswers](http://www.databaseanswers.org/data_models) -  Industry-specific SQL Data Models in 50 categories.\n\t- [database-programmer](http://database-programmer.blogspot.com/2008/01/table-design-patterns.html) - Table-design-patterns.\n\t- [red-gate](https://www.red-gate.com/simple-talk/sql/database-administration/five-simple-database-design-errors-you-should-avoid) -  five simple database design errors you should avoid.\n\t- [talend](https://www.talend.com/blog/2017/05/05/data-model-design-best-practices-part-1) - Data model design best practices. \n\t- [sqlcheck](https://github.com/jarulraj/sqlcheck) - Anti-patterns in SQL queries.\n\t- [Data warehouse patterns](https://aws.amazon.com/blogs/big-data/etl-and-elt-design-patterns-for-lake-house-architecture-using-amazon-redshift-part-1/) - ETL and ELT design patterns for lake house architecture using Amazon Redshift\n- NOSQL\n\t- [nosql resilience patterns](https://www.ebayinc.com/stories/blogs/tech/practical-nosql-resilience-design-pattern-for-the-enterprise) - Practical NoSQL resilience design pattern for the enterprise.\n\t- [nosql-patterns](https://dzone.com/articles/introduction-nosql-patterns) - Pragmatic Programming Techniques.\n\t- [mongodb](https://dzone.com/articles/mongodb-design-patterns) - Mongodb design patterns.\n\t- [MongoDB Applied Design Patterns](http://shop.oreilly.com/product/0636920027041.do)\n\t- [DynamoDB design patterns](https://amazon-dynamodb-labs.com/design-patterns.html)- Advanced design patterns for Amazon DynamoDB\n\t- [Redis applied design patterns](https://redislabs.com/redis-best-practices/introduction/) - Redis Applied Design Patterns book\n- Storage\n\t- [storage patterns](https://aws.amazon.com/blogs/storage/comparing-your-on-premises-storage-patterns-with-aws-storage-services/)- Comparing your on-premises storage patterns with AWS Storage services\n\t- [S3 Design Patterns](https://d1.awsstatic.com/whitepapers/AmazonS3BestPractices.pdf) - Best Practices Design Patterns: Optimizing Amazon S3 Performance\n\n## DevOps & containers\n- [containerspatterns](https://l0rd.github.io/containerspatterns) - There are a Thousand Ways to Use Containers.\n- [kubernetes](https://github.com/gravitational/workshop/blob/master/k8sprod.md) - Kubernetes Production Patterns.\n- [container-design-patterns](https://vitalflux.com/container-design-patterns-kubernetes-pods-design) - Container Design Patterns for Kubernetes Pods Design.\n- [best-practices-for-shell-scripts](https://stackoverflow.com/questions/78497/design-patterns-or-best-practices-for-shell-scripts) - Best practices for shell scripts.\n- [kubernetes patterns](https://github.com/ro14nd-talks/kubernetes-patterns) - Presentation around the book kubernetes paterns.\n- [kubernetes patterns book](https://k8spatterns.io/)\n- [cdk patterns](https://cdkpatterns.com/) - cdk patterns.\n- [CDK Construct Catalog](https://awscdk.io/) - CDK construct catalog.\n \n\n## Mobile\n- IOS\n\t- [ios-architecture-patterns](https://medium.com/ios-os-x-development/ios-architecture-patterns-ecba4c38de52)\n- Android\n\t- [design-patterns-for-android](https://www.raywenderlich.com/109843/common-design-patterns-for-android) -  Common Design Patterns for Android. \n\t- [mvc-mvp-and-mvvm](https://academy.realm.io/posts/eric-maxwell-mvc-mvp-and-mvvm-on-android) -  The MVC, MVP, and MVVM Smackdown. \n\t\n\t\n## Front-End Development\n- [user Interface](http://ui-patterns.com) - User Interface Design patterns.\n- [oocss-acss-bem-smacss](http://clubmate.fi/oocss-acss-bem-smacss-what-are-they-what-should-i-use) - OOCSS, ACSS, BEM, SMACSS: what are they? What should I use?\n- [css-protips](https://github.com/AllThingsSmitty/css-protips) - A collection of tips to help take your CSS skills pro.\n- [responsive design patterns](https://bradfrost.github.io/this-is-responsive/patterns.html#layout) - A collection of patterns and modules for responsive designs.\n- [front-End Architecture]\n\t- [mv*](https://proandroiddev.com/mvc-mvp-mvvm-clean-viper-redux-mvi-prnsaaspfruicc-building-abstractions-for-the-sake-of-building-18459ab89386) - MVC/MVP/MVVM/CLEAN/VIPER/REDUX/MVI/PRNSAASPFRUICC.\n\t- [martinfowler](https://martinfowler.com/eaaDev/uiArchs.html) - GUI Architectures.\n\n## Security\n- [opensecurityarchitecture](http://www.opensecurityarchitecture.org/cms/library/patternlandscape) - Security Architecture Patterns.\n- [martinfowler](https://www.martinfowler.com/articles/web-security-basics.html) - Web-security-basics.\n- [cloud-security](https://www.infoq.com/articles/cloud-security-architecture-intro) - Cloud security architecture intro.\n- [owasp](https://www.owasp.org/index.php/Security_by_Design_Principles) - Security by Design Principles.\n- [azure-security](https://docs.microsoft.com/en-us/azure/security/security-best-practices-and-patterns) - Azure security best practices and patterns.\n\n## Books\n- [Django Design Patterns and Best Practices](https://arunrocks.com/static/book/django-design-patterns-best-practices-2-ed)\n- [MongoDB Applied Design Patterns](http://shop.oreilly.com/product/0636920027041.do)\n- [Design-Patterns-Elements-Reusable-Object-Oriented](https://www.amazon.com/Design-Patterns-Elements-Reusable-Object-Oriented/dp/0201633612/ref=sr_1_4?s=books&ie=UTF8&qid=1528136036&sr=1-4&keywords=design+patterns)\n- [Head-First-Design-Patterns-Brain-Friendly](https://www.amazon.com/Head-First-Design-Patterns-Brain-Friendly/dp/0596007124/ref=pd_sim_14_4)\n- [Effective-Java-3rd-Joshua-Bloch](https://www.amazon.com/Effective-Java-3rd-Joshua-Bloch/dp/0134685997/ref=pd_sim_14_7)\n- [Node.js Design Patterns](https://www.packtpub.com/web-development/nodejs-design-patterns-second-edition)\n- [Game Programming Patterns](https://github.com/munificent/game-programming-patterns)\n- [Object Design Style Guide](https://www.manning.com/books/object-design-style-guide)\n- [Spring Boot in Practice](https://www.manning.com/books/spring-boot-in-practice)\n- [Designing Microservices](https://www.manning.com/books/designing-microservices)\n\n## Other Awesome Lists\n- Other amazingly awesome lists can be found in the [awesome](https://github.com/sindresorhus/awesome) list.\n\n## Contributing\n- Your contributions are always welcome! Please read the [contribution guidelines](contributing.md) first.\n\n## License\n\n[![CC0](http://mirrors.creativecommons.org/presskit/buttons/88x31/svg/cc-zero.svg)](https://creativecommons.org/publicdomain/zero/1.0) \n\n\nTo the extent possible under law, [Dov Amir](https://github.com/DovAmir) has waived all copyright and related or neighboring rights to this work.\n"
  },
  {
    "path": "_config.yml",
    "content": "theme: jekyll-theme-architect"
  },
  {
    "path": "contributing.md",
    "content": "# Contribution Guidelines\n\nPlease ensure your pull request adheres to the following guidelines:\n\n- Good design patterns resources should describe and explain several patterns (not describe a single pattern only).\n- Search previous suggestions before making a new one, as yours may be a duplicate.\n- Use the following format: `[name](link) - Description.`\n- New categories, or improvements to the existing categorization are welcome.\n- Keep descriptions short and simple, but descriptive.\n- End all descriptions with a full stop/period.\n- Check your spelling and grammar.\n- The pull request should include a link to the package and why it should be included.\n- Patterns should be software related\n\n\nThank you for your suggestions!\n\n# Contribution to GitHub steps\n\n- Fork it!\n- Create your branch: git checkout -b my-new-branch\n- Commit your changes: git commit -am 'fix stuff'\n- Push to the branch: git push origin my-new-branch\n- Submit a pull request\n\n(or manually edit the readme file in github and create a pull request)\n"
  }
]