Comment on
Postman alternatives?
Insomnia user here too, I've found it to be simple,clean and to my taste.
Comment on
Postman alternatives?
Insomnia user here too, I've found it to be simple,clean and to my taste.
Comment on
Dear past me, use the flags
Reply in thread
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
}
Comment on
Disabled at 22 million commits
All i have to say is GG !
Comment on
Are there any tutorials you would like to have made?
Reply in thread
+1.
Would save a lot of hesitation to pick up rust for small teams that have an Open Telemetry Stack running