-
Notifications
You must be signed in to change notification settings - Fork 427
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Week 2: Presentation proposal (lvainio & oscols) (#2378)
* Added week2 readme * Update Presentation Proposal * Update README.md * Update README.md * Final update to README.md --------- Co-authored-by: oscols <[email protected]>
- Loading branch information
Showing
1 changed file
with
31 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# Assignment Proposal | ||
|
||
## Title | ||
|
||
Split.io, a Feature Flag tool, that can be used for A/B Testing | ||
|
||
## Names and KTH ID | ||
|
||
- Oscar Olsson ([email protected]) | ||
- Leo Vainio ([email protected]) | ||
|
||
## Deadline | ||
|
||
- Week 2 | ||
|
||
## Category | ||
|
||
- Presentation | ||
|
||
## Description | ||
|
||
This presentation will start off by introducing Split and how it's relevant to this course, followed by what A/B testing is. | ||
|
||
We will show code snippets on how the feature flags are implemented in production code and how it can be used for A/B testing. | ||
|
||
|
||
**Relevance** | ||
|
||
Split is a useful tool for creating and managing feature flags for applications. This tool also allows different roll out methods to be implemented such as A/B testing. This technique is useful for the continuous delivery part of DevOps. | ||
|
||
In devops, A/B testing is a method that can be used to compare different versions of the same application based on usage data of specific user groups. Based on the data, the team can go ahead and make more informed decisions on which features to implement. This allows for fast feedback and decisions can be made from data and not just individual opinions. |