© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Spiff Jekey-Green
Software Engineer
I once had need for this feature flagging thing and ended up using environment variables to check if a feature is available or not, and this somehow required redeployment. This approach is way better. I am definitely using this next time. Thanks