Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Week 2: Presentation proposal (lvainio & oscols) #2378

Merged
merged 5 commits into from
Aug 30, 2024
Merged

Conversation

lvainio
Copy link
Contributor

@lvainio lvainio commented Aug 29, 2024

Assignment Proposal

Title

Split.io, a Feature Flag tool, that can be used for A/B Testing

Names and KTH ID

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.

@javierron javierron self-assigned this Aug 30, 2024
@javierron javierron added proposal A task proposal presentation One of the task categories listed in README.md labels Aug 30, 2024
@javierron
Copy link
Collaborator

@lvainio Thanks for the proposal. A/B testing and feature flags is relevant to this week's topic.
I recommend also adding a slide comparing with similar tools and any related tradeoffs.
Looking forward to the presentation.

@javierron javierron merged commit 3c3f5d0 into KTH:2024 Aug 30, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
presentation One of the task categories listed in README.md proposal A task proposal
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants