Skip to main content

77 posts tagged with "feature management"

View All Tags

A/B Testing in Ruby Using Feature Flags

· 9 min read
Chavez Harris
Inspiration does exist, but it must find you writing code.

Conducting an A/B test experiment is a popular approach to determining which variation of a particular feature works best for your users. This experiment can shape the success of any product or business. Conducting these tests can be tricky and time-consuming, but with the ideal tools, it doesn't have to be.

If you're a Ruby developer, you're in luck. I'll show you how to perform an A/B test experiment in Ruby using ConfigCat feature flags and how to record the results with Amplitude's data analytics platform. Let's get started!

A/B Testing in Ruby Using Feature Flags cover

Optimizing Mobile App Development with Feature Flags

· 7 min read
David Herbert
Changing the world, one line of code at a time

From social media to banking, health monitoring to entertainment, mobile apps have intricately woven themselves into the fabric of our day-to-day activities. This widespread adoption has led to a surge in demand for more sophisticated, user-friendly, and dynamic applications.

In response to this demand, developers and companies are constantly seeking innovative methodologies and tools to streamline the app development process, enhance user experience, and ensure the delivery of high-quality products. This is where feature flags come into play.

Optimizing mobile app development with feature flags cover

Using Feature Flags in an Angular Application

· 6 min read
Roxana Halați
I'm pretty cool, but I cry a lot.

In today's fast-paced digital landscape, users expect seamless, high-quality software experiences without interruptions. As developers, our challenge is introducing new features and updates without causing downtime. The solution? Feature flags. With feature flags, you can safely roll out new features gradually, ensuring your application remains fully operational while the development process continues.

Using feature flags in Angular cover

Unreal Engine Meets ConfigCat - New SDK Released

· 7 min read
Chavez Harris
Inspiration does exist, but it must find you writing code.

Are you a game developer seeking an efficient way to roll out, manage, and control features in your games? Look no further. With ConfigCat's Unreal Engine SDK, you can seamlessly add feature flags directly into your Unreal Engine projects, allowing you to decouple feature releases from deployments. This not only gives you greater flexibility but also helps streamline your feature development process from start to finish. How does it work in practice? Let's dive in.

ConfigCat Unreal Engine SDK cover

Decision Makers vs. User Personas

· 8 min read
David Herbert
Changing the world, one line of code at a time

In business and marketing, decision-makers and user personas are like chess pieces. One, the decision maker, holds the power, making key moves that decide the fate of products and strategies. The other, the user persona, embodies the target audience, guiding the direction of marketing efforts and product development.

Decision makers vs user personas cover

Using Feature Flags to Enhance E-Commerce Shopping

· 7 min read
David Herbert
Changing the world, one line of code at a time

In a world saturated with e-commerce platforms, the difference between a mere visitor and a loyal customer often hinges on the shopping experience they encounter. Think about it: Why do customers repeatedly flock to giants like Amazon and other online shops with unique offerings? It's the shopping experience, that personal touch—the sensation that the online store knows exactly what they're looking for, even before they do.

Feature flags in e-commerce cover

Managing Feature Flags in Large-Scale Applications

· 8 min read
David Herbert
Changing the world, one line of code at a time

Large-scale applications are extensive software applications engineered to handle vast amounts of data, a high number of concurrent users, and complex transactions. They often encompass distributed systems, utilize microservices architecture, and are deployed across various platforms and environments. However, managing large-scale applications presents a unique set of challenges akin to orchestrating a symphony. Like a musical note, each line of code plays a critical role in their grand performance.

Managing feature flags in large-scale applications cover

Integrating ConfigCat and Mixpanel Analytics for Business Success

· 10 min read
David Herbert
Changing the world, one line of code at a time

Experimentation is key to successful product development, helping businesses innovate and stay competitive by testing and refining ideas. User actions like page views, clicks, and scrolls provide valuable data about what works and what doesn't. To improve products, businesses need tools that make it easy to understand this data. Using feature flags with analytics tools is a great approach. ConfigCat and Mixpanel, when used together, help businesses roll out new features smoothly and gain important insights for making better decisions.

ConfigCat and Mixpanel integration

Using Feature Flags for Experimentation and Growth Hacking

· 6 min read
David Herbert
Changing the world, one line of code at a time

Experimentation, at its core, is about navigating through the unknown, testing new ideas, and iterating based on feedback and results. It's a practice that could be applied to the business world, where hypotheses are formed, tested, validated, or refuted. This approach is crucial in an environment where customer preferences and market dynamics constantly shift rapidly.

Feature flags for experimentation and growth hacking cover