[-] deltamaniac@programming.dev 4 points 1 year ago

Feature Flags is a concept that helps to enable or disable a feature on an app. Example you would want to roll out a new button on app for a certain set of users, A naive and simplified implementation would look like something below

flags = server.getFlags() // Fetch/Compute feature flags

if (flags.FeatureA == true) {
// show button
}
[-] deltamaniac@programming.dev 8 points 1 year ago

Insomnia user here too, I've found it to be simple,clean and to my taste.

[-] deltamaniac@programming.dev 2 points 1 year ago

All i have to say is GG !

[-] deltamaniac@programming.dev 0 points 1 year ago

+1.

Would save a lot of hesitation to pick up rust for small teams that have an Open Telemetry Stack running

deltamaniac

joined 1 year ago