DEV Community

David Abaev
David Abaev

Posted on

Remote Configuration and Feature Flags

Why redeploy when you can toggle like a boss?
Why hardcode configs when you can change them live, ๐Ÿง™โ€โ™‚๏ธ
๐Ÿ” Feature Flags โ€“ flip features ON/OFF per user, per environment
๐Ÿ“ฆ Remote Config โ€“ change app behavior without redeploying, powered by IOptionsMonitor

https://quorum-mind.medium.com/the-role-of-feature-flags-in-devops-safe-deployments-in-critical-systems-6c67f3dc48c7

https://quorum-mind.medium.com/remote-configuration-in-net-core-with-ioptionsmonitor-consul-kv-faaf10285ce9

Demo:
https://youtu.be/aqF_YDTRSkc

Top comments (0)