Venkatesan Rethinamblogs.aspnet.in·Jan 20, 2023ASP.Net Core Feature Flags - IntroASP.Net Core is a free, open-source framework for building web applications and APIs. One of its powerful features is the ability to use feature flags, which allow developers to enable or disable certain functionality in their application without hav...33 readsasp.net core
Matteo CollinaforPlatformatic Blogblog.platformatic.dev·Oct 20, 2022Platformatic DB v0.4.0 - the post-conf editionThe Platformatic Team has been recovering after NodeConf.eu: we worked until the last minute to ensure our workshop was perfect. The conference was a huge blast and we gathered great feedback at the event and everybody was supportive. If you are curi...1 like·388 readsplatformatic
Chavez Harrischavezharris.com·Sep 23, 2022How to use feature flags in a PHP applicationIt has become very rare to develop software that does not require regular updates and patches. In fact, it's now the norm with the rise of agile software development. As a result, there are so many new updates to manage across our code making feature...1 like·77 reads feature flags
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
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