Penaaz Valechapenaaz.hashnode.dev·Nov 1, 2023Why is this open source Feature Flag Management tool better than LaunchDarklyFlagsmith is an open source Feature Flag Management and Remote Configuration tool. In this blog, you’ll get to learn what are feature flags, what’s remote configuration, how can they help you, and what it’s like in a world without feature flags. Oh, ...23 likes·34 readsOpen Source
Nicolas Kellerfeature-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...30 likes·333 reads feature flags
Michael KnowltonforGrowthBook Engineering Bloggrowthbook.hashnode.dev·Jul 28, 2023New Feature: Save time with Automatic Metric Generation!In the fast-paced world of software development, staying ahead of the competition and continuously improving your product is crucial for success. One of the most powerful tools at a software company's disposal is feature flagging and experimentation....345 reads feature flags
Roxana Halațiroxanahalati.hashnode.dev·Jan 20, 2023Using Feature Flags in a Preact ApplicationSending your code out into the world can be a nerve-wracking experience. Regardless of how much testing you do beforehand, you’re never quite sure if everything will work according to plan. Even if it’s the case, during an applications life-time, you...Preact
Markos Korvesiscodingmantis.hashnode.dev·Sep 19, 2022Agile Release CyclesWelcome to the series "Generic Thoughts"; brought to you by "Coding Mantis"! So we've developed a part of our software and it's time to release it. But when is the ideal time to do so and in what manner? In Agile methodology regardless of flavour, we...Generic Thoughtsagile development
Chavez Harrischavezharris.com·Sep 13, 2022How To use Feature Flags in an ExpressJS applicationAs the world continues to change rapidly, software applications must be constantly updated. This forces software developers to release new features quickly. It is, however, a challenge to keep bugs and other software issues to a minimum. I have alway...46 reads feature flags
Shehriyar Qureshithatdevsherry.hashnode.dev·Jul 19, 2022trunk-based development can work with manual QATrunk-based development is something I've wanted to try out. However, it's not that easy to implement in a codebase that doesn't have tests. I talked a bit about it with my HoE (Head of Engineering) Ahmad Luqman, they presented good views as to why i...1.4K readsGit
Chavez Harrischavezharris.com·Jul 2, 2022How to set up and use Feature Flags in a Nuxt.js ApplicationAs a Software Developer, a feature flag management system gives me control and confidence when it comes to rolling out new features. I like that feature flagging offers this level of control as well as the ease with which it integrates into my develo...1 likeNuxt
David Herbertdaveyhert.hashnode.dev·Jun 21, 2022Eliminating Traditional Feature Release AnxietiesAs developers, we spend countless hours building new features and having them pass through rigorous QA tests. However, despite experience and all preparations made, there's always that dreaded feeling you get in the pit of your stomach when you know ...45 likes·334 readsfeature flag
David Herbertdaveyhert.hashnode.dev·Jun 17, 2022Decoupling Feature Releases from Deployment Using Feature FlagsIn a traditional software development workflow, whenever there are updates or feature releases to be made, they are typically tied to a single major deployment to production. As a result, the frequency of feature delivery is slower and a lot riskier ...27 likes·166 readsDevops