O'Reilly eBook

Continuous Delivery in the Wild

In this eBook, Pete Hodgson, breaks down the fundamentals of Continuous Delivery. Based on interviews with engineering teams of all shapes, sizes, and levels of sophistication, he shares how Continuous Delivery works in the real DevOps world.

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

How Real DevOps Engineering Orgs Do It

You’ve probably heard plenty about CI/CD pipelines. But how do engineering DevOps teams with GitOps operational frameworks put it in practice? Should you have a staging environment? Do trunk-based development? Use pull requests? Rely on a Jenkins pipeline to wrap your code in feature flags?

Download this eBook to learn:

  • Why you should use fewer continuous development environments
  • How branching and continuous integration (CI) make CD possible
  • Why even advanced orgs sometimes violate trunk-based development
  • Deployment strategies such as single-piece flow and the release bus
  • Actions to implement or improve within your own organization
  • And more! Download the free eBook today

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.