PodParley PodParley

How To Use Feature Flags

Episode 25 of the Complete Developer Podcast podcast, hosted by BJ Burns and Will Gant, titled "How To Use Feature Flags" was published on February 25, 2016 and runs 56 minutes.

February 25, 2016 ·56m · Complete Developer Podcast

0:00 / 0:00

<blockquote>“Flags allow us to restrict features to certain environments, while still using the same code base on all servers.” ~ Ross Harmes</blockquote> <p class="abstract">Feature flags offer an alternative to maintaining multiple various branches of source code. Continuous deployment requires such feature branches to be integrated with the master branch as early as possible. Feature flags are toggles that allow for early integration with execution paths turned off by a toggle that can be turned on for specific users/testers or when the feature is ready for deployment without having to roll out new source code. There are two basic types of feature flags: release toggles and business toggles. Release toggles are used for rolling out new features in continuous deployment. Business toggles allow for restricted user access such as through premium accounts. The simplest feature flags are boolean statements however they can be more. State can be set statically or dynamically. Rule based toggles can be used with XML, YAML, and JSON. Beyond common usage they are also available for trial of new features to allow early access to beta testers, allow internal review of the feature, or run A/B tests. When rolling out new features toggles can be used to verify scalability of the feature or app. Toggles should show a minimal presence in code and be retired once pending features are added. Dangers of using feature flags include accidental exposure of the feature, corrupting data, and technical debt created by the toggles.</p> Hosted on Acast. See acast.com/privacy for more information.

<blockquote>“Flags allow us to restrict features to certain environments, while still using the same code base on all servers.” ~ Ross Harmes</blockquote>

<p class="abstract">Feature flags offer an alternative to maintaining multiple various branches of source code. Continuous deployment requires such feature branches to be integrated with the master branch as early as possible. Feature flags are toggles that allow for early integration with execution paths turned off by a toggle that can be turned on for specific users/testers or when the feature is ready for deployment without having to roll out new source code. There are two basic types of feature flags: release toggles and business toggles. Release toggles are used for rolling out new features in continuous deployment. Business toggles allow for restricted user access such as through premium accounts. The simplest feature flags are boolean statements however they can be more. State can be set statically or dynamically. Rule based toggles can be used with XML, YAML, and JSON. Beyond common usage they are also available for trial of new features to allow early access to beta testers, allow internal review of the feature, or run A/B tests. When rolling out new features toggles can be used to verify scalability of the feature or app. Toggles should show a minimal presence in code and be retired once pending features are added. Dangers of using feature flags include accidental exposure of the feature, corrupting data, and technical debt created by the toggles.</p>


Hosted on Acast. See acast.com/privacy for more information.

Wellness Wisdom Sharon Whitefawn Sharon is a holistic health professional who has developed a complete wellness approach based on her life experiences, challenges, and healing journey. In this podcast, she shares positive golden nuggets of wellness wisdom that will inspire optimal health, fitness, and wellness - mind, body, and spirit. #100DaysOfCode Motivation Podcast Treehouse A podcast of motivational messages from software engineers, engineering leadership, Treehouse staff, Influencers, tech executives, and more – to inspire and help aspiring developers stay on track to complete the #100DaysofCode challenge.Go to join.teamtreehouse.com/100-days-of-code to launch your #100DaysOfCode Challenge with Treehouse today! Immortal Index: A Xianxia & Wuxia Fan Podcast Immortal Index Podcast The Immortal Index is A Podcast show discussing Chinese webnovel translations of "Xianxia" and/or "Wuxia" - hosted by @StephenLemieux and produced alongside AfterBuzz TV, Rate and comment for a shout out on on the show; and tell me what you'd like to talk about!Xianxia: a type of Chinese Martial Arts novel genre developed from the Wuxia genre that is heavily influenced by Taoism and Buddhism. ... Contrary to the Wuxia genre, Xianxia novels have more elements of fantasy, complete with magic, demons, ghosts and immortals. FivesSquared's podcast Timothy Fives Today's ever-changing business landscape requires companies to continually evolve by adopting increasingly smarter and more efficient solutions to remain competitive. Strategic work "on the business" and not just "in the business" must be a priority for leaders looking to drive measurable, strategic growth. FivesSquared specializes in integrated business and technology consulting driven by the belief: smart solutions must be developed based on strategic goals and driven by smart tools. From foundational organizational structure and core process development through technology, to the software selection process and on-site integration, FivesSquared offers for-profit and nonprofit organizations a complete suite of customizable advisement services.​We understand every organization is facing unique internal and external circumstances and that for-profit and nonprofit organizations have particular needs specific to their operational and financial goals. Our customizable services offer f
URL copied to clipboard!