Azure DevOps, Scrum, & .NET Software Leadership and Consulting Services

Free course! Predicting the Future, Estimating, and Running Your Projects with Flow Metrics

VSLive Austin 2016: DevOps / Feature Flags Slides & Code


I spoke at VSLive Austin 2016 last week.  As promised, here are the slides & code samples from my DevOps / Feature Flags talk.

Get Good at DevOps: Feature Flag Deployments with ASP.NET, WebAPI, & JavaScript

Want to get good at DevOps but deployments are getting you down? Is the code integration process just plain driving you crazy? Well, maybe it’s time to try out feature flags (aka. “feature toggles”). Feature flags are how sites like Visual Studio Team Services, Bing, Google, and Facebook do their deployments – and frankly, it makes their lives a lot easier than yours.

The idea is simple. Write a feature (or version of a feature) so that you can turn it on/off using a configuration setting. That one little design decision simplifies your deployments and lets you do a whole lot of different things like private betas, A/B testing, and feature rollbacks. But best of all, a whole lot less stress because you simply stop worrying so much about how you integrate your code.

Great. So how do you do this with ASP.NET, WebAPI, and JavaScript? Well, it’s not always easy. In this session, Ben will discuss why you should care about Feature Flags, what it lets you do, how it’ll help your Scrum teams, and also show you how to actually implement them in your applications.

-Ben

 

SUBSCRIBE TO THE BLOG


Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.