Olufemi Oyedepoolufemioyedepo.hashnode.dev·Sep 16, 2024Implement feature flags using GrowthBookWhat is GrowthBook? GrowthBook is a modern, feature-rich & an open-source feature flagging and experimentation platform designed to help teams optimize product development through A/B testing and feature management. It provides tools for conducting e...Discuss·143 readsVue.js
Adnan ChowdhuryforGrowthBook Engineering Bloggrowthbook.hashnode.dev·Feb 27, 2024Code ReferencesAs companies grow, they often find themselves increasingly reliant on feature flags. While these are valuable tools, they sometimes linger in the codebase, leading to technical debt. It's important for developers to be aware of this and consider regu...Discuss·26 readsgrowthbook
Luke SonnetforGrowthBook Engineering Bloggrowthbook.hashnode.dev·Jan 19, 2024Changing Running Experiments Safely and Flexibly in GrowthBookRunning experiments can be a messy business and you often want to make changes mid-experiment. Making changes to running experiments in GrowthBook 2.7 is: Safer than ever. With guided flows that ensure you don’t introduce bias when changing targetin...Discuss·116 readsab testing
Jeremy DornforGrowthBook Engineering Bloggrowthbook.hashnode.dev·Jan 19, 2024Fact Table Query OptimizationBack in October 2023, GrowthBook 2.5 added support for Fact Tables. This allowed you to write SQL once and re-use it for many related metrics. For example, an Orders fact table being used for Revenue, Average Order Value, and Purchase Rate metrics. H...Discuss·124 readsSQL
Adnan ChowdhuryforGrowthBook Engineering Bloggrowthbook.hashnode.dev·Nov 28, 2023Stale Feature Flag DetectionFeature flags are a fantastic way to reduce risk during deployments, but they can also be a source of technical debt. It’s common for engineers to forget to clean up feature flags from the code that aren’t being used anymore. To help solve this probl...Discuss·126 reads feature flags
Michael KnowltonforGrowthBook Engineering Bloggrowthbook.hashnode.dev·Nov 28, 2023Boost Confidence in Experiment Launches with GrowthBook's Pre-Launch ChecklistsAt GrowthBook, our mission has always been to empower organizations to optimize their online experiments seamlessly. We are thrilled to announce our latest feature— Customizable Pre-Launch Checklists. Experimentation is at the heart of progress, but ...Discuss·180 readsexperimentation
Jeremy DornforGrowthBook Engineering Bloggrowthbook.hashnode.dev·Mar 30, 2023Visual Editor 2.0We're proud to announce the upcoming release of our brand-new Visual Editor! Soon, you'll be able to design A/B tests on your website directly in your browser, ship the tests to production, and analyze the results, all without writing a single line o...Discuss·748 readsab testing
Luke SonnetforGrowthBook Engineering Bloggrowthbook.hashnode.dev·Mar 29, 2023CUPED for Faster Experimentation in GrowthBookCUPED is now available for the Frequentist engine in GrowthBook 2.0! The figure above shows the decreasing p-values and confidence intervals in the GrowthBook UI when CUPED is enabled. There are many ways to improve the speed of your experimentatio...Discuss·466 readsab testing
Michael KnowltonforGrowthBook Engineering Bloggrowthbook.hashnode.dev·Mar 29, 2023Introducing: The GrowthBook Schema BrowserGrowthBook is a warehouse-native feature flagging and experimentation platform - which means, instead of having to send data to us, GrowthBook integrates with your existing data infrastructure. Once you connect GrowthBook to your Data Source, you can...Discuss·181 readsDatabases
Luke SonnetforGrowthBook Engineering Bloggrowthbook.hashnode.dev·Mar 29, 2023Simpler, Faster SQL Queries(Photo by Bill Jelen, Unsplash) This performance improvement is due to 3 main changes. One Dimension and Variation per User When users are exposed to multiple variations in an experiment (due to bugs) or have multiple dimension values (e.g. by using ...Discuss·1 like·132 readsgrowthbook