Skip to content

Commit

Permalink
Executable tutorial proposal: Testing and Production environments (#989)
Browse files Browse the repository at this point in the history
* Create README.md

* Update README.md
  • Loading branch information
bubriks authored Apr 3, 2021
1 parent 3bafdde commit c937c9c
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions contributions/executable-tutorial/arieltan-zangis/README.md
Original file line number Diff line number Diff line change
@@ -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)

0 comments on commit c937c9c

Please sign in to comment.