What is Unlaunch?
It is a free feature flags and experimentation tool. We built Unlaunch with a mission to allow software teams of all sizes use feature flags to release new features or changes faster and with more confidence, and wow their users.
youtube.com/watch?v=gypx7QAG…
Tired of long running feature branches or big-bang releases?
Merge your code in master faster, release unfinished features and test in production.
Roll out to users gradually w/ Unlaunch #featureflags
Sign up for a free account now app.unlaunch.io/signup#DevOps#developers
Performance tip:
You can specify a `text=` value in your font request URL to reduce the size of the font file by up to 90%.
ALT <!-- Instead of loading the whole font -->
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Comfortaa">
<!--
Load only what you will use.
Super useful when you're using a web font in a logo or heading
-->
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Comfortaa&text=Hello">
A kill switch 🆘 lets you quickly turn off features in production with the push of a button. Unlaunch 🚀 comes equipped with the option to configure the kill switch to activate automatically if a metric 📈 exceeds some threshold
blog.unlaunch.io/2021-02-13-…
Who 💖 #BigBangReleases? Literally, no one. Progressively deliver new features to your users using Unlaunch feature flags. Sign up for a free account at app.unlaunch.io/signup
Feature Toggles (aka Feature Flags)
Feature Toggles (often also referred to as Feature Flags) are a powerful technique, allowing teams to modify system behavior without changing code.
martinfowler.com/articles/fe…