Feature flagging is a technique development teams deploy to enable easy switches between codepaths in their systems, at runtime. In simpler terms, they’re control structures …
Category: Infra
Migrate from Monolith to Microservices
Creating new microservices individually via feature flags ensures a low-risk release that will be easy on your devs, network administrators, and end-users
How to Branch by Abstraction with Feature Flags
Learn to branch by abstraction, a pattern used for making large-scale changes gradually while continuing to release your application, using feature flags
Did Feature Flags Kill the Canary?
The increased usage of feature flags and canary releases (also “canary deployments”) in software development has had a tremendous impact on the overall release process …
Top 10 Challenges When Building a Feature Flagging Solution from the Ground Up
Kicking off an internally developed feature flagging system is standard practice for many companies today as feature flags help engineering teams release faster at lower risk. As use cases for feature flags grow, so do the challenges of building an in-house system. This article will explore 10 challenges of building an in-house feature flagging solution.