Skip to main content

· 2 min read
Chris Joy

We are thrilled to announce the release of Flagbase's new client SDKs for React and JavaScript. These SDKs have been designed to help you efficiently manage feature flags and experiments in your web applications, enabling you to roll out new features and improvements with ease.

The Flagbase JavaScript Client-side SDK is a lightweight library offering several key features, including efficient and fast feature flag evaluations, client-side API for accessing and manipulating flags, traits, and identifiers, event-driven architecture with support for custom event listeners, and an extensible, easy-to-use API for flag management.

· 5 min read
Chris Joy

In traditional software development, new features and updates are released to all users simultaneously. This approach has some limitations, such as the risk of introducing bugs and errors that can negatively affect users' experiences. Additionally, it can be challenging to test and optimize new features before releasing them to everyone.

Feature flags provide a solution to these problems by allowing developers to release new features to specific groups of users or enable them on a gradual basis. This approach enables developers to test and optimize features before releasing them to everyone, reducing the risk of introducing bugs and ensuring a smoother rollout.

· 3 min read
Chris Joy

As software developers, we all want to deliver high-quality software that meets our users' needs. But how do we ensure that we're meeting those needs while also maintaining control over the development process? One powerful technique that has emerged in recent years is the use of feature flags, also known as feature toggles or feature switches.

Feature flags allow developers to turn certain features on or off without deploying new code. This gives developers greater control over the release of new features, and allows them to make more informed decisions based on real user data. Here are six common use cases for feature flags:

· 4 min read
Chris Joy

Feature flags are a powerful tool for releasing new features to your users gradually and with greater control. By using feature flags, you can easily turn features on or off for specific groups of users, test new features in production, and roll back features if necessary. In this article, we will explore some best practices for using feature flags to release features.

· 4 min read
Chris Joy

Feature flags are a powerful tool that can be used in data science and developing machine learning models. They allow developers to enable or disable specific features in an application or model, without having to redeploy or modify the codebase. This can be extremely useful when working with large, complex models that require frequent updates, or when testing new features in production environments. In this article, we'll examine how feature flags can be used in data science and developing machine learning models, and the benefits they provide.

· 4 min read
Chris Joy

In recent years, feature flagging has become an increasingly popular technique used by developers to control the release of features in an application or model. However, while centralised feature flagging platforms may seem like an attractive option, there are several reasons why you shouldn't use them. In this blog post, we'll explore some of the drawbacks of centralised feature flagging platforms and explain why hosting your own feature flagging system may be a better option, especially when it comes to meeting FedRAMP compliance requirements. What is a Centralised Feature Flagging Platform?

A centralised feature flagging platform is a feature flagging service hosted by a third-party provider, which developers can use to control the release of features in their application or model. These platforms provide a variety of features and benefits, such as scalability, reliability, and ease of use.

· 8 min read
Chris Joy

We are pleased to introduce Flagbase, an open-source feature management solution that enables teams to safely release features by utilizing feature flags. You can find Flagbase on GitHub at https://github.com/flagbase/flagbase.

info

At the time of writing this blog post, the project is still in development and is NOT yet at a usable state.