Skip to main content

Questions tagged [feature-toggles]

Feature Toggles are a technique applied by Software Engineers to code bases, allowing teams to modify system behaviour without changing code. Feature Toggles are closely related to the concept of Feature Flags.

0 votes
0 answers
62 views

I have a running setup with an Unleash SaaS instance and an Unleash Proxy. I have a backend that connects directly to https://eu.app.unleash-hosted.com/eu.../api and React SDK client that connects to ...
Kalle Richter's user avatar
4 votes
2 answers
3k views

We are looking at moving to a trunk based development branching strategy rather than gitflow that we currently use. I understand that feature flags are crucial to trunk based development. However, is ...
VKR's user avatar
  • 71
2 votes
0 answers
315 views

I wanted to ask what the preferred tool, method or framework is when using feature flags with Flask applications. The main problem is that the most relevant result has not seen an update since 3 years,...
Moritz's user avatar
  • 1,227
2 votes
0 answers
180 views

Question inspired by How to persuade developers to start using feature flag toggles? Find a feature toggle framework. Management/the business may be more amenable to trying something supported by ...
Dan Cornilescu's user avatar
20 votes
2 answers
2k views

There are some questions about feature flag toggles, such as: How to persuade developers to start using feature flag toggles? How to use feature flag toggles? Questions: What is actually a "feature ...
Pierre.Vriens's user avatar
  • 7,235