Main Page: Difference between revisions

From architectural katas solutions
No edit summary
No edit summary
Line 9: Line 9:
the aim of the wiki is to practice architectural katas with all the wiki contributors,<br/>
the aim of the wiki is to practice architectural katas with all the wiki contributors,<br/>
every kata can have virtually infinite solutions, so feel free to add your own solution.<br/>
every kata can have virtually infinite solutions, so feel free to add your own solution.<br/>
In each kata page there is a link to create your own solution that will create a page with the following naming convention:<br/>
On each kata page, there is a link to create your own solution that will create a page with the following naming convention:<br/>
<strong>Solution:KataName_UserName</strong>
<strong>Solution:KataName_UserName</strong><br/>
this Wiki is based on the Mediawiki platform, feel free to go to<br/>
https://www.mediawiki.org/wiki/Help:Formatting<br/>
if you need help in writing wiki pages.


==Katas List ==
==Katas List ==
Line 19: Line 22:
<div style="column-count:2">
<div style="column-count:2">
*[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 visualizing software architecture]
*[https://cloud.google.com/architecture Google Cloud Architecture Center]
*[https://cloud.google.com/architecture Google Cloud Architecture Center]
*[https://aws.amazon.com/it/architecture/reference-architecture-diagrams/?achp_ra8 AWS Reference Architecture Diagrams]
*[https://aws.amazon.com/it/architecture/reference-architecture-diagrams/?achp_ra8 AWS Reference Architecture Diagrams]

Revision as of 17:30, 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 of the Katas 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 own solution.
On each kata page, there is a link to create your own solution that will create a page with the following naming convention:
Solution:KataName_UserName
this Wiki is based on the Mediawiki platform, feel free to go to
https://www.mediawiki.org/wiki/Help:Formatting
if you need help in writing wiki pages.

Katas List

Solutions List

Resources

Misc