Zayyad Muhammad Sanizayyadms.hashnode.dev·Nov 12, 2024Using OpenFeature with ConfigCatLet's say you've heard about the benefits of using feature flags for gradual feature rollouts, and you're ready to adopt them in your organization. The next step would be deciding whether to "build or buy." If you choose to develop your feature flagg...Discuss feature flags
Chavez Harrischavezharris.com·Dec 16, 2023Skipping Test Environments for Faster and Safer DeploymentsFor a long time, it was normal to initially release a new feature or update into a test environment. If the feature passed, it was then released to the production environment. While this approach was highly respected and beneficial, it introduced mor...DiscussTesting
Chavez Harrischavezharris.com·Nov 30, 2023How to Use ConfigCat Feature Flags with DockerDocker is a platform that enables developers to build apps and run them in mini virtual machines called containers. As a result, developers can just focus on writing code without needing to set up or configure an environment for running that code. Do...Discuss feature flags
Gergely Sinkaconfigcat.hashnode.dev·Aug 30, 2023Split vs LaunchDarkly vs ConfigCatChoosing the Right Feature Flag Management Service Split, LaunchDarkly, and ConfigCat are some of the feature flag management platforms that will make your life much easier when it comes to testing new pieces of code. Are you interested to find out w...Discussconfigcat
David Herbertdaveyhert.hashnode.dev·Aug 28, 2023Feature Flags in Microfrontend ArchitectureIn today's fast-paced world, the web development landscape is constantly evolving, with user expectations for fast and responsive applications driving innovation. The need for more modular, scalable, and maintainable architectures is more crucial tha...Discuss·23 likes·211 reads feature flags
David Herbertdaveyhert.hashnode.dev·Aug 27, 2023Developer Advocates and their Role in the Tech IndustryThe role of a developer advocate has gained significant traction in recent years, thanks to leading tech giants like Apple, Microsoft, Facebook, Twitter, and Google. This role is particularly prevalent in technology companies that cater to developers...Discuss·22 likes·158 readsDeveloper Advocate
Chavez Harrischavezharris.com·Aug 12, 2023How to use ConfigCat's public API to conduct integration testsFeature flags are essential for effective feature release and management. Using them, we can control what features end users can see and which should remain hidden. Feature flagging allows developers to plan, launch and test new features remotely wit...DiscussFeature Management
Chavez Harrischavezharris.com·Jun 7, 2023How to use ConfigCat with RedisEver since the dawn of feature releases, feature flags have become the de facto standard for managing and controlling features in software applications. Many software development methodologies these days such as agile, are heavily focused on releasin...DiscussFeature Management
Chavez Harrischavezharris.com·Jun 3, 2023Introducing ConfigCat's code references featureThe primary goal of many software companies today is to keep end users engaged with their software by releasing new features and updates. This is made possible via a mechanism known as feature flagging. As software applications grow and scale to the ...DiscussFeature Management
Zayyad Muhammad Sanizayyadms.hashnode.dev·May 20, 2023How to A/B Test in Nest.js with ConfigCat and AmplitudeA/B testing answers the question: "Which of these versions will bring me better results, A or B?". It allows you to test two variations of a page to see which has a more positive impact. This could mean increased sign-ups for a landing page, more pur...Discussab testing