Skip to main content

59 posts tagged with "how to"

View All Tags

Canary Release / Progressive Delivery with ConfigCat

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

In this post, we’ll look at how we can easily implement a canary release of a feature in 7 steps using ConfigCat’s feature flagging service through its provided dashboard.

This step-by-step guide will showcase how we can release a new feature incrementally, by first exposing it to low-risk user groups (e.g. team members and possibly friends), and then gradually releasing it to a larger audience - using ConfigCat, a feature flag service to implement everything.

How to Use Feature Flags in Vue.js

· 7 min read
David Herbert
Changing the world, one line of code at a time
Chavez Harris
Inspiration does exist, but it must find you writing code.

Feature flags have greatly simplified the process of continuously testing and integrating new features into our applications. They ensure confidence even in production environments, eliminating deployment risks such as downtimes or bugs that could adversely affect the entire user base.

Feature Flags in Vue.js

How to send feature flag change notifications to DataDog

· 3 min read
Endre Toth
Large scale enterprise development expert. The father of our SDKs and infrastructure.

Thanks to the latest CI/CD tools and services, software companies can now deliver multiple releases in a week. Over the release process, it's expected that DevOps professionals keep their eyes on the monitoring dashboard and roll-back the deployment on the first suspicion. Since the use of feature flags gets more and more traction, it seems like a good idea to connect those releases and the monitoring tools.

DataDog Dashboard

How to use feature flags through a proxy?

· 2 min read
Zoltan David
One with a vision, answers and a master plan.

As feature flags are getting popular, an ever-growing number of developers are facing the challenges associated with them.

No matter if you implement your own feature flag library, or choose a hosted feature flag service like ConfigCat, chances are high you want to use your feature flags in your frontend and in your backend services as well.

If your feature flags can be toggled on a central feature flag dashboard, such as