Feature-flag driven development with Tweek

Open Source in Israel (10 min.)
[open source]
[Product]

Feature flags have been trending in the last few years, and for good reason. In an agile environment we want to move fast, experiment a lot, and still maintain a quality product. By using feature flags correctly, we can leverage techniques such as A/B testing, canary releases, feature gating, kill switches, and more to accomplish these goals.

Feature management solutions have been developed and used at scale by leading tech companies, but unfortunately almost none of them are publicly available.

In this talk, I'll share some of our experience with feature flags and showcase Tweek - our very own open source solution that can be used anywhere by anyone. (https://github.com/soluto/tweek)