Feature Flags With Software Developer, Geoff Rayback
By managing high traffic as his team’s main priority, Geoff needs to be strategic with everyday deployments. Check out this case study to learn what was successful:
- Speed and safety working together
- Break things responsibly
- Increase release cadence, lower the pressure
Are you ready to get started with feature flags?
Schedule a personalized demo!
renderContent(deleteTreatment) { const allowDelete = deleteTreatment.treatment === "on"; return ( <div className="todoListMain"> <div className="header"> <form onSubmit={this.addItem}> <input ref={(a) => (this._inputElement = a)} placeholder="Enter Task" ></input> <button type="submit">Add</button> </form> </div> <TodoItems entries={this.state.items} allowDelete={allowDelete} delete={this.deleteItem} /> <TodoItems entries={this.state.items} allowDelete={allowDelete} delete={this.deleteItem} /> </div> ); }
From 2 Deployments a Day to 64
Geoff’s deploy time used to take place at night, when user activity was low. Now, he and his team use feature flags and constantly deploy, even during peak traffic times. Nothing gets broken and everyone can get a good night’s sleep.
"They were talking about it, you’ve got to pick between resiliency and speed, pick one of those things. And I think that’s a totally false statement. You don’t have to pick one of those, in fact, if you do it right, speed can create resilience."
Geoff Rayback, Software Developer
Before Split, Speed and Safety Butted Heads
The team tests every feature before rolling them out, creating fewer user issues. In the past, this meant some features sat in the testing phase for days before they were ready to be released. Now, using Split, Geoff and his team can be safe and fast, having the flexibility to change or experiment with any of their features before they’re rolled out.
By managing high traffic as his team’s main priority, Geoff needs to be strategic with deployment frequency. Check out this case study to learn what was successful:
- Speed and safety working together
- Break things responsibly
- Increase release cadence, lower the pressure
Split Is a Leader in Feature Management and Continuous Delivery
Schedule a Split Demo Tailored to Your Needs
Speed up development cycles, reduce release risk, and focus your team on DevOps best practices that create maximum impact.
Create Impact With Everything You Build
We’re excited to accompany you on your journey as you build faster, release safer, and launch impactful products.