Pros and cons of different feature flags table designs

published 1/2/2020 | 4 min read | #databases#feature flags#feature toggles#software design#features

Learn the pros and cons of structuring your features flags horizontally or vertically in your feature flags table with examples.

Here's how you can start using feature flags today

published 11/30/2019 | 7 min read | #feature flags#feature toggles#consul#etcd#zookeeper#software design#software

A feature flag is a technique to turn on/off a feature at any time without having to maintain separate branches for each feature, and then once merged, is on by default. It'll basically allow you to ship a product with a feature switched off, then switch it on again any time in the future.