Set up continuous deployment for your Angular app, then add a feature flag, so you can change its behavior without multiple deployments
Tag: continuous deployment
Pac-Man Shows You the Benefits of Feature Flags
We can learn a lot from classic video games like Pac-Man. In this post I explore how to change game behavior using feature flags.
Continuous Deployment in Node.js with GitHub Actions and Heroku
Take advantage of today’s tools and keep up with your competitors. This tutorial guides you through continuous deployment of your Node.js app.
7 Ways Feature Flags Improve Software Development
Every tech company, should be using a robust feature flag system. A well-built system will provide a host of value-adds and efficiencies for your dev team
Achieve Continuous Deployment with Feature Flags
Feature flagging is a technique development teams deploy to enable easy switches between codepaths in their systems, at runtime. In simpler terms, they’re control structures …