Case Study

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
Download Now

Are you ready to get started with feature flags?

Schedule a personalized demo!

By submitting this form you agree with our privacy policy and to receive marketing emails from Split. You may unsubscribe from these emails at any time.

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.

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.

Book a Demo

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.