Feature Flags
In software development, there are times when you don't want certain parts of the application to be available for the user. To achieve this, we can use feature flags. In my career, I have come across two types of feature flags: those that are set at ...
redpepperlab.hashnode.dev3 min read