Add content to software-design-architecture (#3343)

* Adding content to 100-clean-code-principles

* Adding content to 101-programming-paradigms

* Adding content to 103-software-design-principles

* Adding content to 104-design-patterns

* Adding content to 105-architectural-principles

* Adding content to 100-primary-principles

* Adding content to 101-paradigm-features

* Adding content to 102-object-oriented-programming

* Adding content to 106-architectural-styles

* Adding content to 107-architectural-patterns

* Adding content to 108-enterprise-patterns

* Adding content to 108-enterprise-patterns

* Update src/roadmaps/software-design-architecture/content/100-clean-code-principles/101-be-consistent.md

* Update src/roadmaps/software-design-architecture/content/100-clean-code-principles/102-meaningful-names.md

* Update src/roadmaps/software-design-architecture/content/100-clean-code-principles/103-indentation-and-code-style.md

* Update src/roadmaps/software-design-architecture/content/100-clean-code-principles/104-keep-it-small.md

* Update src/roadmaps/software-design-architecture/content/100-clean-code-principles/105-pure-functions.md

* Update src/roadmaps/software-design-architecture/content/102-object-oriented-programming/101-paradigm-features/102-scope-visibility.md

* Update src/roadmaps/software-design-architecture/content/102-object-oriented-programming/101-paradigm-features/index.md

* Update src/roadmaps/software-design-architecture/content/102-object-oriented-programming/102-model-driven-design/100-domain-models.md

* Update src/roadmaps/software-design-architecture/content/103-software-design-principles/104-solid.md

* Update src/roadmaps/software-design-architecture/content/104-design-patterns/100-gof-design-patterns.md

* Update src/roadmaps/software-design-architecture/content/100-clean-code-principles/109-use-correct-constructs.md

* Update src/roadmaps/software-design-architecture/content/100-clean-code-principles/110-keep-tests-independent.md

* Update src/roadmaps/software-design-architecture/content/100-clean-code-principles/110-keep-tests-independent.md

* Update src/roadmaps/software-design-architecture/content/100-clean-code-principles/110-keep-tests-independent.md

* Update src/roadmaps/software-design-architecture/content/100-clean-code-principles/111-use-meaningful-names.md

* Update src/roadmaps/software-design-architecture/content/100-clean-code-principles/114-avoid-hasty-abstractions.md

* Update src/roadmaps/software-design-architecture/content/100-clean-code-principles/114-avoid-hasty-abstractions.md

* Update src/roadmaps/software-design-architecture/content/100-clean-code-principles/index.md

* Update src/roadmaps/software-design-architecture/content/102-object-oriented-programming/101-paradigm-features/101-concrete-classes.md

Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>
pull/3351/head
syedmouaazfarrukh 2 years ago committed by GitHub
parent 1f485c21f7
commit c1a53cf3cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      src/roadmaps/software-design-architecture/content/100-clean-code-principles/101-be-consistent.md
  2. 8
      src/roadmaps/software-design-architecture/content/100-clean-code-principles/102-meaningful-names.md
  3. 10
      src/roadmaps/software-design-architecture/content/100-clean-code-principles/103-indentation-and-code-style.md
  4. 4
      src/roadmaps/software-design-architecture/content/100-clean-code-principles/104-keep-it-small.md
  5. 11
      src/roadmaps/software-design-architecture/content/100-clean-code-principles/105-pure-functions.md
  6. 19
      src/roadmaps/software-design-architecture/content/100-clean-code-principles/106-minimize-cyclomatic-complexity.md
  7. 12
      src/roadmaps/software-design-architecture/content/100-clean-code-principles/107-avoid-passing-nulls-booleans.md
  8. 18
      src/roadmaps/software-design-architecture/content/100-clean-code-principles/108-keep-framework-code-distant.md
  9. 10
      src/roadmaps/software-design-architecture/content/100-clean-code-principles/109-use-correct-constructs.md
  10. 18
      src/roadmaps/software-design-architecture/content/100-clean-code-principles/110-keep-tests-independent.md
  11. 18
      src/roadmaps/software-design-architecture/content/100-clean-code-principles/111-use-meaningful-names.md
  12. 8
      src/roadmaps/software-design-architecture/content/100-clean-code-principles/112-code-by-actor.md
  13. 8
      src/roadmaps/software-design-architecture/content/100-clean-code-principles/113-command-query-separation.md
  14. 19
      src/roadmaps/software-design-architecture/content/100-clean-code-principles/114-avoid-hasty-abstractions.md
  15. 19
      src/roadmaps/software-design-architecture/content/100-clean-code-principles/index.md
  16. 8
      src/roadmaps/software-design-architecture/content/101-programming-paradigms/100-structured-programming.md
  17. 11
      src/roadmaps/software-design-architecture/content/101-programming-paradigms/101-functional-programming.md
  18. 11
      src/roadmaps/software-design-architecture/content/101-programming-paradigms/102-object-oriented-programming.md
  19. 15
      src/roadmaps/software-design-architecture/content/101-programming-paradigms/index.md
  20. 7
      src/roadmaps/software-design-architecture/content/102-object-oriented-programming/100-primary-principles/100-inheritance.md
  21. 12
      src/roadmaps/software-design-architecture/content/102-object-oriented-programming/100-primary-principles/101-polymorphism.md
  22. 12
      src/roadmaps/software-design-architecture/content/102-object-oriented-programming/100-primary-principles/102-abstraction.md
  23. 9
      src/roadmaps/software-design-architecture/content/102-object-oriented-programming/100-primary-principles/103-encapsulation.md
  24. 16
      src/roadmaps/software-design-architecture/content/102-object-oriented-programming/100-primary-principles/index.md
  25. 10
      src/roadmaps/software-design-architecture/content/102-object-oriented-programming/101-paradigm-features/100-abstract-classes.md
  26. 10
      src/roadmaps/software-design-architecture/content/102-object-oriented-programming/101-paradigm-features/101-concrete-classes.md
  27. 10
      src/roadmaps/software-design-architecture/content/102-object-oriented-programming/101-paradigm-features/102-scope-visibility.md
  28. 8
      src/roadmaps/software-design-architecture/content/102-object-oriented-programming/101-paradigm-features/103-interfaces.md
  29. 18
      src/roadmaps/software-design-architecture/content/102-object-oriented-programming/101-paradigm-features/index.md
  30. 11
      src/roadmaps/software-design-architecture/content/102-object-oriented-programming/102-model-driven-design/100-domain-models.md
  31. 11
      src/roadmaps/software-design-architecture/content/102-object-oriented-programming/102-model-driven-design/101-anemic-models.md
  32. 15
      src/roadmaps/software-design-architecture/content/102-object-oriented-programming/102-model-driven-design/102-layered-architectures.md
  33. 11
      src/roadmaps/software-design-architecture/content/102-object-oriented-programming/102-model-driven-design/103-domain-language.md
  34. 11
      src/roadmaps/software-design-architecture/content/102-object-oriented-programming/102-model-driven-design/104-class-invariants.md
  35. 10
      src/roadmaps/software-design-architecture/content/102-object-oriented-programming/102-model-driven-design/index.md
  36. 9
      src/roadmaps/software-design-architecture/content/102-object-oriented-programming/index.md
  37. 11
      src/roadmaps/software-design-architecture/content/103-software-design-principles/100-composition-over-inheritance.md
  38. 11
      src/roadmaps/software-design-architecture/content/103-software-design-principles/101-encapsulate-what-varies.md
  39. 11
      src/roadmaps/software-design-architecture/content/103-software-design-principles/102-program-against-abstractions.md
  40. 10
      src/roadmaps/software-design-architecture/content/103-software-design-principles/103-hollywood-principle.md
  41. 16
      src/roadmaps/software-design-architecture/content/103-software-design-principles/104-solid.md
  42. 11
      src/roadmaps/software-design-architecture/content/103-software-design-principles/105-dry.md
  43. 11
      src/roadmaps/software-design-architecture/content/103-software-design-principles/106-yagni.md
  44. 21
      src/roadmaps/software-design-architecture/content/103-software-design-principles/index.md
  45. 15
      src/roadmaps/software-design-architecture/content/104-design-patterns/100-gof-design-patterns.md
  46. 16
      src/roadmaps/software-design-architecture/content/104-design-patterns/101-posa-patterns.md
  47. 16
      src/roadmaps/software-design-architecture/content/104-design-patterns/index.md
  48. 19
      src/roadmaps/software-design-architecture/content/105-architectural-principles/100-component-principles.md
  49. 8
      src/roadmaps/software-design-architecture/content/105-architectural-principles/101-policy-vs-detail.md
  50. 13
      src/roadmaps/software-design-architecture/content/105-architectural-principles/102-coupling-and-cohesion.md
  51. 8
      src/roadmaps/software-design-architecture/content/105-architectural-principles/103-boundaries.md
  52. 9
      src/roadmaps/software-design-architecture/content/105-architectural-principles/index.md
  53. 11
      src/roadmaps/software-design-architecture/content/106-architectural-styles/100-messaging/100-publish-subscribe.md
  54. 11
      src/roadmaps/software-design-architecture/content/106-architectural-styles/100-messaging/101-event-driven.md
  55. 13
      src/roadmaps/software-design-architecture/content/106-architectural-styles/100-messaging/index.md
  56. 10
      src/roadmaps/software-design-architecture/content/106-architectural-styles/101-distributed/100-client-server.md
  57. 10
      src/roadmaps/software-design-architecture/content/106-architectural-styles/101-distributed/101-peer-to-peer.md
  58. 6
      src/roadmaps/software-design-architecture/content/106-architectural-styles/101-distributed/index.md
  59. 10
      src/roadmaps/software-design-architecture/content/106-architectural-styles/102-structural/100-component-based.md
  60. 10
      src/roadmaps/software-design-architecture/content/106-architectural-styles/102-structural/101-monolithic.md
  61. 9
      src/roadmaps/software-design-architecture/content/106-architectural-styles/102-structural/102-layered.md
  62. 13
      src/roadmaps/software-design-architecture/content/106-architectural-styles/102-structural/index.md
  63. 19
      src/roadmaps/software-design-architecture/content/106-architectural-styles/index.md
  64. 11
      src/roadmaps/software-design-architecture/content/107-architectural-patterns/100-cqrs.md
  65. 10
      src/roadmaps/software-design-architecture/content/107-architectural-patterns/101-soa.md
  66. 11
      src/roadmaps/software-design-architecture/content/107-architectural-patterns/102-domain-driven-design.md
  67. 10
      src/roadmaps/software-design-architecture/content/107-architectural-patterns/103-model-view-controller.md
  68. 8
      src/roadmaps/software-design-architecture/content/107-architectural-patterns/104-microservices.md
  69. 9
      src/roadmaps/software-design-architecture/content/107-architectural-patterns/105-blackboard-pattern.md
  70. 7
      src/roadmaps/software-design-architecture/content/107-architectural-patterns/106-microkernel.md
  71. 10
      src/roadmaps/software-design-architecture/content/107-architectural-patterns/107-serverless-architecture.md
  72. 11
      src/roadmaps/software-design-architecture/content/107-architectural-patterns/108-message-queues-streams.md
  73. 11
      src/roadmaps/software-design-architecture/content/107-architectural-patterns/109-event-sourcing.md
  74. 21
      src/roadmaps/software-design-architecture/content/107-architectural-patterns/index.md
  75. 8
      src/roadmaps/software-design-architecture/content/108-enterprise-patterns/100-dtos.md
  76. 11
      src/roadmaps/software-design-architecture/content/108-enterprise-patterns/101-identity-maps.md
  77. 17
      src/roadmaps/software-design-architecture/content/108-enterprise-patterns/102-use-cases.md
  78. 9
      src/roadmaps/software-design-architecture/content/108-enterprise-patterns/103-repositories.md
  79. 9
      src/roadmaps/software-design-architecture/content/108-enterprise-patterns/104-mappers.md
  80. 9
      src/roadmaps/software-design-architecture/content/108-enterprise-patterns/105-transaction-script.md
  81. 10
      src/roadmaps/software-design-architecture/content/108-enterprise-patterns/106-commands-queries.md
  82. 11
      src/roadmaps/software-design-architecture/content/108-enterprise-patterns/107-value-objects.md
  83. 11
      src/roadmaps/software-design-architecture/content/108-enterprise-patterns/108-domain-models.md
  84. 4
      src/roadmaps/software-design-architecture/content/108-enterprise-patterns/109-entities.md
  85. 8
      src/roadmaps/software-design-architecture/content/108-enterprise-patterns/110-orms.md
  86. 19
      src/roadmaps/software-design-architecture/content/108-enterprise-patterns/index.md
  87. 19
      src/roadmaps/software-design-architecture/content/index.md

@ -1 +1,7 @@
# Be consistent
# Be Consistent
Being consistent refers to maintaining a consistent pattern. This can include using consistent naming conventions, data structures, and interfaces throughout the system, as well as adhering to established design principles and best practices. Consistency can help to make the system more maintainable, understandable, and extendable.
Learn more from the following links:
- [10 Tips for Writing Clean Code](https://www.pluralsight.com/blog/software-development/10-steps-to-clean-code)

@ -1 +1,7 @@
# Meaningful names
# Meaningful Names
You should follow the practice of giving clear and descriptive names to different components of a system, such as variables, functions, and classes. This can help to make the system more understandable and maintainable by clearly communicating the purpose of each component and its intended usage.
Learn more from the following links:
- [A Guide for Naming Things in Programming](https://levelup.gitconnected.com/a-guide-for-naming-things-in-programming-2dc2d74879f8)

@ -1 +1,9 @@
# Indentation and code style
# Indentation and Code Style
Indentation is the practice of using whitespace to visually group related lines of code together, making it easier to read and understand the structure of the code. Code style refers to the conventions and guidelines used to format and structure code, such as naming conventions, commenting, and use of whitespace.
Having a consistent indentation and code style can help to make the code more readable and understandable, which can improve the maintainability of the system.
Learn mor from the following links:
- [Clean Code – Formatting](https://www.baeldung.com/cs/clean-code-formatting)

@ -1 +1,3 @@
# Keep it small
# Keep it Small
You should design and implement small, focused components that serve a specific purpose, rather than large, monolithic components that try to do everything. This can help to improve the maintainability and scalability of the system by making it easier to understand, test, and modify individual components.

@ -1 +1,10 @@
# Pure functions
# Pure Functions
A pure function is a specific type of function that meets the following criteria:
- It takes some input, known as arguments, and returns a value or output.
- It does not cause any observable side effects, such as modifying the state of the system or interacting with external resources.
- Given the same input, it will always return the same output.
- It does not depend on any state or variables that are outside of its scope.
Pure functions are considered to be more predictable and easier to test, as their behavior is determined solely by the input they receive and their internal logic. They also make it easier to reason about the behavior of a program, since the output of a pure function is not affected by any external factors. Pure functions are often used in functional programming, where they are considered a key principle. They are also useful in concurrent and parallel programming, as they are less prone to race conditions and other concurrency-related issues.

@ -1 +1,18 @@
# Minimize cyclomatic complexity
# Minimize Cyclomatic Complexity
Cyclomatic complexity is a measure of the structural complexity of a program, which is determined by the number of linearly independent paths through a program's control flow. High cyclomatic complexity can make a program difficult to understand, test, and maintain, so it's often desirable to minimize it in system architecture.
Here are some ways to minimize cyclomatic complexity in system architecture:
- Break down complex functions into smaller, simpler functions that perform specific tasks.
- Use control structures, such as if-else statements and loops, in a consistent and predictable way.
- Use functional programming concepts and techniques, such as immutability and pure functions, to reduce the need for complex control flow.
- Use design patterns, such as the state pattern, to simplify complex control flow.
- Regularly review the code and refactor it to simplify the control flow.
- Use static code analysis tools that can detect and report high cyclomatic complexity in the code.
By following these best practices, the system architecture will be more maintainable, testable, and less error-prone.
Learn more from the following links:
- [How to reduce cyclomatic complexity?](https://kasp9023.medium.com/how-to-make-your-code-more-readable-focus-on-the-happy-path-and-reduce-cyclomatic-complexity-66802b8897b5)

@ -1 +1,11 @@
# Avoid passing nulls booleans
# Avoid Passing Nulls Booleans
Passing nulls or Booleans can lead to unexpected behavior and difficult-to-debug errors in a program. Here are some ways to avoid passing nulls or Booleans in system architecture:
- Use Optionals or Maybe types instead of nulls to indicate the absence of a value. This makes it clear when a value is missing and prevents null reference exceptions.
- Use a default value for function arguments instead of allowing them to be null or Boolean. This eliminates the need to check for null or Boolean values and reduces the potential for errors.
- Use the Null Object pattern to replace null values with a special object that has a defined behavior. This eliminates the need to check for null values and makes the code more readable.
- Use the Ternary operator (?:) instead of if-else statements when working with Booleans. This can make the code more concise and easier to read.
- Use the assert function to check the validity of function arguments and throw an exception if they are invalid.
By following these best practices, the system architecture will be more robust and less error-prone.

@ -1 +1,17 @@
# Keep framework code distant
# Keep Framework Code Distant
Keeping framework code distant refers to separating the application's code from the framework's code. By doing so, it makes it easier to maintain, test, and upgrade the application's codebase and the framework independently.
Here are some ways to keep framework code distant in system architecture:
1. Use an abstraction layer to separate the application code from the framework code. This allows the application code to be written without the need to know the specifics of the framework.
2. Use dependency injection to decouple the application code from the framework code. This allows the application code to use the framework's functionality without having to instantiate the framework objects directly.
3. Avoid using framework-specific libraries or classes in the application code. This makes it easier to switch to a different framework in the future if needed.
4. Use a standard interface for the application code to interact with the framework. This allows the application code to be written without the need to know the specifics of the framework.
5. Keep the application and the framework code in separate projects and/or repositories.
By following these best practices, the system architecture will be more maintainable, testable, and less error-prone, and it will be easier to upgrade or switch the framework if needed.
Learn more from the following links:
- [Clean architecture](https://pusher.com/tutorials/clean-architecture-introduction/)

@ -1 +1,9 @@
# Use correct constructs
# Use Correct Constructs
In the context of clean code principles, "using correct constructs" refers to using appropriate programming constructs, such as loops, conditionals, and functions, in a way that makes the code easy to understand, maintain, and modify.
When using correct constructs, the code should be organized in a logical and intuitive way, making use of appropriate control flow statements and data structures to accomplish the task at hand. This also means that the code should avoid using unnecessary or overly complex constructs that make the code harder to understand or reason about.
Additionally, correct constructs also means to use the right constructs for the right problem, for example, if you want to iterate over an array, use a for loop instead of recursion and also, you should avoid using global variables and instead use function arguments and return values to pass data between different parts of the code.
By using correct constructs, the code will be more readable, more maintainable, and less prone to bugs, making it easier for other developers to understand, debug and extend the code.

@ -1 +1,17 @@
# Keep tests independent
# Keep Tests Independent
Keeping tests independent helps ensures that the tests are reliable, repeatable, and easy to maintain. When tests are independent, a change in one test will not affect the results of other tests.
Here are some ways to keep tests independent in system architecture:
- Use dependency injection to decouple the test code from the application code. This allows the tests to be run without the need to instantiate the application objects directly.
- Use mocks or stubs to isolate the test from external dependencies such as databases, APIs, or other services.
- Use test data that is self-contained and does not rely on external data or state.
- Use a test framework that supports running tests in parallel, so that the tests can be run independently of each other.
- Use test-driven development (TDD), which involves writing tests before writing the application code. This ensures that the tests are independent and that the code is written with testability in mind.
- Avoid global state and shared mutable state as it may cause unexpected results.
Learn more from the following links:
- [Keeping Tests Valuable](https://www.checklyhq.com/learn/headless/valuable-tests/)

@ -1 +1,17 @@
# Use meaningful names
# Use Meaningful Names
Using meaningful names is important for making the code clear, readable, and easy to understand. Meaningful names can help to convey the intent and function of variables, functions, classes, and other elements of the code.
Here are some ways to use meaningful names in system architecture:
- Use descriptive and meaningful names for variables, functions, classes, and other elements of the code.
- Use consistent naming conventions throughout the codebase, such as camelCase for variables and PascalCase for functions and classes.
- Use abbreviations and acronyms sparingly and only if they are widely understood.
- Use meaningful prefixes or suffixes to indicate the type or purpose of a variable or function, such as "is" or "get" for boolean variables or "list" for array variables
- Avoid using single letter variable names or generic names, such as "temp" or "x" that do not convey any meaning.
- Avoid using overly long or complex names that make the code harder to read.
Learn more from the following links:
- [How to Write Meaningful Variable Names?](https://workat.tech/machine-coding/tutorial/writing-meaningful-variable-names-clean-code-za4m83tiesy0)

@ -1 +1,7 @@
# Code by actor
# Code by Actor
"Code by Actor" is a software development technique that encourages developers to organize their code around the actors or entities that interact with it. Actors can be users, systems, or processes that perform a specific role or function within the application. This approach helps to create a clear separation of concerns, making the code more modular, reusable, and easier to understand.
Learn more from the following links:
- [Actor Model Architecture](https://awesome-architecture.com/actor-model-architecture/actor-model-architecture/)

@ -1 +1,7 @@
# Command query separation
# Command Query Separation
Command-Query Separation (CQS) is a software design principle that separates the responsibilities of a method or function into two categories: commands and queries. Commands are methods that change the state of the system, while queries are methods that return information but do not change the state of the system.
Learn more from the following links:
- [CQRS Pattern](https://learn.microsoft.com/en-us/azure/architecture/patterns/cqrs)

@ -1 +1,18 @@
# Avoid hasty abstractions
# Avoid Hasty Abstractions
Creating abstractions is an important part of software development, but creating too many abstractions or creating them too early can lead to unnecessary complexity and make the code harder to understand and maintain.
Here are some ways to avoid hasty abstractions in system architecture:
- Understand the problem that needs to be solved before creating an abstraction.
- Start with a simple solution and only create an abstraction when it becomes clear that the solution is becoming too complex.
- Use code refactoring techniques to simplify the code before creating an abstraction.
- Avoid creating abstractions for the sake of creating abstractions.
- Use established design patterns and practices when creating abstractions, but do not force them into the code.
- Use automated testing to ensure that the abstraction does not introduce new bugs or break existing functionality.
- Create abstraction in a way that it's easy to test, debug, and reason about.
Learn more from the following links:
- [AHA Programming](https://kentcdodds.com/blog/aha-programming)

@ -1 +1,18 @@
# Clean code principles
# Clean Code Principles
Clean code is code that is easy to read, understand, and maintain. It follows a set of principles that are designed to make the code more readable, testable, and less error-prone. Some of the key principles of clean code include:
- Clarity: The code should be easy to read and understand.
- Simplicity: The code should be as simple as possible, avoiding unnecessary complexity.
- Comments: Comments should be used sparingly and only when necessary to explain complex or non-obvious code.
- Naming: Variables, functions, and classes should have meaningful and descriptive names.
- Formatting: The code should be consistently formatted to improve readability.
- Functionality: The code should be organized into small, single-purpose functions and classes.
- Error handling: The code should handle errors in a consistent and predictable way.
- Testing: The code should be testable and have a high test coverage.
- Reusability: The code should be designed to be reusable and modular.
- Performance: The code should be designed to be efficient and performant.
Learn more from the following links:
- [Introduction to Clean Code & Software Design Principles](https://workat.tech/machine-coding/tutorial/introduction-clean-code-software-design-principles-nwu4qqc63e09)

@ -1 +1,7 @@
# Structured programming
# Structured Programming
Structured programming is a programming paradigm that emphasizes the use of structured control flow constructs, such as loops and conditional statements, to organize code into logical, easy-to-understand blocks. It is a way of writing computer programs that emphasizes the use of procedures and functions, as well as data structures, to organize code and make it easier to understand, debug, and maintain. The main idea behind structured programming is to break down a program into smaller, manageable pieces that can be easily understood, tested, and modified. This approach is opposed to the use of "goto" statements, which are considered to be unstructured and can lead to difficult-to-read and difficult-to-maintain code.
Learn more from the following links:
- [Overview of Structured programming](https://www.techtarget.com/searchsoftwarequality/definition/structured-programming-modular-programming)

@ -1 +1,10 @@
# Functional programming
# Functional Programming
Functional programming is a programming paradigm that emphasizes the use of pure functions and immutable data. It is a way of writing computer programs that emphasizes the use of functions and mathematical concepts, such as recursion, rather than using objects and classes like in object-oriented programming. In functional programming, functions are first-class citizens, which means they can be passed as arguments to other functions and returned as values.
Functional programming encourages immutability, which means that once a variable is assigned a value, it cannot be changed. This can simplify code, as it eliminates the need for state management and the bugs that can come with it.
Learn more from the following links:
- [What is Functional Programming?](https://www.codingdojo.com/blog/what-is-functional-programming)
- [Tutorial - Functional Programming?](https://www.youtube.com/watch?v=dAPL7MQGjyM)

@ -1 +1,10 @@
# Object oriented programming
# Object Oriented Programming
Object-oriented programming (OOP) is a programming paradigm that is based on the concept of "objects", which are instances of classes. OOP is a way of organizing and structuring code that is based on the principles of encapsulation, inheritance, and polymorphism.
Encapsulation refers to the idea that an object's internal state should be hidden and accessible only through its methods. This allows the object to control how its data is used and prevents external code from making invalid changes to the object's state.
Learn more from the following links:
- [What is Object Oriented Programming?](https://www.youtube.com/watch?v=pTB0EiLXUC8)
- [Overview of Object-Oriented Programming (OOP)](https://en.wikipedia.org/wiki/Object-oriented_programming)

@ -1 +1,14 @@
# Programming paradigms
# Programming Paradigms
A programming paradigm is a fundamental style or approach to solving problems using a programming language. Different programming paradigms provide different ways of organizing and structuring code, and have different strengths and weaknesses. Some of the most common programming paradigms include:
- Imperative programming
- Functional programming
- Object-oriented programming
- Logic programming
- Declarative programming
Learn more from the following links:
- [Overview of Programming paradigm](https://en.wikipedia.org/wiki/Programming_paradigm)
- [Introduction of Programming Paradigms](https://www.geeksforgeeks.org/introduction-of-programming-paradigms/)

@ -1 +1,8 @@
# Inheritance
Inheritance is a fundamental concept in object-oriented programming (OOP) that allows a new class to inherit the properties and methods of an existing class. The class that is inherited from is called the parent or super class, while the class that inherits is called the child or sub class. Inheritance enables code reuse and allows for a hierarchical organization of classes, where a child class can inherit the properties and methods of its parent class and potentially add or override them. The main advantage of inheritance is that it allows for a clean and organized way to reuse code and share functionality among classes.
Learn more from the following links:
- [What is inheritance in programming?](https://www.youtube.com/watch?v=ajOYOxCanhE)
- [Overview of Inheritance (object-oriented programming)](https://en.wikipedia.org/wiki/Inheritance_(object-oriented_programming))

@ -1 +1,13 @@
# Polymorphism
Polymorphism is a concept in object-oriented programming (OOP) that allows objects of different classes to be treated as objects of a common parent class. This is achieved by defining a common interface for all classes that need to be treated polymorphically. The word polymorphism is derived from Greek, "poly" means many and "morph" means form.
There are two types of polymorphism:
- Compile-time polymorphism (also called static polymorphism or early binding) occurs when the type of the object that is going to be acted upon is determined at compile-time. This is achieved through method overloading, which allows multiple methods to have the same name but different parameters within the same class.
- Run-time polymorphism (also called dynamic polymorphism or late binding) occurs when the type of the object is determined at run-time. This is achieved through method overriding, which allows a child class to provide a specific implementation of a method that is already defined in its parent class.
Learn more from the following links:
- [Overview of Polymorphism in programming](https://www.bmc.com/blogs/polymorphism-programming/)
- [What is polymorphism in programming?](https://www.youtube.com/watch?v=tIWm3I_Zu7I)

@ -1 +1,13 @@
# Abstraction
Abstraction is a concept in object-oriented programming (OOP) that refers to the process of hiding the implementation details of an object and exposing only its essential features. It enables the use of objects without the need to understand the underlying complexity of their internal structure and behavior.
There are two types of abstraction:
- Data abstraction: refers to hiding the internal representation of data and providing a simplified view of the data through a set of well-defined interfaces.
- Behavioral abstraction: refers to hiding the internal behavior of an object and providing a simplified view of its capabilities through a set of well-defined interfaces.
Learn more from the following links:
- [What is Abstraction?](Abstraction)
- [Tutorial - Abstraction](https://www.youtube.com/watch?v=OF55HZPE7lQ)

@ -1 +1,10 @@
# Encapsulation
Encapsulation is a concept in object-oriented programming (OOP) that refers to the practice of wrapping an object's internal data and behavior within a defined interface, and hiding the implementation details from the outside world. It is one of the fundamental concepts of OOP and is closely related to the concepts of data hiding and information hiding.
Encapsulation is achieved by using access modifiers (such as "public," "private," and "protected") to control the visibility and accessibility of an object's data and methods. For example, data members of a class can be declared as private, which means they can only be accessed by methods within the class, while methods can be declared as public, which means they can be called by any code that has a reference to the object.
Learn more from the following links:
- [Overview of Encapsulation](https://en.wikipedia.org/wiki/Encapsulation_(computer_programming))
- [Tutorial - What is encapsulation in programming?](https://www.youtube.com/watch?v=sNKKxc4QHqA)

@ -1 +1,15 @@
# Primary principles
# Primary Principles
There are several primary principles that are considered fundamental to object-oriented programming (OOP). These principles include:
- Encapsulation: The practice of wrapping an object's internal data and behavior within a defined interface, and hiding the implementation details from the outside world.
- Inheritance: The ability of a new class to inherit the properties and methods of an existing class, enabling code reuse and allowing for a hierarchical organization of classes.
- Polymorphism: The ability of objects of different classes to be treated as objects of a common parent class, allowing code to be written in a more general and flexible way.
- Abstraction: The process of hiding the implementation details of an object and exposing only its essential features, reducing complexity and improving the modularity of the code.
- Classes: The blueprint for creating objects, which have both data (attributes) and behavior (methods).
- Objects: Instances of a class, which have their own unique state and behavior.
Learn more from the following links:
- [Principles of Object-Oriented Programming](https://khalilstemmler.com/articles/object-oriented/programming/4-principles/)
- [What are four basic principles of OOP?](https://medium.com/@cancerian0684/what-are-four-basic-principles-of-object-oriented-programming-645af8b43727)

@ -1 +1,9 @@
# Abstract classes
# Abstract Classes
An abstract class is a class in object-oriented programming (OOP) that cannot be instantiated. Instead, it serves as a template or blueprint for other classes to inherit from. An abstract class can contain both abstract and non-abstract methods (abstract methods are methods that do not have any implementation, they just have a signature).
Abstract classes are used to provide a common interface and implementation for a group of related classes. They are also used to define common behavior that must be implemented by all subclasses. A subclass that inherits from an abstract class is called a concrete class, and it must provide an implementation for all the abstract methods declared in the parent class.
Learn more from the following resources:
- [What is an Abstract Class in Object Oriented Programming](https://computinglearner.com/abstract-class-in-object-oriented-programming/)

@ -1 +1,9 @@
# Concrete classes
# Concrete Classes
A concrete class is a class in object-oriented programming (OOP) that can be instantiated, meaning objects can be created from it. A concrete class is a class that provides an implementation for all of the abstract methods declared in its parent class, if it inherits from an abstract class. A concrete class can also be a class that does not inherit from an abstract class, in that case it can have implementation for all of its methods.
Concrete classes are used to provide specific implementation details for a group of related classes that inherit from a common abstract class. They are also used to define unique behavior for a specific class. A concrete class can have its own methods and variables, and can also override the methods of its parent class.
Learn more from the following resources:
- [Concrete class in Java](https://www.geeksforgeeks.org/concrete-class-in-java/)

@ -1 +1,9 @@
# Scope visibility
# Scope Visibility
Scope visibility refers to the accessibility or visibility of variables, functions, and other elements in a program, depending on the context in which they are defined. In object-oriented programming (OOP), scope visibility is controlled through the use of access modifiers, such as "public," "private," and "protected."
- Public: A public element can be accessed from anywhere in the program, both within the class and outside of it.
- Private: A private element can only be accessed within the class in which it is defined. It is not accessible to other classes, even if they inherit from the class.
- Protected: A protected element can only be accessed within the class and its subclasses.
There are variations of scope visibility based on the programming language, but these are the most common.

@ -1 +1,9 @@
# Interfaces
In object-oriented programming (OOP), an interface is a contract or a set of methods that a class must implement. It defines a common set of methods that a class must provide, but it does not provide any implementation details. An interface can include both method signatures and constants.
Interfaces are used to define a common behavior for a group of related classes, and to provide a way for objects of different classes to be treated polymorphically. A class that implements an interface must provide an implementation for all of the methods declared in the interface. A class can implement multiple interfaces, but can only inherit from one base class.
Learn more from the following resources:
- [Fundamental concepts: What's an Interface?](https://www.youtube.com/watch?v=o1jBgdhQsGo)

@ -1 +1,17 @@
# Paradigm features
# Paradigm Features
Object-oriented programming (OOP) is a programming paradigm that is based on the concept of "objects," which are instances of a class. OOP has several key features that distinguish it from other programming paradigms:
- Encapsulation
- Inheritance
- Polymorphism
- Abstraction
- Classes
- Objects
- Interfaces
- Dynamic binding
- Message passing
Learn more from the following resources:
- [Overview of Object-Oriented Paradigm](https://www.tutorialspoint.com/software_architecture_design/object_oriented_paradigm.htm)

@ -1 +1,10 @@
# Domain models
# Domain Models
A domain model is a representation of a specific area of knowledge or business that is used to model the objects and concepts within that domain, and to capture the relationships and constraints between them. In object-oriented programming (OOP), a domain model is typically represented by a set of classes and interfaces, with each class or interface representing a specific concept or object within the domain.
A domain model is used to provide a clear and consistent representation of the problem domain, and to capture the business requirements and constraints of the system. It is also used to guide the design of the system and to ensure that the system accurately reflects the real-world problem it is intended to solve.
Learn more from the following links:
- [Overview of Domain model](https://en.wikipedia.org/wiki/Domain_model)
- [Domain Driven Design](https://khalilstemmler.com/articles/categories/domain-driven-design/)

@ -1 +1,10 @@
# Anemic models
# Anemic Models
An Anemic model, also known as an anemic domain model, is a type of domain model in which the domain objects only contain data (attributes) and lack behavior. An anemic model often results in the use of data-transfer objects (DTOs) and service layer to handle the behavior.
An anemic model is considered an anti-pattern in object-oriented programming (OOP) because it violates the principles of encapsulation and separation of concerns. In an anemic model, the behavior is separated from the data, and is typically implemented in a separate service layer, which can lead to a complex, tightly coupled, and hard-to-maintain codebase.
Learn more from the following links:
- [Overview of Anemic Domain Model](https://en.wikipedia.org/wiki/Anemic_domain_model)
- [What is an Anaemic Domain Model?](https://www.ensonodigital.com/blog/anaemic-domain-model-vs-rich-domain-model)

@ -1 +1,14 @@
# Layered architectures
# Layered Architectures
A layered architecture is a software design pattern in which the functionality of a system is divided into a set of layers, with each layer having a specific responsibility and interacting with the layers above and below it. The main idea behind a layered architecture is to separate the concerns of the system into distinct and independent layers, making the code more modular, easier to understand, test, and modify.
There are several types of layered architectures, but a common one is the three-layer architecture which consists of:
- Presentation Layer
- Business Layer
- Data Access Layer
Learn more from the following links:
- [Software Architecture Patterns — Layered Architecture](https://priyalwalpita.medium.com/software-architecture-patterns-layered-architecture-a3b89b71a057)
- [5 Primary Layers in Software Architecture?](https://www.indeed.com/career-advice/career-development/what-are-the-layers-in-software-architecture)

@ -1 +1,10 @@
# Domain language
# Domain Language
A domain language is a specific vocabulary and set of concepts used to describe and communicate about a specific area of knowledge or business. In software development, a domain language is used to model the objects and concepts within a specific domain, and to capture the relationships and constraints between them.
A domain language is used to provide a common understanding of the problem domain among all stakeholders, including developers, business analysts, and domain experts. It is also used to ensure that the software system accurately reflects the real-world problem it is intended to solve.
Learn more from the following links:
- [Overview of Domain-specific language](https://en.wikipedia.org/wiki/Domain-specific_language)
- [What are Domain Languages (DSLs)?](https://www.jetbrains.com/mps/concepts/domain-specific-languages/)

@ -1 +1,10 @@
# Class invariants
# Class Invariants
A class invariant is a set of conditions that must be true for any object of a class, at any point in time. In object-oriented programming (OOP), class invariants are used to define the valid states of an object and to ensure that the object always remains in a valid state.
Class invariants are typically defined in the constructor of a class and are enforced through the use of private methods and data members that are used to validate the state of the object. They are also checked in the class's methods before and after any operation that can change the state of the object.
Learn more from the following links:
- [Overview of Class invariant](https://en.wikipedia.org/wiki/Class_invariant)
- [The concept of class invariant in object-oriented programming](https://arxiv.org/abs/2109.06557)

@ -1 +1,9 @@
# Model driven design
# Model Driven Design
Model-driven design (MDD) is a software development methodology in which the design of a system is represented by a set of models, and the models are used to drive the development of the system. MDD is based on the idea that the design of a system can be represented by a set of models, and that these models can be used to generate the code for the system.
The main advantage of using MDD is that it allows for a clear separation of concerns between the design and implementation of a system. The models represent the design of the system, and the code is generated from the models, which makes it easier to maintain and evolve the system. Additionally, MDD can also improve the quality of the code, as the models can be used to check for design errors and inconsistencies before the code is generated.
Learn more from the following links:
- [Model Driven Design – theory to practice](https://www.todaysoftmag.com/article/1529/model-driven-design-theory-to-practice)

@ -1 +1,8 @@
# Object oriented programming
# Object Oriented Programming
Object-oriented programming (OOP) is a programming paradigm that is based on the concept of "objects," which are instances of a class. In OOP, a class is a blueprint for creating objects, which have both data (attributes) and behavior (methods). The main idea behind OOP is to model real-world objects and their interactions, making it well-suited for creating complex and large-scale software systems.
Learn more from the following links:
- [Discover Object Oriented Programming](https://blog.hubspot.com/website/object-oriented-programming)
- [Software Development Tutorial - What is object-oriented language?s](https://www.youtube.com/watch?app=desktop&v=SS-9y0H3Si8)

@ -1 +1,10 @@
# Composition over inheritance
# Composition over Inheritance
Composition over inheritance is a programming principle that suggests that it is better to use composition, a mechanism for assembling objects, to create complex objects, rather than using inheritance, which is a mechanism for creating new classes based on existing ones.
Inheritance is a powerful mechanism for creating reusable code, but it can also lead to tightly coupled, hard-to-maintain code. This is because inherited classes are tightly bound to their parent classes and any changes made to the parent class will affect all of its child classes. This makes it hard to change or extend the code without affecting the entire class hierarchy.
Learn more from the following links:
- [Tutorial - Composition over Inheritance](https://www.youtube.com/watch?v=wfMtDGfHWpA)
- [Overview of Composition over Inheritance](https://en.wikipedia.org/wiki/Composition_over_inheritance)

@ -1 +1,10 @@
# Encapsulate what varies
# Encapsulate What Varies
Encapsulate what varies is a programming principle that suggests that code should be organized in such a way that the parts that are likely to change in the future are isolated from the parts that are unlikely to change. This is accomplished by creating interfaces and classes that separate the varying parts of the code from the stable parts.
Encapsulating what varies allows for more flexibility in the code. When changes are needed, they can be made to the encapsulated parts without affecting the rest of the code. This makes it easier to understand, test, and maintain the code.
Learn more from the following resources:
- [What does it mean when one says “Encapsulate what varies”?](https://softwareengineering.stackexchange.com/questions/337413/what-does-it-mean-when-one-says-encapsulate-what-varies)
- [Overview of Encapsulate What Varies](https://bootcamp.uxdesign.cc/software-design-principles-every-developers-should-know-23d24735518e)

@ -1 +1,10 @@
# Program against abstractions
# Program Against Abstractions
Programming against abstractions is a programming principle that suggests that code should be written in such a way that it is not tied to specific implementations, but rather to abstractions. This is accomplished by defining interfaces or abstract classes that define the behavior of a group of related classes without specifying their implementation.
Programming against abstractions allows for more flexibility in the code. When changes are needed, they can be made to the implementation of the abstractions without affecting the code that uses them. This makes it easier to understand, test, and maintain the code.
Learn more from the following resources:
- [What is Abstraction in Programming – And Why is it Useful?](https://www.freecodecamp.org/news/what-is-abstraction-in-programming/)
- [Overview of Abstraction principle](https://en.wikipedia.org/wiki/Abstraction_principle_(computer_programming))

@ -1 +1,9 @@
# Hollywood principle
# Hollywood Principle
The Hollywood Principle is a software development principle that states: "Don't call us, we'll call you." It suggests that high-level components should dictate the flow of control in an application, rather than low-level components.
This principle is often used in the context of inversion of control (IoC) and dependency injection. In traditional software development, low-level components are responsible for creating and managing the high-level components that they depend on. With IoC, the high-level components dictate the flow of control, and the low-level components are created and managed by a separate mechanism.
Learn more from the following resources:
- [Tutorial - Hollywood Principle](https://www.youtube.com/watch?v=lRuygpsXE5s)

@ -1 +1,15 @@
# Solid
# SOLID
SOLID is an acronym that stands for five principles of object-oriented software development, which were first introduced by Robert C. Martin in the early 2000s. These principles are:
- Single Responsibility Principle (SRP)
- Open/Closed Principle (OCP)
- Liskov Substitution Principle (LSP)
- Interface Segregation Principle (ISP)
- Dependency Inversion Principle (DIP)
Learn more from the following resources:
- [Get Started with SOLID](https://www.bmc.com/blogs/solid-design-principles/)
- [SOLID Principles](https://khalilstemmler.com/articles/tags/solid/)
- [Tutorial - What are SOLID principle?](https://www.youtube.com/watch?v=aUCo5cy32kE)

@ -1 +1,10 @@
# Dry
# DRY
DRY (Don't Repeat Yourself) is a software development principle that suggests that code should not have duplicate functionality. The idea is to keep the codebase as simple as possible by eliminating redundancy and duplication. The goal is to reduce complexity and improve maintainability by ensuring that each piece of knowledge is expressed in a single, unambiguous way within the system.
The DRY principle is closely related to the Single Responsibility Principle (SRP) and the Open-Closed Principle (OCP), which are part of the SOLID principles. The DRY principle aims to reduce the amount of duplicate code by creating abstractions that can be reused across the system.
Learn more from the following resources:
- [What is DRY in programming?](https://www.youtube.com/watch?v=Rv3RIc_ziOY)
- [Overview of Don't repeat yourself (DRY)](https://en.wikipedia.org/wiki/Don%27t_repeat_yourself)

@ -1 +1,10 @@
# Yagni
# YAGNI
YAGNI (You Ain't Gonna Need It) is a software development principle that suggests that developers should not add functionality to a codebase unless it is immediately necessary. The idea is to avoid creating unnecessary complexity in the codebase by only adding features that are actually needed.
The YAGNI principle is closely related to the Single Responsibility Principle (SRP) and the Open-Closed Principle (OCP), which are part of the SOLID principles. YAGNI aims to keep the codebase as simple as possible by avoiding the creation of unnecessary abstractions and functionality.
Learn more from the following resources:
- [YAGNI (You Aren’t Gonna Need It) Principle Helps in Efficiency](https://builtin.com/software-engineering-perspectives/yagni)
- [What is YAGNI coding rule, and Why it helps?](https://www.youtube.com/watch?v=2vys1q1dKc4)

@ -1 +1,20 @@
# Software design principles
# Software Design Principles
There are many software design principles that aim to guide the development of software in a way that makes it easy to understand, maintain, and extend. Some of the most common design principles include:
- SOLID principles (Single Responsibility Principle, Open/Closed Principle, Liskov Substitution Principle, Interface Segregation Principle, and Dependency Inversion Principle)
- DRY (Don't Repeat Yourself)
- YAGNI (You Ain't Gonna Need It)
- KISS (Keep It Simple, Stupid)
- LoD (Law of Demeter)
- Composition over Inheritance
- Encapsulate What Varies
- Hollywood Principle
- Program Against Abstractions
By following these design principles, software can be developed in a way that is easy to understand, maintain, and extend, and that is less prone to bugs.
Learn more from the following resources:
- [Principles of Software Design](https://www.geeksforgeeks.org/principles-of-software-design/)
- [Software Design Principles For Beginners](https://www.youtube.com/watch?v=60EqoRcanpo)

@ -1 +1,14 @@
# Gof design patterns
# GoF Design Patterns
The Gang of Four (GoF) design patterns are a set of design patterns for object-oriented software development that were first described in the book "Design Patterns: Elements of Reusable Object-Oriented Software" by Erich Gamma, Richard Helm, Ralph Johnson, and John Vlissides (also known as the Gang of Four).
The GoF design patterns are divided into three categories: Creational, Structural and Behavioral.
- Creational Patterns
- Structural Patterns
- Behavioral Patterns
Learn more from the following links:
- [Gangs of Four (GoF) Design Patterns](https://www.digitalocean.com/community/tutorials/gangs-of-four-gof-design-patterns)
- [Tutorial - Builder Pattern (Gang of Four Design Patterns Series)](https://www.youtube.com/watch?v=_sa2WlAFWQos)

@ -1 +1,15 @@
# Posa patterns
# POSA Patterns
POSA (Patterns of Scaleable and Adaptable Software Architecture) is a set of design patterns for developing software systems that can scale and adapt to changing requirements. These patterns were first described in the book "Patterns of Scalable, Reliable Services" by Kevin Hoffman.
POSA patterns are divided into four categories:
- Partitioning Patterns
- Placement Patterns
- Routing Patterns
- Federation Patterns
Learn more from the following links:
- [POSA Pattern Examples](https://www.youtube.com/watch?v=iYNa_KcWxCU)
- [Overview of Pattern-Oriented Software Architecture](https://en.wikipedia.org/wiki/Pattern-Oriented_Software_Architecture)

@ -1 +1,15 @@
# Design patterns
# Design Patterns
Design patterns are general solutions to common problems that arise in software development. They provide a way to describe and communicate proven solutions to common design problems and they provide a common vocabulary for design. They are not specific to any particular programming language or technology, but rather describe the problem and the solution in a way that can be applied to many different contexts.
There are several different types of design patterns, including:
- Creational patterns
- Structural patterns
- Behavioral patterns
- Architectural patterns
Learn more from the following links:
- [What Are Design Patterns?](https://www.youtube.com/watch?v=BWprw8UHIzA)
- [Overview - Software Design Pattern](https://en.wikipedia.org/wiki/Software_design_pattern)

@ -1 +1,18 @@
# Component principles
# Component Principles
Component principles in software architecture refer to guidelines for designing and implementing software components that are modular, reusable, and easy to understand, test, and maintain. Some of the key component principles in software architecture include:
- High cohesion
- Low coupling
- Separation of concerns
- Interface-based design
- Reusability
- Testability
- Modularity
- Interoperability
By following these component principles, software can be developed in a way that is easy to understand, maintain, and extend, and that is less prone to bugs. It also enables better code reuse, and makes it easier to test and change the code, and also enables better code reuse, as components can be reused in different contexts.
Learn more from the following links:
- [Component-Based Architecture](https://www.tutorialspoint.com/software_architecture_design/component_based_architecture.htm)

@ -1 +1,7 @@
# Policy vs detail
# Policy vs Detail
In software architecture, the distinction between **policy** and **detail** refers to the separation of high-level decisions and low-level implementation details.
Policy refers to the high-level decisions that define the overall behavior and structure of the system. These decisions include things like the overall architecture, the system's interface, and the major components and their interactions. Policy decisions are often made by architects and designers, and they set the overall direction for the system.
Detail refers to the low-level implementation details that are required to implement the policy decisions. These include things like the specific algorithms, data structures, and code that make up the system's components. Details are often implemented by developers and are responsible for the actual functioning of the system.

@ -1 +1,12 @@
# Coupling and cohesion
# Coupling and Cohesion
Coupling and cohesion are two principles in software architecture that are used to measure the degree of interdependence between components in a system.
Coupling refers to the degree to which one component depends on another component. High coupling means that a change in one component will likely affect other components, making the system more difficult to understand, test, and maintain. Low coupling, on the other hand, means that changes to one component have minimal impact on other components, making the system more modular and easier to understand, test, and maintain.
Cohesion, on the other hand, refers to the degree to which the responsibilities of a component are related to each other. High cohesion means that a component has a single, well-defined purpose and that all its functionality and data is related to that purpose. Low cohesion, on the other hand, means that a component has multiple, unrelated responsibilities, making it more difficult to understand, test, and maintain.
To learn more, visit the following links:
- [Cohesion and Coupling in Software Engineering](https://www.youtube.com/watch?v=NweTzHYBgYU)
- [Overview of Coupling and Cohesion](https://www.geeksforgeeks.org/software-engineering-coupling-and-cohesion/)

@ -1 +1,9 @@
# Boundaries
In software architecture, boundaries refer to the interfaces or the points of separation between different components or systems. These boundaries can be physical, such as between different microservices in a distributed system, or logical, such as between different layers in an application.
Boundaries are important because they define the points of interaction between different components or systems, and they dictate how those components or systems will communicate with each other. By defining clear boundaries, it makes it easier to understand, test, and maintain the system, as the interactions between components or systems are well-defined and easy to reason about.
To learn more, visit the following links:
- [Boundaries in Software Architecture](https://www.open.edu/openlearn/science-maths-technology/approaches-software-development/content-section-1.1.4)

@ -1 +1,8 @@
# Architectural principles
# Architectural Principles
Architectural principles refer to a set of guidelines or rules that are used to guide the design and development of a software architecture. These principles are intended to ensure that the resulting architecture is maintainable, scalable, and easy to understand and modify. Some common architectural principles include the separation of concerns, modularity, loose coupling, and high cohesion. Additionally, architectural principles are often used in conjunction with design patterns, which are reusable solutions to common software design problems.
To learn more, visit the following links:
- [Intro to Architectural Principles](https://learn.microsoft.com/en-us/dotnet/architecture/modern-web-apps-azure/architectural-principles)
- [Principles of Software Design](https://www.youtube.com/watch?v=TO9igqkPtfc)

@ -1 +1,10 @@
# Publish subscribe
# Publish Subscribe
The publish-subscribe pattern is a messaging pattern in which a publisher sends a message to a topic, and any number of subscribers can subscribe to that topic to receive the message. The publish-subscribe pattern is also known as the "observer pattern" and is a way of implementing communication between different parts of an application in a decoupled way.
The main advantage of using the publish-subscribe pattern is that it allows for a clear separation of concerns between the publisher and the subscribers, and it can improve the flexibility and scalability of the system. Additionally, it allows for loose coupling between components, meaning that the publisher and subscribers are not aware of each other's existence, and can be developed, deployed, and scaled independently.
Learn more from the following links:
- [Publish-Subscribe Architecture (Explained by Example)](https://www.youtube.com/watch?v=O1PgqUqZKTA)
- [Tutorial - Publish–subscribe pattern](https://en.wikipedia.org/wiki/Publish%E2%80%93subscribe_pattern)

@ -1 +1,10 @@
# Event driven
# Event Driven
Event-driven architecture (EDA) is a software design pattern in which the system reacts to specific events that occur, rather than being continuously polled for changes. In EDA, events are messages that are sent asynchronously between components, and the components react to the events they are interested in.
The main advantage of using EDA is that it allows for a clear separation of concerns between the components, and it can improve the scalability and fault-tolerance of the system. Additionally, it allows for loose coupling between components, meaning that the components are not aware of each other's existence, and can be developed, deployed, and scaled independently.
Learn more from the following links:
- [Overview of Event-driven programming](https://en.wikipedia.org/wiki/Event-driven_programming)
- [What is event-driven architecture?](https://www.redhat.com/en/topics/integration/what-is-event-driven-architecture)

@ -1 +1,14 @@
# Messaging
Messaging is a key concept in several architectural styles, including event-driven architecture (EDA), microservices, and message-driven architecture (MDA).
- Event-driven architecture (EDA)
- Microservices
- Message-driven architecture (MDA)
In general, messaging is a powerful concept that allows for the decoupling and scalability of systems and it's used in different architectural styles to improve the flexibility and scalability of the system by allowing for loose coupling between components and making it easier to add new features or modify existing ones.
Learn more from the following links:
- [Architectural Styles in Software Engineering](https://shapingsoftware.com/2009/02/09/architectural-styles/)
- [Architectural Messaging Patterns](https://www.redhat.com/architect/architectural-messaging-patterns)

@ -1 +1,9 @@
# Client server
# Client Server
The client-server architecture is a common architecture pattern used in distributed systems, where a client (or multiple clients) send requests to a server, and the server responds to those requests. The client and server are separate entities that communicate over a network, such as the Internet or a local network.
The client is responsible for presenting the user interface and handling user input, while the server is responsible for processing the requests and returning the appropriate response. The server can also handle tasks such as data storage, security, and business logic.
Learn more from the following links:
- [Intro to Client-server Architecture](https://cs.uwaterloo.ca/~m2nagapp/courses/CS446/1195/Arch_Design_Activity/ClientServer.pdf)

@ -1 +1,9 @@
# Peer to peer
# Peer to Peer
Peer-to-peer (P2P) architecture is a distributed computing architecture in which each node (peer) in the network acts as both a client and a server. In P2P architecture, there is no central authority or server that manages the network, and each node communicates directly with other nodes to exchange information, share resources, and perform computations.
The main advantage of using P2P architecture is that it allows for a more decentralized and fault-tolerant system. As there is no central authority, there is no single point of failure, and the network can continue to function even if some nodes fail. Additionally, P2P architecture can also improve scalability as the number of nodes in the network increases.
Learn more from the following links:
- [Peer to Peer Architecture](https://student.cs.uwaterloo.ca/~cs446/1171/Arch_Design_Activity/Peer2Peer.pdf)

@ -1 +1,7 @@
# Distributed
Distributed systems refer to the design and organization of software components that are distributed across multiple devices or locations, connected via a network, and work together to achieve a common goal. The main challenge in designing distributed systems is dealing with the inherent complexity that arises from the distribution of components and the communication between them, and it requires techniques such as load balancing, replication, and partitioning to improve scalability, fault-tolerance, and performance. Additionally, security and coordination are also important aspects of distributed systems.
Learn more from the following links:
- [Overview of Distributed Architecture](https://www.tutorialspoint.com/software_architecture_design/distributed_architecture.htm)

@ -1 +1,9 @@
# Component based
# Component Based
In software architecture, component-based design (CBD) is an approach to designing software systems by composing them from a set of reusable and independent software components. These components encapsulate specific functionality and can be easily integrated into different parts of the system, allowing for a more modular and flexible design.
In CBD, a software system is divided into a set of components, each of which has a well-defined interface and a specific responsibility. These components can be developed, tested, and deployed independently, making it easier to add new features, modify existing ones, and maintain the system.
Learn more from the following links:
- [Component Based Software architecture](https://www.tutorialspoint.com/software_architecture_design/component_based_architecture.htm)

@ -1 +1,11 @@
# Monolithic
In software architecture, monolithic architecture is a design approach in which a software system is built as a single, integrated, and self-contained unit. In a monolithic architecture, all the components of the system are tightly coupled and depend on each other. This means that changes in one part of the system may affect other parts of the system.
A monolithic architecture is often used for small to medium-sized systems, where the complexity of the system is manageable and the need for scalability and flexibility is not as high. In a monolithic architecture, the entire system is typically built, deployed, and executed as a single unit, which can make it easier to understand and manage the system.
Learn more from the following links:
- [Overview of Monolithic Architecture](https://www.atlassian.com/microservices/microservices-architecture/microservices-vs-monolith)
- [What is Monolithic architecture?](https://www.techtarget.com/whatis/definition/monolithic-architecture)
- [What is Software Architecture? (Monolithic vs. Layered vs. Microservice)s](https://www.youtube.com/watch?v=_07NtoK-Kns)

@ -1 +1,10 @@
# Layered
In software architecture, layered architecture is a design approach in which a software system is divided into a set of layers, each of which has a specific responsibility and communicates with the other layers through well-defined interfaces. This approach allows for a more modular and flexible design, where each layer can be developed, tested, and deployed independently, making it easier to add new features, modify existing ones, and maintain the system.
A layered architecture is often used for large and complex systems, where the need for scalability and flexibility is high. Each layer in a layered architecture is responsible for a specific functionality and can be thought of as a "black box" with a well-defined interface. The layers communicate with each other through these interfaces, allowing for a clear separation of concerns.
Learn more from the following links:
- [Layered Architectures](https://www.youtube.com/watch?v=0kpTKLTx8f4)
- [Get started with Layered Architecture](https://cs.uwaterloo.ca/~m2nagapp/courses/CS446/1195/Arch_Design_Activity/Layered.pdf)

@ -1 +1,14 @@
# Structural
Structural architecture in software refers to the organization and design of the components of a software system, and how they interact with each other. It deals with the physical organization of the system, and the relationships between the different components.
There are several different structural architecture patterns and styles that can be used to design software systems, including:
- Monolithic: where the system is built as a single, integrated, and self-contained unit.
- Layered: where the system is divided into a set of layers, each of which has a specific responsibility and communicates with the other layers through well-defined interfaces.
- Microservices: where the system is built as a collection of small, independent, and loosely-coupled services.
- Event-driven: where the system reacts to specific events that occur, rather than being continuously polled for changes.
- Client-Server: where a client sends requests to a server, and the server responds to those requests
- Peer-to-Peer: where each node in the network acts as both a client and a server
- Component-based: where the system is composed of reusable and independent software components
- Domain-Driven: where the system is organized around the core business domain and business entities.

@ -1 +1,18 @@
# Architectural styles
# Architectural Styles
Architectural styles in software refer to the overall design and organization of a software system, and the principles and patterns that are used to guide the design. These styles provide a general framework for the design of a system, and can be used to ensure that the system is well-structured, maintainable, and scalable.
Some common architectural styles in software include:
- Microservices: where the system is built as a collection of small, independent, and loosely-coupled services.
- Event-Driven: where the system reacts to specific events that occur, rather than being continuously polled for changes.
- Layered: where the system is divided into a set of layers, each of which has a specific responsibility and communicates with the other layers through well-defined interfaces.
- Service-Oriented: where the system is built as a collection of services that can be accessed over a network.
- Data-Centric: where the system is focused on the storage, retrieval and manipulation of data, rather than the processing of data.
- Component-Based: where the system is composed of reusable and independent software components.
- Domain-Driven: where the system is organized around the core business domain and business entities.
Learn more from the following links:
- [What is Software Architecture & Styles?](https://study.com/academy/lesson/software-architecture-styles-patterns-components.html)
- [Types of Architectural Styles in Software Engineering](https://www.youtube.com/watch?v=2Pp0BcXN9YY)

@ -1 +1,10 @@
# Cqrs
# CQRS
CQRS (Command Query Responsibility Segregation) is an architectural pattern that is used to separate the responsibilities of reading and writing data in a software system. In a CQRS architecture, the system is divided into two separate parts: the command side and the query side.
The command side is responsible for processing commands and updating the system's state, while the query side is responsible for reading the current state of the system and returning the results to the client. The command and query sides can use different data models, storage mechanisms, and even different technologies.
Learn more from the following resources:
- [Get Started with CQRS Pattern](https://learn.microsoft.com/en-us/azure/architecture/patterns/cqrs)
- [CQRS Software Architecture Pattern: The Good, Bad, and the Ugly](https://betterprogramming.pub/cqrs-software-architecture-pattern-the-good-the-bad-and-the-ugly-e9d6e7a34daf)

@ -1 +1,9 @@
# Soa
# SOA
SOA (Service-Oriented Architecture) is an architectural pattern that is used to design and organize software systems as a collection of services that can be accessed over a network, these services are autonomous, self-contained units of functionality that can be reused and combined to create new functionality. SOA services are designed to be loosely coupled, meaning that they do not depend on the implementation details of other services, they communicate with each other through well-defined interfaces, usually using a protocol such as HTTP or SOAP. SOA provides several advantages over other architectural patterns, such as reusability, modularity, interoperability, and scalability. It can be implemented using a variety of technologies, such as Web Services, REST, and microservices.s
Learn more from the following links:
- [Overview of Service-Oriented Architecture](https://medium.com/design-microservices-architecture-with-patterns/service-oriented-architecture-1e4716fbca17)
- [Tutorial - Service-Oriented Architecture -SOA](https://www.youtube.com/watch?v=jNiEMmoTDoE)
- [What is Service-Oriented Architecture](https://www.youtube.com/watch?v=_dFJOSR-aFs)

@ -1 +1,10 @@
# Domain driven design
# Domain Driven Design
Domain-Driven Design (DDD) is an architectural pattern that is used to design software systems based on the core business domain and business entities, it's focused on creating a clear and accurate representation of the business domain within the software system, and on aligning the software system with the business goals and objectives. DDD provides several advantages over other architectural patterns, such as alignment with business goals and objectives, improved communication between domain experts and developers, a clear and expressive model of the business domain and improved scalability and maintainability. It's implemented using a set of principles and patterns such as strategic design, subdomains, bounded context, entities, value objects, aggregate, and repository.
Learn more from the following links:
- [What is DDD (Domain-Driven Design) ?](https://www.youtube.com/watch?v=Tnecs_7OT74)
- [Domain-Driven Design patterns for a distributed system](https://www.youtube.com/watch?v=i3d_jzpf0gE)
- [Modern Software Architecture (#1): Domain Driven Design](https://medium.com/modern-software-architecture/modern-software-architecture-1-domain-driven-design-f06fad8695f9)
- [The Concept of Domain-Driven Design Explained](https://medium.com/microtica/the-concept-of-domain-driven-design-explained-3184c0fd7c3f)

@ -1 +1,9 @@
# Model view controller
# Model View Controller
Model-View-Controller (MVC) is an architectural pattern that separates the concerns of a software system into three distinct components: the model, the view, and the controller, where the model represents the data and the business logic of the system, the view represents the user interface of the system and the controller acts as an intermediary between the model and the view. The main goal of MVC is to separate the concerns of the system, making it easier to understand, maintain and evolve, it's widely used in web development.
Learn more from the following links:
- [MVC Design Pattern](https://www.geeksforgeeks.org/mvc-design-pattern/)
- [MVC Framework - Introduction](https://www.tutorialspoint.com/mvc_framework/mvc_framework_introduction.htm)
- [Tutorial - MVC Architectural Pattern](https://www.youtube.com/watch?v=e9S90R-Y24Q)

@ -1 +1,9 @@
# Microservices
Microservices is an architectural pattern that is used to design software systems as a collection of small, independent, and loosely-coupled services. Each service is responsible for a specific functionality and can be developed, deployed, and scaled independently. The main advantage of a microservices architecture is that it allows for a more flexible and scalable system, it also improves fault isolation and enables faster deployment. It's often used in combination with other architectural patterns and styles such as event-driven architecture, CQRS, and service-oriented architecture.
Learn more from the following links:
- [Tutorial - Microservices Architectural Pattern](https://www.youtube.com/watch?v=8BPDv038oMI)
- [Get started with Microservices Design Patterns](https://www.youtube.com/watch?v=xuH81XGWeGQ)
- [Brief of Microservices](https://microservices.io/patterns/microservices.html)

@ -1 +1,8 @@
# Blackboard pattern
# Blackboard Pattern
The Blackboard architectural pattern is a software design pattern that allows for the creation of a centralized repository of information that can be accessed and modified by multiple independent modules or subsystems. The blackboard serves as a communication and coordination mechanism between these modules, allowing them to share information and collaborate to achieve a common goal. This pattern is often used in artificial intelligence and decision-making systems, where multiple processes or agents need to share and reason over complex data.
Learn more from the following links:
- [Overview of Blackboard (design pattern)](https://en.wikipedia.org/wiki/Blackboard_(design_pattern))
- [](http://www.openloop.com/softwareEngineering/patterns/architecturePattern/arch_Blackboard.htm)

@ -1 +1,8 @@
# Microkernel
A microkernel is an architectural pattern in operating system design that aims to minimize the amount of code running in kernel mode (i.e., privileged mode with direct access to hardware resources) and instead move as much functionality as possible into user mode. This is done by providing a small, minimalistic core kernel that only handles basic tasks such as memory management, process scheduling, and inter-process communication (IPC), and leaving all other functionality to be implemented in user-mode processes.
Learn more from the following links:
- [Microkernel Architectural Pattern | Software Architecture](https://www.youtube.com/watch?v=h3icQDMRLd8)
- [Overview of Microkernel Architecture](https://www.oreilly.com/library/view/software-architecture-patterns/9781491971437/ch03.html)

@ -1 +1,9 @@
# Serverless architecture
# Serverless Architecture
Serverless architecture is a design pattern that allows developers to build and run applications and services without having to provision and manage servers. Instead, these applications and services are executed in a fully managed environment, such as AWS Lambda, Azure Functions, or Google Cloud Functions, where the infrastructure and scaling are handled automatically by the cloud provider.
This architecture pattern mainly focuses on the business logic and event-driven execution, rather than on server management. It allows developers to write and deploy code in small, single-purpose functions that are triggered by specific events, such as changes in a database or the arrival of new data in a stream.
Learn more from the following links:
- [Serverless Architecture Patterns in AWS](https://waswani.medium.com/serverless-architecture-patterns-in-aws-edeab0e46a32)

@ -1 +1,10 @@
# Message queues streams
# Message Queues Streams
Message queues and streams are architectural patterns that are used to decouple different components of a system and enable asynchronous communication between them.
Message Queues: A message queue is a software component that allows multiple systems or applications to communicate with each other by passing messages between them. Messages are stored in a queue, and each message is processed by a single consumer. This pattern is useful for systems where there is a high degree of variability in the rate of message production and consumption, and where the sender and receiver do not need to be active at the same time. Examples of message queue systems are Apache Kafka, RabbitMQ, and Amazon SQS.
Learn more from the following links:
- [System Design — Message Queues](https://medium.com/must-know-computer-science/system-design-message-queues-245612428a22)
- [Overview of Message Queue pattern](https://badia-kharroubi.gitbooks.io/microservices-architecture/content/patterns/communication-patterns/message-queue-pattern.html)

@ -1 +1,10 @@
# Event sourcing
# Event Sourcing
Event sourcing is an architectural pattern that is used to build systems that need to maintain a history of all the changes that have occurred over time. This pattern stores all changes to the system's state as a sequence of events, rather than just the current state.
In Event sourcing, all changes to the state of the system are treated as events, and these events are stored in an append-only log, also known as an event store. The current state of the system can be reconstructed from the event log at any given point in time by replaying the events from the log.
Learn more from the following links:
- [Event Sourcing Pattern](https://learn.microsoft.com/en-us/azure/architecture/patterns/event-sourcing)
- [Design Patterns: Why Event Sourcing?](https://www.youtube.com/watch?v=rUDN40rdly8)

@ -1 +1,20 @@
# Architectural patterns
# Architectural Patterns
Architectural patterns are a set of solutions that have been proven to work well for specific types of software systems. They provide a common vocabulary and set of best practices for designing and building software systems, and can help developers make better design decisions. Some common architectural patterns include:
- Model-View-Controller (MVC): A pattern for separating the user interface, business logic, and data storage components of a system.
- Microservices: A pattern for building systems as a collection of small, independently deployable services that communicate over a network.
- Event-Driven: A pattern for building systems that respond to events and perform actions in response.
- Layered: A pattern for organizing a system into layers, with each layer providing a specific set of services to the layer above it.
- Pipe-and-Filter: A pattern for building systems as a series of independent, reusable processing elements that are connected together in a pipeline.
- Command-Query Responsibility Segregation (CQRS): A pattern for separating the handling of commands (which change the state of the system) from the handling of queries (which retrieve information from the system)
- Blackboard: A pattern for creating a centralized repository of information that can be accessed and modified by multiple independent modules or subsystems.
- Microkernel: A pattern that aims to minimize the amount of code running in kernel mode and move as much functionality as possible into user-mode processes.
- Serverless: A design pattern that allows developers to build and run applications and services without having to provision and manage servers.
- Message Queues and Streams: A pattern that decouples different components of a system and enables asynchronous communication between them.
- Event Sourcing: A pattern that stores all changes to the system's state as a sequence of events, rather than just the current state.
Learn more from the following links:
- [Overview - Architectural Pattern](https://en.wikipedia.org/wiki/Architectural_pattern)
- [Architecture Patterns Used In Enterprise Software Development](https://www.youtube.com/watch?v=BrT3AO8bVQY)

@ -1 +1,7 @@
# Dtos
# DTOs
The Data Transfer Object Design Pattern is one of the enterprise application architecture patterns that calls for the use of objects that aggregate and encapsulate data for transfer. A Data Transfer Object is, essentially, like a data structure. It should not contain any business logic but should contain serialization and deserialization mechanisms.
Learn more from the following links:
- [Data Transfer Object pattern and Mappers](https://medium.com/@abdalrhmanalkraien/data-transfer-object-pattern-and-mapper-116508bc9df0)

@ -1 +1,10 @@
# Identity maps
# Identity Maps
Identity Maps is a pattern used in enterprise application development to maintain a map of objects that have been loaded from the database, keyed by their unique identifier. It is used to ensure that multiple copies of the same object are not created in memory when the same data is accessed multiple times.
The identity map pattern is typically used in conjunction with an ORM (Object-Relational Mapping) tool. When an object is loaded from the database, it is first checked against the identity map to see if it has already been loaded. If it has, the existing object is returned, instead of creating a new copy.
Learn more from the following links:
- [Overview of Identity map pattern](https://en.wikipedia.org/wiki/Identity_map_pattern)
- [Tutorial - Identity Map Design Pattern](youtube.com/watch?v=erDxkIyNudY)

@ -1 +1,16 @@
# Use cases
# Use Cases
Use Cases are a pattern used in enterprise application development to represent the functional requirements of a system. They describe the interactions between the system and its users, and the steps that are required to accomplish a specific goal. Use cases are a way to capture the requirements of the system in a way that is easily understood by both the development team and the stakeholders.
A use case is a description of a sequence of actions that a system performs in response to a request from a user, in order to achieve a specific goal. A use case typically includes:
- The actor (user) who initiates the action
- The goal that the actor wants to achieve
- The steps required to achieve the goal, including any alternative paths or error conditions
- The expected outcome of the interaction
Use cases are often used to drive the design and development of the system, as they provide a clear and detailed understanding of the requirements.
Learn more from the following links:
- [Use Case Patterns](https://caminao.blog/how-to-implement-symbolic-representations/patterns/functional-patterns/use-case-patterns/)

@ -1 +1,10 @@
# Repositories
Repositories are a pattern used in enterprise application development to provide a consistent and abstracted way to access data storage. Repositories act as an abstraction layer between the application and the data storage, providing a consistent and simple API for data access and manipulation.
A repository is a pattern that can be used to organize the data access code and encapsulate the logic of retrieving and storing objects. Repositories provide a way to separate the concerns of the data access from the rest of the application, allowing the application code to be written against an interface and not a specific data storage technology.
Learn more from the following links:
- [Tutorial - Repository Design Pattern](https://www.youtube.com/watch?v=mb6bwnEaZ3U)
- [Introduction to Repository Design Patterns](https://cubettech.com/resources/blog/introduction-to-repository-design-pattern/)

@ -1 +1,10 @@
# Mappers
Mappers are a pattern used in enterprise application development to provide a consistent and abstracted way to map between different data models. They act as an abstraction layer between the application and the data storage, providing a consistent and simple API for data transformation.
A mapper is a component that can be used to convert data from one format or model to another. For example, a mapper can be used to convert data from a database model to a domain model, or from a domain model to a data transfer object (DTO).
Learn more from the following links:
- [Overview of Data Mapper Pattern](https://en.wikipedia.org/wiki/Data_mapper_pattern)
- [Tutorial - Mappers](https://www.youtube.com/watch?v=7noMLStHcTE)

@ -1 +1,8 @@
# Transaction script
# Transaction Script
Transaction Script is a pattern used in enterprise application development that organizes business logic into a single procedural script. It is often used for simple CRUD (create, read, update, delete) operations, where all of the logic for a specific transaction is contained in a single script or function. This pattern is simple to implement and easy to understand, but can become unwieldy as the complexity of the application increases. Alternative patterns such as Domain-Driven Design (DDD) and the Active Record pattern may be more appropriate for more complex applications.
Learn more from the following links:
- [Transaction Script Pattern](https://gunnarpeipman.com/transaction-script-pattern/)
- [Tutorial - Transaction Script Design Pattern](https://www.youtube.com/watch?v=fnsU9cqcY3I)

@ -1 +1,9 @@
# Commands queries
# Commands Queries
The Command and Query Responsibility Segregation (CQRS) pattern is a technique used in enterprise application development to separate the responsibilities of handling command (write) operations and query (read) operations for performing actions that change the state of the system, such as creating, updating, or deleting data. These operations are handled by Command Handlers, which are responsible for validating the data and executing the appropriate business logic.
Queries are used for retrieving data from the system, such as reading data from a database or a cache. These operations are handled by Query Handlers, which are responsible for executing the appropriate query and returning the data to the caller.
Learn more from the following links:
- [Get Started with CQRS Pattern](https://learn.microsoft.com/en-us/azure/architecture/patterns/cqrs)

@ -1 +1,10 @@
# Value objects
# Value Objects
Value Objects are a pattern used in enterprise application development to represent simple, immutable values that are used to model domain concepts. They are typically used to encapsulate data that is not an entity, but is important to the domain.
A Value Object is defined by its value rather than its identity, meaning that two Value Objects with the same value are considered to be equal, regardless of their identity.
Learn more from the following links:
- [Overview - Implement Value Objects](https://learn.microsoft.com/en-us/dotnet/architecture/microservices/microservice-ddd-cqrs-patterns/implement-value-objects)
- [Intro to Value object](https://en.wikipedia.org/wiki/Value_object)

@ -1 +1,10 @@
# Domain models
# Domain Models
Domain Models are a pattern used in enterprise application development to represent the business concepts and rules of a specific domain. They are typically used to model the problem domain, or the area of expertise of a specific business.
A Domain Model is a collection of objects that represent the real-world concepts and entities of the domain. These objects are typically modeled as classes or types, and they encapsulate the data and behavior that is specific to the domain. They are responsible for representing the state and behavior of the business concepts they model, and for enforcing the rules and constraints of the domain.
Learn more from the following links:
- [Overview - Domain Models](https://sparxsystems.com/enterprise_architect_user_guide/14.0/model_domains/specialized_models.html)
- [Tutorial - Domain Model Pattern](https://www.youtube.com/watch?v=75EGANiqADw)

@ -1 +1,5 @@
# Entities
Entities are a pattern used in enterprise application development to represent the business concepts that have a unique identity and a lifetime. They are typically used to model real-world objects or concepts that have a distinct identity and a lifecycle, such as a customer, an order, or an account.
An Entity is defined by its identity, meaning that two entities with the same identity are considered to be the same, regardless of their state. Entities usually have a unique identifier, such as a primary key, that is used to identify them. They also have an associated set of properties or attributes that describe their state.

@ -1 +1,9 @@
# Orms
ORM stands for Object-Relational Mapping, it is a technique used in enterprise application development to map between the object-oriented programming model and the relational database model. It allows developers to work with objects in their code, while the ORM tool takes care of translating those objects into the appropriate database operations.
ORMs are designed to abstract away the complexity of working with a relational database and allow developers to interact with the database using a higher-level, object-oriented API. They provide a set of libraries and tools that map the objects in the code to the tables and rows in the database, and vice versa. This allows developers to work with the data using a familiar object-oriented paradigm, rather than having to write complex SQL queries.
Learn more from the following links:
- [Why do you need an ORM?](https://enterprisecraftsmanship.com/posts/do-you-need-an-orm/)

@ -1 +1,18 @@
# Enterprise patterns
# Enterprise Patterns
Enterprise patterns are a set of design patterns that are commonly used in the development of enterprise software applications. These patterns provide a common vocabulary and a set of best practices for solving common problems that arise in the development of large, complex software systems. Some examples of enterprise patterns include:
- Domain-Driven Design (DDD)
- Model-View-Controller (MVC)
- Service Oriented Architecture (SOA)
- Command and Query Responsibility Segregation (CQRS)
- Event Sourcing
- Microservices
- Event-Driven Architecture (EDA)
These patterns can help to improve the maintainability and scalability of the software, by providing a clear separation of concerns and allowing for a more modular and flexible architecture.
Learn more from the following links:
- [Software Architecture Patterns in Enterprise Software](https://blog.devgenius.io/10-software-architecture-patterns-in-enterprise-software-development-fabacb5ed0c8)
- [What are Enterprise Integration Patterns?](https://www.youtube.com/watch?v=WNm3QmJadNs)

@ -1 +1,18 @@
#
# Software Design Architecture
Software design architecture is the process of defining the overall structure and organization of a software system. It involves determining the components, interfaces, and relationships between those components that are needed to meet the requirements of the system. The architecture of a software system sets the foundation for the design and implementation of the system, and it plays a crucial role in determining the quality and maintainability of the final product.
There are several different architecture styles and patterns that can be used to design a software system, including:
- Layered architecture
- Microservices architecture
- Event-driven architecture
- Service-oriented architecture (SOA)
- Domain-Driven Design (DDD)
Each architecture pattern or style has its own set of advantages and disadvantages, and the choice of architecture will depend on the specific requirements of the system and the constraints of the project.
Learn more from the following links:
- [Software Architecture & Design Introduction](https://www.tutorialspoint.com/software_architecture_design/introduction.htm)
- [Overview of Software architecture](https://en.wikipedia.org/wiki/Software_architecture)
Loading…
Cancel
Save