Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Fun with Feature Flags
Search
Wim Creuwels
June 05, 2024
Programming
0
210
Fun with Feature Flags
An exploration of feature flags and tools to support their integration in Spring.
Wim Creuwels
June 05, 2024
Tweet
Share
Other Decks in Programming
See All in Programming
Generative AI for Beginners .NETの紹介
tomokusaba
1
250
複数ドメインに散らばってしまった画像…! 運用中のPHPアプリに後からCDNを導入する…!
suguruooki
0
270
SREチームのタスク優先度と向き合う Road to SRE NEXT@札幌
nealle
0
130
Compose Navigation実装の見通しを良くする
hiroaki404
0
120
もっと大きなデータを送りませんか? エラーがゴロゴロ出るようなデータです
sublimer
0
170
令和トラベルにおけるコンテンツ生成AIアプリケーション開発の実践
ippo012
1
220
Lambdaの監視、できてますか?Datadogを用いてLambdaを見守ろう
nealle
2
950
Introduction to C Extensions
sylph01
3
150
「その気にさせる」エンジニアが 最強のリーダーになる理由
gimupop
3
410
PHPのガベージコレクションを深掘りしよう
rinchoku
0
160
読もう! Android build ドキュメント
andpad
1
190
ニックトレイン登壇資料
ryotakurokawa
0
110
Featured
See All Featured
Facilitating Awesome Meetings
lara
53
6.3k
Done Done
chrislema
182
16k
Speed Design
sergeychernyshev
28
840
jQuery: Nuts, Bolts and Bling
dougneiner
63
7.7k
The Power of CSS Pseudo Elements
geoffreycrofte
76
5.7k
Raft: Consensus for Rubyists
vanstee
137
6.8k
How to Think Like a Performance Engineer
csswizardry
22
1.4k
Code Review Best Practice
trishagee
67
18k
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
40
2k
Building a Scalable Design System with Sketch
lauravandoore
462
33k
Mobile First: as difficult as doing things right
swwweet
223
9.5k
Gamification - CAS2011
davidbonilla
80
5.2k
Transcript
Fun with Flags B y W i m C r
e u w e l s
The perfect ‘Flag Design App’! Unlimited possibilities Share your flag
designs Like flag designs
Who am I? Wim Creuwels Faros Spring Certified AWS Architect
Fun with Flags
Fun with Feature Flags
WWW Why What How
What are feature flags and why do we use them?
Why use feature flags? Hide features New releases Unfinished features
What are feature flags? Boolean ON / OFF
How to implement feature flags?
How to implement feature flags? DIY Tools & Libraries ...
Two categories of feature flag tools Hosted Integrated Separated from
application Accessed through SDK / API Run with application Non - separable
Demo
Unleash vs Togglz Unleash Togglz Hosting Container Integrated SDK Java,
JavaScript, Python, Go, .NET, ... Java Environments 2/unlimited Unsupported Pricing Free and paid version Free
Feature flags vs Spring Cloud Spring Cloud Config @RefreshScope /actuator/refresh
The evolution of the flags Flag types Gradual rollout Segments
Auth integration
Why use feature flags? Hide features New releases Unfinished features
A/B testing (in production!)
FROM HOW TO
WOW
Danku
Questions
Info wim.creuwels@faros.be linkedin.com/in/wim-creuwels/ @wimcreuwels github.com/LewisMcReu/FFF_Unleash_backend github.com/LewisMcReu/FFF_Unleash_frontend github.com/LewisMcReu/FFF_Togglz_backend github.com/LewisMcReu/FFF_Togglz_frontend