Skip to content

Commit 3c3f5d0

Browse files
lvainiooscols
andauthored
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]>
1 parent 0d13b09 commit 3c3f5d0

File tree

1 file changed

+31
-0
lines changed
  • contributions/presentation/week2/lvainio-oscols

1 file changed

+31
-0
lines changed
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# Assignment Proposal
2+
3+
## Title
4+
5+
Split.io, a Feature Flag tool, that can be used for A/B Testing
6+
7+
## Names and KTH ID
8+
9+
- Oscar Olsson ([email protected])
10+
- Leo Vainio ([email protected])
11+
12+
## Deadline
13+
14+
- Week 2
15+
16+
## Category
17+
18+
- Presentation
19+
20+
## Description
21+
22+
This presentation will start off by introducing Split and how it's relevant to this course, followed by what A/B testing is.
23+
24+
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.
25+
26+
27+
**Relevance**
28+
29+
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.
30+
31+
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.

0 commit comments

Comments
 (0)