#REDIRECT [[Paradigms, Principles, Architectures and Patterns]]
...
63 bytes (6 words) - 06:20, 17 January 2025
#REDIRECT [[Paradigms, Principles, Architectures and Patterns]]
...
63 bytes (6 words) - 06:39, 17 January 2025
This is a collection of Principles, Architectures, Patterns, etc. regarding my central ideas of development and code-bases.
...s. '''Paradigms''' are the most abstract, followed by '''principles''', '''patterns''' and '''code smells'''. Code smells indicate common issues in codebases.
...
4 KB (513 words) - 05:55, 21 January 2025
...s anticipate change by adopting modular architectures, implementing design patterns that promote flexibility, and embracing agile practices that prioritize ite
* '''Design Patterns''': Implement design patterns such as the Strategy pattern or Observer pattern that decouple components a
...
2 KB (263 words) - 16:11, 20 January 2025
...iples,_Architectures_and_Patterns|Paradigms, Principles, Architectures and Patterns]]
...
371 bytes (47 words) - 20:21, 16 January 2025
== Related Patterns ==
* '''Strategy Pattern''': Both patterns encapsulate behavior but serve different purposes.
...
8 KB (955 words) - 23:20, 18 January 2025
== Hexagonal Architecture Patterns ==
...
5 KB (655 words) - 16:19, 17 January 2025
[[Category:Patterns]][[Category:Creational Design Patterns]]
...global point of access to that instance. It is one of the simplest design patterns in terms of its class diagram; however, its implementation requires careful
...
7 KB (995 words) - 07:06, 21 January 2025
...layer of a system. It defines high-level structural decisions, system-wide patterns, and constraints.
...ementation details: Algorithms, data structures, class hierarchies, design patterns.
...
4 KB (548 words) - 09:22, 2 February 2025
== Pipeline Patterns ==
...
6 KB (819 words) - 16:31, 17 January 2025
...iples, Architectures and Patterns | Introduction to Paradigms, Principles, Patterns, Architectures, Code Smells and Idioms]]
=== Patterns ===
...
16 KB (2,135 words) - 09:16, 2 February 2025
[[Category:Patterns]][[Category:Creational Design Patterns]]
...
5 KB (660 words) - 15:44, 17 January 2025
== MVVM Architecture Patterns ==
...
9 KB (1,121 words) - 16:00, 28 January 2025
* '''Materialized Views in Data Access''': Utilize design patterns like the Abstract Factory to manage the creation of materialized views in a
* '''Service Communication''': Implement adapter or facade patterns to standardize communication between different services, especially when de
...
13 KB (1,374 words) - 14:03, 20 January 2025
[[Category:Patterns]][[Category:Creational Design Patterns]]
The Factory Method and Abstract Factory are creational design patterns used to create objects and provide a way to create objects without specifyi
...
10 KB (1,161 words) - 15:49, 17 January 2025
[[Category:Patterns]][[Category:Behavioral Design Patterns]]
The Mediator Pattern is often compared to the Observer Pattern, as both patterns deal with the communication between objects:
...
10 KB (1,118 words) - 15:25, 17 January 2025
...s are high-level guidelines and the most abstract, followed by principles, patterns, idioms and code smells. There are also mixins, which always apply to one c
...
4 KB (547 words) - 06:40, 17 January 2025
Combining the Repository and Specification patterns ensures adherence to the Single Responsibility and Open Closed principles.
...e provides a ready-made implementation of the Repository and Specification patterns, especially for .NET applications using Entity Framework Core. This library
...
12 KB (1,451 words) - 07:42, 22 January 2025
*** Design patterns
...
5 KB (668 words) - 08:01, 21 January 2025
...ait is more readable and maintainable compared to traditional asynchronous patterns (e.g., using callbacks or manual threading).
...
6 KB (777 words) - 16:49, 17 January 2025