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
A full stack side project webapp all in Kotlin (KotlinConf 2025)
dankim
0
150
dbt民主化とLLMによる開発ブースト ~ AI Readyな分析サイクルを目指して ~
yoshyum
3
1.1k
Python型ヒント完全ガイド 初心者でも分かる、現代的で実践的な使い方
mickey_kubo
1
240
顧客の画像データをテラバイト単位で配信する 画像サーバを WebP にした際に起こった課題と その対応策 ~継続的な取り組みを添えて~
takutakahashi
4
1.3k
Flutterで備える!Accessibility Nutrition Labels完全ガイド
yuukiw00w
0
170
Claude Code派?Gemini CLI派? みんなで比較LT会!_20250716
junholee
1
550
MCPを使ってイベントソーシングのAIコーディングを効率化する / Streamlining Event Sourcing AI Coding with MCP
tomohisa
0
170
CDK引数設計道場100本ノック
badmintoncryer
2
480
可変変数との向き合い方 $$変数名が踊り出す$$ / php conference Variable variables
gunji
0
180
MDN Web Docs に日本語翻訳でコントリビュートしたくなる
ohmori_yusuke
1
130
PipeCDのプラグイン化で目指すところ
warashi
1
310
Agentic Coding: The Future of Software Development with Agents
mitsuhiko
0
130
Featured
See All Featured
Making Projects Easy
brettharned
116
6.3k
Reflections from 52 weeks, 52 projects
jeffersonlam
351
21k
Code Reviewing Like a Champion
maltzj
524
40k
Building Better People: How to give real-time feedback that sticks.
wjessup
367
19k
Put a Button on it: Removing Barriers to Going Fast.
kastner
60
3.9k
Documentation Writing (for coders)
carmenintech
72
4.9k
The Invisible Side of Design
smashingmag
301
51k
Into the Great Unknown - MozCon
thekraken
40
1.9k
[RailsConf 2023] Rails as a piece of cake
palkan
55
5.7k
Connecting the Dots Between Site Speed, User Experience & Your Business [WebExpo 2025]
tammyeverts
8
340
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
282
13k
Testing 201, or: Great Expectations
jmmastey
43
7.6k
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