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
230
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
Microsoft Orleans, Daprのアクターモデルを使い効率的に開発、デプロイを行うためのSekibanの試行錯誤 / Sekiban: Exploring Efficient Development and Deployment with Microsoft Orleans and Dapr Actor Models
tomohisa
0
220
Updates on MLS on Ruby (and maybe more)
sylph01
1
140
オープンセミナー2025@広島「君はどこで動かすか?」アンケート結果
satoshi256kbyte
0
220
あなたとJIT, 今すぐアセンブ ル
sisshiki1969
1
740
ソフトウェアテスト徹底指南書の紹介
goyoki
1
120
コンテキストエンジニアリング Cursor編
kinopeee
1
730
兎に角、コードレビュー
mitohato14
0
150
コーディングエージェント時代のNeovim
key60228
1
110
STUNMESH-go: Wireguard NAT穿隧工具的源起與介紹
tjjh89017
0
390
Understanding Ruby Grammar Through Conflicts
yui_knk
1
140
実用的なGOCACHEPROG実装をするために / golang.tokyo #40
mazrean
1
110
DockerからECSへ 〜 AWSの海に出る前に知っておきたいこと 〜
ota1022
5
1.8k
Featured
See All Featured
The World Runs on Bad Software
bkeepers
PRO
70
11k
Making Projects Easy
brettharned
117
6.3k
How To Stay Up To Date on Web Technology
chriscoyier
790
250k
Being A Developer After 40
akosma
90
590k
Learning to Love Humans: Emotional Interface Design
aarron
273
40k
How to Create Impact in a Changing Tech Landscape [PerfNow 2023]
tammyeverts
53
2.9k
Stop Working from a Prison Cell
hatefulcrawdad
271
21k
Distributed Sagas: A Protocol for Coordinating Microservices
caitiem20
333
22k
JavaScript: Past, Present, and Future - NDC Porto 2020
reverentgeek
51
5.5k
It's Worth the Effort
3n
187
28k
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
234
17k
Art, The Web, and Tiny UX
lynnandtonic
302
21k
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
[email protected]
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