Update render script and Makefile

This commit is contained in:
Jonas Zeunert
2024-04-22 21:54:39 +02:00
parent 2d63fe63cd
commit 4d0cd768f7
10975 changed files with 47095 additions and 4031084 deletions

View File

@@ -1,4 +1,4 @@
 Awesome Software and Architectural Design Patterns 
 Awesome Software and Architectural Design Patterns 
 
@@ -7,8 +7,8 @@
▐ A curated list of software and architecture related design patterns.
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. 
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. 
@@ -63,8 +63,8 @@
- **Real world design patterns with Node.js** (https://github.com/nimit95/Real-world-Design-Patterns-Node-JS) 
- **Node.js Design Patterns** (https://www.packtpub.com/web-development/nodejs-design-patterns-second-edition)
- Object Oriented
- **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+pa 
tterns) 
- **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) 
- **Head-First-Design-Patterns-Brain-Friendly** (https://www.amazon.com/Head-First-Design-Patterns-Brain-Friendly/dp/0596007124/ref=pd_sim_14_4) 
- **Object Design Style Guide** (https://www.manning.com/books/object-design-style-guide) 
- PHP
@@ -98,18 +98,20 @@
- **Vue Patterns** (https://learn-vuejs.github.io/vue-patterns/) - Useful Vue patterns, techniques, tips and tricks and curated helpful links.
- Elixir
- **design-patterns** (https://github.com/joshnuss/design-patterns-in-elixir) 
- **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
- **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 
 
 
General Architecture
- 10 common architectural patterns (https://towardsdatascience.com/10-common-software-architectural-patterns-in-a-nutshell-a0b47a1e9013) - 10 Common software architectural patterns in a nutshell.
- 10 common architectural patterns (https://towardsdatascience.com/10-common-software-architectural-patterns-in-a-nutshell-a0b47a1e9013) - 10 Common software architectural patterns in a 
nutshell.
- reactive design patterns (https://www.reactivedesignpatterns.com/categories.html) - This website accompanies the book Reactive Design Patterns by Roland Kuhn.
- 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.
- architecting-for-reliability (https://medium.com/becloudy/architecting-for-reliability-part-1-concepts-17028343089) - Architecting for Reliability Part 1/3.
- 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.
- 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.
Cloud Architecture
@@ -146,7 +148,8 @@
Big Data
- mapreduce-patterns (https://highlyscalable.wordpress.com/2012/02/01/mapreduce-patterns) - Map-reduce patterns.
- 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.
- 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.
Machine Learning
- distributed-ml-patterns (https://github.com/terrytangyuan/distributed-ml-patterns) - Distributed machine learning system patterns.
@@ -159,17 +162,19 @@
- **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. 
- **talend** (https://www.talend.com/blog/2017/05/05/data-model-design-best-practices-part-1) - Data model design best practices.  
- **sqlcheck** (https://github.com/jarulraj/sqlcheck) - Anti-patterns in SQL queries. 
- **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 architectu 
re using Amazon Redshift 
- **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 l 
ake house architecture using Amazon Redshift 
- NOSQL
- **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.
- **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 e 
nterprise. 
- **nosql-patterns** (https://dzone.com/articles/introduction-nosql-patterns) - Pragmatic Programming Techniques. 
- **mongodb** (https://dzone.com/articles/mongodb-design-patterns) - Mongodb design patterns. 
- **MongoDB Applied Design Patterns** (http://shop.oreilly.com/product/0636920027041.do) 
- **DynamoDB design patterns** (https://amazon-dynamodb-labs.com/design-patterns.html)- Advnaced design patterns for Amazon DynamoDB 
- **Redis applied design patterns** (https://redislabs.com/redis-best-practices/introduction/) - Redis Applied Design Patterns book 
- Storage
- **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
- **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 Stor 
age services 
- **S3 Design Patterns** (https://d1.awsstatic.com/whitepapers/AmazonS3BestPractices.pdf) - Best Practices Design Patterns: Optimizing Amazon S3 Performance 
DevOps & containers
@@ -197,7 +202,8 @@
- css-protips (https://github.com/AllThingsSmitty/css-protips) - A collection of tips to help take your CSS skills pro.
- responsive design patterns (https://bradfrost.github.io/this-is-responsive/patterns.html#layout) - A collection of patterns and modules for responsive designs.
- front-End Architecture 
- **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.
- **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/PRNSAA 
SPFRUICC. 
- **martinfowler** (https://martinfowler.com/eaaDev/uiArchs.html) - GUI Architectures. 
Security