Nancyfeatureprobe.hashnode.dev·Sep 26, 2023How to develop Cross-Platform App SDK with Rust?FeatureProbe is an open-source feature management service. We provide different kinds of programming languages for users, which include iOS SDK and Android SDK. In that way, how to build a Cross-platform SDK? Why do we use Cross-Platform? Lower deve...DiscussRust
Nicolas KellerforTggl.io: Feature-Flagging best practicesblog.tggl.io·Sep 23, 2023Everything you need to know about feature flags - The complete guideWelcome to the world of feature flags! If you're a developer, DevOps, product manager, or data scientist, you're in the right place to improve your approach to software development. If you're here, it's likely because you've heard about feature flags...Discuss·20 likes feature flags
Nicolas KellerforTggl.io: Feature-Flagging best practicesblog.tggl.io·Sep 16, 2023Build vs. Buy: should I build an in-house feature flags system?In the ever-evolving landscape of software development, the power of feature flags cannot be overstated. These unassuming lines of code, also known as feature toggles or switches, offer developers an unprecedented level of control and flexibility. Th...Discuss·20 likes·90 reads feature flags
Milan Jovanovićmilanjovanovic.hashnode.dev·Sep 16, 2023Feature Flags in .NET and How I Use Them for A/B TestingThe ability to conditionally turn features on or off in your application without redeploying the code is a powerful tool. It lets you quickly iterate on new features and frequently integrate your changes with the main branch. You can use feature flag...Discussdotnet
Nicolas KellerforFeature flagsfeature-flags.fr·Sep 4, 2023Tout savoir sur les feature flags - Le guide completBienvenue dans l'univers des feature flags ! Si tu es développeur, DevOps, product manager ou data scientist, tu es au bon endroit pour améliorer ton approche du développement logiciel. Si tu es ici, c'est que tu as sûrement entendu parler des featur...Discuss·30 likes·37 reads feature flags
Gergely Sinkaconfigcat.hashnode.dev·Aug 30, 2023Split vs LaunchDarkly vs ConfigCatChoosing the Right Feature Flag Management Service Split, LaunchDarkly, and ConfigCat are some of the feature flag management platforms that will make your life much easier when it comes to testing new pieces of code. Are you interested to find out w...Discussconfigcat
David Herbertdaveyhert.hashnode.dev·Aug 28, 2023Feature Flags in Microfrontend ArchitectureIn today's fast-paced world, the web development landscape is constantly evolving, with user expectations for fast and responsive applications driving innovation. The need for more modular, scalable, and maintainable architectures is more crucial tha...Discuss·11 likes·70 reads feature flags
Kunal KushwahaforWeMakeDevsblog.wemakedevs.org·Aug 19, 2023A better and safer way to deliver software using feature flagsAs a software developer, you know how challenging it can be to deliver new features to your users. You have to deal with the complexity of code, the uncertainty of user feedback, and the risk of breaking your existing functionality or introducing bug...Discuss·1 like·188 readsCase studiesWeMakeDevs
Marvin Frachetblog.mfrachet.com·Aug 16, 2023Why Progressively? Decoupling your features & your code releasesIt's been around 10 years that I'm building applications, and I used to get frustrated by not being able to move as fast as I wanted regarding deploying code that I write daily. Having worked using old-school workflows like Gitflow or feature branche...Discuss·5 likes feature flags
Chavez Harriscodedbychavez.hashnode.dev·Aug 12, 2023How to use ConfigCat's public API to conduct integration testsFeature flags are essential for effective feature release and management. Using them, we can control what features end users can see and which should remain hidden. Feature flagging allows developers to plan, launch and test new features remotely wit...DiscussFeature Management