Welcome to Unlaunch Blog

Company Updates, Technology Articles & Feature Flags and Continuous Delivery

 

Git Undo - Undoing Mistakes in Git

Git is amazing. At Unlaunch, we use GitHub to store our code (in various repositories for backend service, various SDKs, frontend) and collaborate. While Git is versatile, it is also very complex and it is easy to make mistakes with...
Tags: general tech git

What are Feature Flags?

Feature flags (also known as feature toggles) is a technique thats allows separating feature releases from deploying code. It gives software developers full control over who sees their features and when. A feature can be enabled or disabled for all...
Tags: general