Virendra Oswalvirendraoswal.com·May 28, 2024Unleashing the Power of Feature FlagsIntroduction In today's fast-paced software development industry, the ability to adapt and iterate rapidly is critical. Enter feature flags, a game-changing technology that allows developers to deliver new features quickly and securely. Feature flags...121 readsExploring Open Sourceff4j
Omkar Satamomkars.hashnode.dev·Sep 24, 2023Custom Strategy based Feature Toggle using FF4J"Feature Toggles (often also refered to as Feature Flags) are a powerful technique, allowing teams to modify system behavior without changing code." - Pete Hodgson, Martin Fowler Blogs FF4J is the library that allows you to implement features toggle ...5 likes·467 readsfeature toggle