Announcing RocketFlag
RocketFlag is a feature flagging tool designed to help software teams ship code into production, faster and with confidence.
Hello! It’s been a while since I wrote on the blog, and that’s because I’ve been super busy on a side project I decided to launch for all to use. If you’ve been following me or reading my content for any period of time over the past couple of years, you’ll know I am a big enthusiast for bringing good DevOps practices to software teams. So to compliment that I wanted to build a tool that helps achieve bringing those DORA metrics into good shape!
So, I decided to launch RocketFlag. A feature flagging tool which can help software teams get their code into prod quicker. With feature flags you can enable or disable features and fixes after the code has been released, test with a control group and stagger your feature releases slowly and controlled so that you don’t break prod for everyone with a botched release. If you want to learn more about what feature flags are, I wrote a post about it over on the RocketFlag blog. I’ll be adding a bunch of tutorials & videos about how to use feature flags in your applications so if you’re interested, make sure you check it out!
With that news out of the way, I’ve got a couple of posts in the pipeline now that I have a bit more time on my hands with the launch out of the way, the next one is on setting up CORS with Gin & Using Cloud Armor to protect your endpoints. So stay tuned!