Skip to main content
Roxana Halați
I'm pretty cool, but I cry a lot.
View all authors

Enabling 2-Factor Authentication Plus Tips

· 4 min read
Zoltan David
One with a vision, answers and a master plan.
Gergely Sinka
"Not all code paths return a value." - VS
Roxana Halați
I'm pretty cool, but I cry a lot.

By now, you’re probably well-acquainted with the suite of useful feature flag tools offered by ConfigCat. In case you aren't, ConfigCat is a developer-centric feature flag service with unlimited team size, awesome support, and a reasonable price tag. Let's play it safe and discuss 3 cool things that ConfigCat allows you to do – which we bet you didn’t know about! I’ll cover:

Let’s get started!

Cover Image

Feature Flags in a .NET6 Application

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

Autumn of 2021 saw the release of the newest .NET version, .NET6. This new release brought some updates that could potentially make a developer’s life easier, such as improved performance and a simpler development process. With less code to write and productivity tools like hot reloading, the new .NET was quickly adopted by developers all over the world.

Cover

Even before the new release, .NET had a wide range of utilities and has risen to become of the most popular frameworks available. Whether you’re migrating from an older version or just getting started on a new project, you may be wondering what feature management solutions are available to you. I wondered as well, so in this tutorial, I’ll go over one of the best - using feature flags.

Managing feature flags in multi-developer environments

· 3 min read
Zoltan David
One with a vision, answers and a master plan.
Roxana Halați
I'm pretty cool, but I cry a lot.

If you’ve been reading about feature flags then I’m sure you’re convinced of the power and value they provide. Since development is mostly a team effort, you may be wondering how to manage a feature flag within a team, regardless of size, so one developer’s work doesn’t affect another’s. Well, in this article, we discuss exactly this issue and offer two solutions, depending on the size of your team.

Cover

Targeting, Segmentation, and Canary Releases for beginners

· 5 min read
Zoltan David
One with a vision, answers and a master plan.
Roxana Halați
I'm pretty cool, but I cry a lot.

Picture 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 everyone.

But who gets to see this new feature first? How do you choose the first user segment? How do you use feature flag rules to target them?

Good to know: Feature flags let you launch new features and change your software configuration without (re)deploying code.

Let’s look at some typical real-world examples of how you can do canary releases using ConfigCat.

Cover

Easier Feature Flag Management Using Integrations

· 2 min read
Gergely Sinka
"Not all code paths return a value." - VS
Lajos Szoke
The one man army, who single-handedly built the heart and soul of ConfigCat.
Roxana Halați
I'm pretty cool, but I cry a lot.

Unless you’ve been living under a rock for the past two years, chances are you’re well-acquainted with today’s hybrid work environment and the tools that come with the territory. Platforms such as Jira, Trello and Slack are well established as tools that enable high-level remote collaboration and task management. ConfigCat provides straightforward integrations with Jira, Trello, and Slack that allow for higher visibility and easier, more convenient feature flag management. In this blog, I’ll go through these feature flag devices one by one, outlining their functionality and how to integrate them.

ConfigCat Integrations cover

How to use ConfigCat's Feature Flags in Java

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

Java 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 learn how to quickly enable features in Java, with no redeployment and no fuss.

Cover Image ConfigCat and Java

Using Feature Flags in React Native

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

React 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 framework is becoming increasingly popular among developers. In this article, we’re going to explore how to use feature flags in this environment so you have all the tools necessary for great mobile development.

Config Cat + React Native