Running an A/B Test in Android Kotlin Using ConfigCat and AmplitudeReleasing your digital product on the market is both an exciting and terrifying process. Whether you’ve created a mobile app or another type of software product, seeing it in the hands of real users is the ultimate achievement. But, simply building a...Jun 13, 2023·8 min read
Targeting, Segmentation, and Canary Releases for beginnersPicture this: You’ve added a new feature to your software, linked it to a feature flag, and deployed it to production. Now, you’d like to enable this feature for a subset of your users to get their feedback before you take the leap and roll it out to...Nov 21, 2022·4 min read
How to use ConfigCat's Feature Flags in JavaJava is one of the most widely used programming languages. Whether you've used it, know someone who has, studied it in university, or despise it, it's no surprise that many software products are developed in Java. So, keep reading if you want to lear...Nov 21, 2022·5 min read
Using Feature Flags in React NativeReact Native is a framework created by Facebook that simplifies development of cross-platform mobile applications. In a nutshell, React Native code is automatically translated to native code for both Android and iOS. It's no wonder that this framewor...Nov 20, 2022·7 min read
Using Feature Flags in an Angular ApplicationIn a world where users demand fast, quality software, it is our job as developers to provide them with exactly that. So, what do you do when users need your app to run continuously, you need to add a new feature, but you can’t afford the downtime fre...Nov 19, 2022·6 min read