Case Study

Bynder Decouples Deploy From Release With Split

Schedule a Demo

Deliver software features that matter, fast!

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>
  );
}

Split’s LMS Helped Bynder With Adoption & Education of the Platform

To get teams trained and up to speed quickly, Split offered a self-paced Learning Management System (LMS) named the
Split Arcade. The Split Arcade helped spread awareness around how to use the platform, providing actionable
knowledge on integrating feature flags into their feature releases.

I only had to drop one message in a channel and then all these people started to use it.

— Roald Bankras, Director of Engineering at Bynder
Download Case Study

Bynder’s Engineers Needed More Control of Their Rollouts

Bynder’s digital asset management (DAM) platform enables teams to conquer the chaos of proliferating content, touch-points, and relationships in order to thrive. Split’s feature management platform allowed Bynder to decouple deploy from release which gave engineers confidence and control with deployments

Prior to onboarding with Split, new feature releases were owned by Customer Success Managers (CSM) at Bynder, leaving engineers with limited control when it came to feature rollouts. They needed a feature management solution that would greatly reduce the amount of hot fixes that came with rolling out new features.

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.