Main Page: Difference between revisions

From architectural katas solutions
Line 20: Line 20:
*[https://youtube.com/playlist?list=PLhr1KZpdzukdeX8mQ2qO73bg6UKQHYsHb AWS This is My Architecture]
*[https://youtube.com/playlist?list=PLhr1KZpdzukdeX8mQ2qO73bg6UKQHYsHb AWS This is My Architecture]
*[https://c4model.com/ The C4 model for visualising software architecture]
*[https://c4model.com/ The C4 model for visualising software architecture]
*[https://cloud.google.com/architecture Google Cloud Architecture Center]
*[https://aws.amazon.com/it/architecture/reference-architecture-diagrams/?achp_ra8 AWS Reference Architecture Diagrams]


==Misc==
==Misc==
{{Special:AllPages}}
{{Special:AllPages}}

Revision as of 12:08, 4 August 2022

Introduction

this wiki contains some sample solutions for the architectural Katas from Ted Neward's website
you can find the complete list in this GitHub repo tedneward/ArchKatas
Of course, you are welcome to add more katas, just remember to add them in the Kata namespace by writing the kata name in the URL bar after the index.php/ preceded with the Kata: prefix, for example
Kata:My Kata

Goal

the aim of the wiki is to practice architectural katas with all the wiki contributors,
every kata can have virtually infinite solutions, so feel free to add your new solution with the following naming convention:
Solution:<kata_name>_<N>
where Solution is the namespace and N is the next natural number in the kata solution list section, for example:
Solution:Agile_Dead_Trees_2
after the number you can optionally add a short description, for example:
Agile_Dead_Trees_2_on_the_cloud

Katas List

Solutions List

Resources

Misc