Case Study

FINANCIAL SERVICES ENGINEERING MANAGER

Split.io is currently partnering with a company that connects people to financial services products. The company is an online loan marketplace for auto loans, small business loans, personal loans, and credit cards. Download this case study to learn more.

Learn Why Agile Businesses Use Split

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

Feature Flagging Before Split

Before Split, the online loan marketplace was managing its feature releases with a homegrown system. This system primarily used frontend tools and allowed the software team to make basic updates to the platform which ultimately decreased user satisfaction. Since adopting, Split.io has enabled control over feature releases. They even saved money by cutting back on resource costs.

Download Case Study

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.