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·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 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
Chavez HarrisforChavez Harris | Frontend Engineeringcodedbychavez.hashnode.net·Jan 14, 2023How to A/B test your Python applicationWill showing the number of book copies sold on my website encourage more people to buy it? To answer this question confidently, I can rely upon A/B testing for guidance. This method of testing allows us to evaluate two versions of a website or app by...Discuss·54 readsAmplitude
Chavez HarrisforChavez Harris | Frontend Engineeringcodedbychavez.hashnode.net·Dec 23, 2022How to use feature flags in Inferno.jsThe goal of software development workflows is geared toward releasing new features and updates, which can sometimes cause issues if not handled correctly. In my opinion, using feature flags has proven to be essential in situations like these. You can...Discuss·32 readsFeature Management