diff --git a/contributions/executable-tutorial/arieltan-zangis/README.md b/contributions/executable-tutorial/arieltan-zangis/README.md new file mode 100644 index 0000000000..9e57d92ce2 --- /dev/null +++ b/contributions/executable-tutorial/arieltan-zangis/README.md @@ -0,0 +1,17 @@ +# Executable tutorial proposal: Testing and Production environments + +## Members + +Justin Arieltan (arieltan@kth.se) +GitHub: [Justin](https://github.com/Agriad) + +Ralfs Zangis (zangis@kth.se) +GitHub: [Ralfs](https://github.com/bubriks) + +## Proposal + +Provide short tutorial on how CI/CD pipelines could be used to provide environment that could be used for testing purpose + +- Establishing simple CI/CD pipeline (that runs some basic tests) +- Adding A/B testing environments (by deploying docker containers to linux machine) +- Showcasing how this approach can lead to a better performing product (using only the best performing features based on the analyzed usage)