Dianing Yudono
Dianing Yudono
Dianing Yudono has over a decade of software engineering experience in different products, teams and cultures. She is currently at BCG Digital Ventures, a global company that invents, launches and scales disruptive businesses. Before that, she was at ThoughtWorks, a global software consultancy.
DevOps.js Conf 2021DevOps.js Conf 2021
8 min
The Art of Feature Flagging
Fed up with merge conflicts and system failures after a big release? Feature flags can be your lifesaver!
We strive to get new features to the hands of our users as fast as we sustainably can. Some features can take longer to develop and touch other parts of the system. If not handled with care, these kinds of features can result in merge conflicts that keep developers up all night, not to mention the dreaded system failures following a big release. Equipped with feature flags, we can avoid this nightmare and continuously deploy code changes safely.
This talk consists of practical tips on how to use feature flags as release toggles.