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
Contributor
Micah Silverman
Code
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.
Code
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.