Skip to main content
Marko Benjak
It works on my machine.
View all authors

Feature Flag Retirement

· 5 min read
Marko Benjak
It works on my machine.

With the constant growing digitalization, our lives are continually enhanced by innovative features that simplify daily tasks. Central to this seamless integration of new functionalities is the concept of feature flagging—a powerful tool that allows developers to effortlessly toggle software components on or off.

This flexibility enables modifications without the need to redeploy or risk breaking the entire software infrastructure, offering tailored experiences to specific clients, regions, or user groups. Feature flags extend beyond mere software development, unlocking a plethora of versatile applications across various domains.

However, the utility of feature flags is primarily intended for temporary use and demands a strategic approach for their retirement. Hence, understanding the nuances of feature flag retirement is essential in maintaining an efficient and clean codebase.

Feature Flag Retirement Notes

Feature Flag services for EU startups

· 7 min read
Marko Benjak
It works on my machine.

Startups are newly opened companies or companies in their early stages. They have an idea or a finished product that needs placement and funding, which could help them start conquering the market. How do startups come to life? Well, usually, it's the case of one or more people who are colleagues or friends who believe they have an idea or a solution that is in high demand. Often there needs to be more funding at the start, and the biggest challenge is getting sufficient funds to keep operating. Due to that, most startups fail in the first two years of existence. To grow and fulfill their venture, they need the help of the services like feature flags which could make them competitive. But there is a difference from service to service based on the locations and different laws.

Cover

Feature Flags Downfalls - Top Mistakes to Avoid

· 6 min read
Marko Benjak
It works on my machine.

After using a certain tool, feature, or framework in expanding projects, things will start to look more complicated. You begin to wonder if everything is up to standards. Are things implemented correctly and are we following the best practices at the moment, so we have an easier time in the future? The short answer is probably not, because it's impossible.

Every project is different, and it requires an individual approach which will have to have some shortcuts. That being the case, each tool has a certain set of advice on what not to do. If followed, projects can avoid looming pitfalls.

feature flags downfalls cover photo

Feature flags are an innovative way of feature management. By using it, you can flag the component and easily disable or enable a feature. This can be done without redeploying the application, and it can target specific clients, regions, or any other category needed.