Big News! Split is now part of Harness. Learn more at Harness and read why we are excited by this move.

Contributor

Micah Silverman

Continuous Deployment in Angular

Angular is one of the most popular front-end frameworks. Continuous Deployment (CD) is one of the most important developments in software engineering in the last decade. It’s a natural and yet radical evolution of Continuous Integration (CI). While its predecessor… Read more

Pac-Man Shows You the Benefits of Feature Flags

We can learn a lot from classic video games like Pac-Man. In this post I explore how to change game behavior using feature flags.

A Quick Guide to Feature Toggles in a Spring Boot App

We walk you through implementing a feature toggle (often called a feature flag) in a Spring Boot App so you can get started with toggles in practice.