Get the latest tech news
Show HN: Feature Flags Backed by Git
A feature management platform built for developers from scale-ups to enterprises that leverages the tools developers already know and love.
value, err := client.BooleanValue( context.Background(), "new-ui-enabled", false, openfeature.NewEvaluationContext("user-123"),) const evaluationCtx: EvaluationContext = { targetingKey: 'user-123', platform: 'web',}; value = fliptProvider.getBooleanEvaluation("new-ui-enabled", false, evaluationContext).getValue());
Or read this on Hacker News