022ddd3b10fe0bbc18be65f58037adbfb64a2071
Home.md
... | ... | @@ -54,9 +54,10 @@ try to separate three different aspects. |
54 | 54 | |
55 | 55 | ## Patterns |
56 | 56 | |
57 | -- [[UriAsData]] - Recommends managing URIs as structured data for reliability. |
|
58 | 57 | - [[DevEnvironmentLauncher]] - Simplifies and standardizes development setup for consistency and efficiency. |
59 | 58 | - Ecosystem: [[DevEnvironmentLauncherEcosystem]] |
60 | 59 | - Gaiwan Stack: [[GaiwanStack/Launchpad]] |
61 | -- [[WellKnownIdentifier]] - Predictable commonly used identifiers to access resources |
|
62 | 60 | - [[ReloadableComponentSystem]] - Declarative system of components with start/stop/restart and code reloading |
61 | +- [[UriAsData]] - Recommends managing URIs as structured data for reliability. |
|
62 | +- [[WalkingSkeleton]] - Bare-bones but end-to-end delivered initial version. |
|
63 | +- [[WellKnownIdentifier]] - Predictable commonly used identifiers to access resources. |