Ask HN: Do you use a feature flag system? What does it look like?
8 points| abahlo | 2 years ago
Which systems worked, which didn’t, and how would you set one up if you were to do so today? Any software you can recommend?
8 points| abahlo | 2 years ago
Which systems worked, which didn’t, and how would you set one up if you were to do so today? Any software you can recommend?
b-rock8|2 years ago
abahlo|2 years ago
ayoubElk|2 years ago
It's been pretty helpful for us moving our analytics queries from mongoDB to clickhouse.
scrubs|2 years ago
mejutoco|2 years ago
Most companies seem to prefer launchdarkly or similar, but I have seen this setup work great at big international websites with loads of traffic.
lgkk|2 years ago
For my smaller projects I’ve used simple kv stores and user id lookups to handle it. Works fine.
Depends how advanced you want to go honestly. If you want to go bonkers use LD. If you want something simple like literally serve X user Y content you could set something up yourself in 30 minutes.
XCSme|2 years ago
I simply use GulpJS with the removeIf plugin, which completely adds/removes the code of the feature.
phendrenad2|2 years ago
builder555|2 years ago
abahlo|2 years ago