As we all know, software developers may ease their development process by integrating their work as often as they can. It is also known that releasing frequently into production helps a lot. But developers and project stakeholders don’t want to … Read More
Feature Flags
Trunk-based Development
When coding an application it is important to remain in sync with the other engineers working on the project. One strategy that helps a team stay in sync with changes to the codebase is known as trunk-based development. When employing … Read More
Koople: new Feature Flags tool developed by Apiumhub developers
Apiumhub is extremely proud to announce that Oscar Galindo, David Gomez and David Serrano, who are part of Apiumhub software development team, have launched their own Feature Flags tool – Koople. What is Koople? Koople is a subscription-based cross-platform feature … Read More
Benefits of feature toggles or feature flags
Many developers say that they use feature flags or feature toggles, but this year we have realised that there is some confusion around the term that still persists. Therefore, we decided to write an article about Feature toggles and feature … Read More
Feature Flag pattern in java
In this article, we will briefly introduce the feature flag pattern in java to allow uploading features to production that are not yet finalized. It is very common to see projects that use the Feature Branch mechanism in order to … Read More