Chavez HarrisforChavez Harris | Frontend Engineeringcodedbychavez.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
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 26, 2023How to A/B test your React Native application using feature flags.Suppose you have two variations of a software product but you're not sure which one to deploy. The solution would be to conduct an A/B test in which you can release each variation to a small percentage of users. This would allow you to gather concret...Discuss·10 likesab testing
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
Chavez HarrisforChavez Harris | Frontend Engineeringcodedbychavez.hashnode.net·Mar 26, 2023How to A/B test your React Native application using feature flags.Suppose you have two variations of a software product but you're not sure which one to deploy. The solution would be to conduct an A/B test in which you can release each variation to a small percentage of users. This would allow you to gather concret...Discuss·10 likesab testing
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 23, 2023How to use feature flags with Unreal Engine's Python APIFeature flags have equipped software developers with the ability to seamlessly roll out and roll back new features with the click of a button. Due to their design and architecture, feature flags can be adapted and integrated into many languages and f...Discuss·5 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
Chavez HarrisforChavez Harris | Frontend Engineeringcodedbychavez.hashnode.net·Jan 21, 2023How to use feature flags in an Alpine.js applicationWith the rapid growth of software development, managing and releasing new features has become an integral part of our workflows. By using a feature flagging tool, you and your team can remotely release new features and manage what features users can ...Discuss·54 readsFeature Management
Chavez HarrisforChavez Harris | Frontend Engineeringcodedbychavez.hashnode.net·Jan 21, 2023How to use feature flags in SwiftHave you ever wanted to add a new feature to your iOS app with the option to roll it back quickly if things go wrong? Feature flags can help! With feature flags, you can deliver new features remotely with the click of a button without having to repub...Discuss·34 readsFeature Management