I’m excited to share this collaborative guide from Flagsmith (featuring insights from OpenFeature & eBay) on how to scale feature flags while fighting vendor lock-in!| OpenFeature Blog
Join me on a journey of solving the dilemma of warming up a "cold" cache cluster via feature flags without causing chaos.| The Friday Deploy
Learn how feature flags via Flipper can instantly enable/disable web forms, protecting your forms from bots and spammers.| The Friday Deploy
Releasing code behind feature flags when much of the related functionality is incomplete can sometimes require creative solutions. For example, if some new functionality requires a new column with a default value, how can we handle the scenario where the database’s default value should be different after the| The Friday Deploy
While feature flags are great for managing the roll out of customer-facing features, they're capable of so much more. We use feature flags internally in conjunction with performance and analytics tools.| The Friday Deploy
Announcing Sentry's OpenFeature integration for enhanced feature flag observability| OpenFeature Blog
You know what they say... there are 2 hard things in computer science: cache invalidation, naming things and off-by-1 errors. That's true for feature flags as well. You don't always get the name quite right before the feature flag gets used in production. But once the flag is in use| The Friday Deploy
A few weeks ago I switched Box Out and Flipper Cloud to AppSignal. I've been loving it so far! The only snag I hit was cost for Cloud (not for Box Out). Previously, Cloud was using New Relic and paying around $180/mo. After a few weeks on AppSignal I| The Friday Deploy
With Flipper's new telemetry, we can see when a flag hasn't been requested in production (or any environment for that matter) for a long enough window that it's safe to remove. That creates a lot of peace of mind when cleaning up stale flags.| The Friday Deploy
Adding feature flags is easy but deleting them requires care and safety. We even mess it up. Before you delete a flag, you have to remove it from the code. If you don't remove it from the code, deleting a flag is the same as disabling it.| The Friday Deploy
At Just Eat we have experimentation and feature flagging at our heart and we've developed a component, named JustTweak, to make things easier on iOS.| Alberto De Bortoli