David Herbertdaveyhert.hashnode.net·Jan 10, 2023FeaturedHow to Implement and use Feature Flags in a Svelte ApplicationWhen deploying code, one of the best ways to ensure it's high quality, meets user or business requirements, and works as it should is by feature flagging it. Feature flags are a great way to control the release of new code or features in your softwar...Spiff Jekey-Green and 3 others are discussing this4 people are discussing thisDiscuss·63 likes·605 readsJavaScriptLove how straightforward this is. ✌ Really cool stuff. 3
Amitosh SwainforCMD-LYNEtoplyne.hashnode.net·Jan 19, 2023Feature flags and why you should use themYou just wrote a great deal of code and are about to deploy it. But you ask yourself, “Will you set the hamsters free to eat all our servers?” If you wonder whether your last change will kill your servers or receive extreme bashing from your users, ...Discuss·43 likes·90 reads feature flags
Chavez Harriscodedbychavez.hashnode.net·Nov 15, 2022FeaturedHow to A/B test your Angular application using Feature Flags and AmplitudeKnowing up front whether a new feature will improve or worsen user experience can be a challenging decision. If we don't adopt the proper mechanisms and processes to test new features we stand a high risk of introducing new bugs. By incorporating A/B...Discuss·12 likes·126 readsAmplitude
Alvin JohanssonforElvaelva.hashnode.net·Apr 11, 2023Using AppConfig Feature Flags with Organization UnitsAWS AppConfig is a tool under AWS Systems Manager which handles, you guessed it, configurations of your applications. One of the major features are Feature Flags which enables you to toggle a feature wherever you need to within your solutions. It's a...Discuss·7 likes·125 readsAWS
Chavez HarrisforChavez Harris | Frontend Engineeringcodedbychavez.hashnode.net·Apr 8, 2023Using feature flags in your CI/CD pipelinesContinuous Integration and Continuous Development/Deployment, most commonly abbreviated as CI/CD has changed and improved the way modern software is developed and shipped. When compared to traditional approaches which had a definite end, the CI/CD pr...DiscussFeature Management
Jeremy DornforGrowthBook Engineering Bloggrowthbook.hashnode.net·Mar 28, 2023Faster Feature Releases on GrowthBook CloudIn GrowthBook 1.9, we launched the GrowthBook Proxy server to enable faster feature rollouts for self-hosted instances. With the Proxy, changes you make in the GrowthBook UI (e.g. disabling a feature) are released to all of your users in production i...Discuss·135 reads feature flags
Jeremy DornforGrowthBook Engineering Bloggrowthbook.hashnode.net·Mar 28, 2023Fully Typesafe SDKGrowthBook client-side SDKs have always been written in 100% Typescript, which provides a great baseline level of type safety. Trying to use a numeric feature flag value as a string? Get a compile-time error. const value: string = gb.getFeatureValue(...Discuss·221 readsTypeScript
Jeremy DornforGrowthBook Engineering Bloggrowthbook.hashnode.net·Mar 28, 2023New REST APIsBack in October, we launched our very first REST API endpoint (GET /features) to list all of the feature flags in your GrowthBook account. Since then, we've been adding new endpoints and improving documentation. There's still a lot of work to do, but...Discuss·115 reads feature flags
Chavez HarrisforChavez Harris | Frontend Engineeringcodedbychavez.hashnode.net·Mar 26, 2023How to conduct an A/B test in iOS using feature flags and AmplitudeHave you ever rolled out a new feature only to discover it is problematic? Situations like this can be costly for your users and organization. Is there a way to avoid this? This is where A/B testing comes in handy. An A/B test involves releasing two ...DiscussAmplitude
Chavez HarrisforChavez Harris | Frontend Engineeringcodedbychavez.hashnode.net·Mar 26, 2023How to use feature flags in a FaaS applicationWith the rise of cloud computing, Function as a Service (FaaS) services are becoming quite popular in the software industry. This is in part due to them not requiring the setup and implementation of a backend server to process and respond to data req...DiscussFeature Management
Chavez HarrisforChavez Harris | Frontend Engineeringcodedbychavez.hashnode.net·Mar 24, 2023How to conduct an A/B test experiment in Go using feature flagsWhen it comes to releasing new features, it is often difficult to anticipate how users will react and interact with them. This is where A/B testing comes in useful. It provides a mechanism to test and evaluate two variations of an app to determine wh...Discuss·10 likesFeature Management
Chavez HarrisforChavez Harris | Frontend Engineeringcodedbychavez.hashnode.net·Mar 21, 2023How to use feature flags in GoBefore feature flags, releasing a new feature would require taking your application offline to make changes, then redeploying it. In addition, if you find bugs after the release, you'll have to start the process from scratch. Despite being a traditio...Discuss·1 likeFeature Management
Chavez HarrisforChavez Harris | Frontend Engineeringcodedbychavez.hashnode.net·Mar 20, 2023How to use ConfigCat's feature flags with ElmahWith a well-implemented feature flagging solution in place, your end users' experience should not be interrupted during feature rollouts. If unforeseen bugs are later discovered in the new feature, you should be able to easily roll it back without re...DiscussFeature Management