Questions tagged [launchdarkly]

LaunchDarkly is a SaaS feature management platform. This tag should be used on PROGRAMMING QUESTIONS related to the LaunchDarkly platform. NON-PROGRAMMING QUESTIONS ABOUT LAUNCHDARKLY ARE OFF-TOPIC.

LaunchDarkly is a feature management platform which can be used to control feature lifecycles. The platform has server-side, client-side and mobile SDKs, including .NET, PHP, Python, Node.js, Java, JavaScript, Ruby/Rails, Go, iOS, and Android.

LaunchDarkly can do canary launches, infrastructure migrations, test in production, and user entitlements.

49 questions
0
votes
1 answer

Structure inter-dependant feature flags in Javascript

I'm fairly new to feature flags. They have been super helpful. I'm using them to release features but I am also using them to AB test features in the app. The problem I am running into is that some features are dependant on others. For example, I…
Josh Pittman
  • 7,024
  • 7
  • 38
  • 66
0
votes
2 answers

LaunchDarkly: multi-platform feature flagging and branching questions

Looking at LaunchDarkly for feature flagging across our enterprise apps. Two questions: 1) I'm concerned about being able to effectively flag features across our Java back end and React front ends (2 of them). What are some strategies that people…
Wes Gamble
  • 777
  • 10
  • 29
-2
votes
1 answer

Is there a way for enable/disable feature for all users with Launch Darkly?

I know there is this tool called Launch Darkly that works like a feature flag manager. Looking into its docs (https://docs.launchdarkly.com/sdk/client-side/dotnet) I see its possible enable a feature programatically like below: User user =…
Erick
  • 147
  • 2
  • 12
-2
votes
1 answer

Feature Flag Capability

I want to migrate me services to use Feature Flag Capabilities from: LaunchDarkly to AWS AppConfig feature flags Are they work the same? What are the major differences? Can I use Java Client?
Yosefarr
  • 709
  • 5
  • 12
  • 26
1 2 3
4