More Than A Toggle: Using Feature Flags for Database Migrations Without Disrupting Your End User
Most people associate feature flags with smaller releases and the ability to toggle features on and off, but you can also use them to aid in larger scale projects (such as infrastructure migrations) for things like: maintaining data integrity, testing the new system, and maintaining an optimal user experience in the process.
