Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
-
Updated
Oct 17, 2021 - Python
{{ message }}
Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
Design patterns implemented in Java
The Patterns of Scalable, Reliable, and Performant Large-Scale Systems
An ultra-simplified explanation to design patterns
A collection of design patterns/idioms in Python
To Be Top Javaer - Java工程师成神之路
sample code for several design patterns in PHP 8
Curated list of Go design patterns, recipes and idioms
A curated list of software and architecture related design patterns.
Functional css for humans
Sample ASP.NET Core 5.0 reference application, powered by Microsoft, demonstrating a layered application architecture with monolithic deployment model. Download the eBook PDF from docs folder.
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
Design Patterns implemented in Kotlin
A curated list of awesome articles and resources to learn and practice about software architecture, patterns, and principles.
Guide on Domain-Driven Design, Hexagonal architecture, best practices etc.
Source repo for the book
Let's add MinVer and on successful builds generate a release.
All the 23 (GoF) design patterns implemented in Javascript
An ultra-simplified explanation of design patterns implemented in javascript
Dedicated Resources for the Low-Level System Design. Learn how to design and implement large-scale systems. Prep for the system design interview.
A collection of resources to learn object-oriented programming and related concepts for PHP developers.
Design patterns for humans 中文版 - 对设计模式超简单的解释
GoF Design Patterns with "Real-World" examples involving Food-Related Businesses and mock dependencies
Sample .NET Core REST API CQRS implementation with raw SQL and DDD using Clean Architecture.
Add a description, image, and links to the design-patterns topic page so that developers can more easily learn about it.
To associate your repository with the design-patterns topic, visit your repo's landing page and select "manage topics."
https://github.com/kgrzybek/modular-monolith-with-ddd/blob/54d209639e501301e879aa0d0a84c9ea49e4689e/src/Modules/Meetings/Domain/Meetings/Rules/MeetingAttendeesLimitMustBeGreaterThanGuestsLimitRule.cs#L1-L21
I believe the comparison operator used in the
IsBrokenmethod is wrong because the rule is checking that meeting attendees limit must be greater than guests limit.