Posts

Showing posts from March, 2023

Feature Toggling 4 Dummies

Image
I was using this concept of Feature Toggling with Feature Toggles  (aka  Feature Flags /   Feature Switches)  in my Information Technology experience most of the Software Development Life Cycle starting from Development, Testing, DevOps till Production Support and Site Reliability for a while now. Today I want to share all the things as part of my blog series " Dummy 2 Techy ", about this technology trend in a readable approach so that every one will understand this concept deeply. Let's get in to the details and by the end of this read, if you are a Dummy 😟  you may become Techy  ðŸ˜Ž as Pro. If you are not, don't curse. 😊 No more waiting... Let's get started. Please give your comments if you like this blog !!!  Don't Forget Champs 😄 What is Feature Toggling? Feature toggling, also known as feature flags or feature switches, is a software development technique that allows developers to turn on and off certain features or parts of code in an applica...