Web Unleashed 2022

2022-10-24 00:00:00 2022-10-27 00:00:00 America/Toronto Web Unleashed 2022 Drive your career to the forefront by learning the latest tools, techniques and technologies in front-end web development. Online FITC EDT Online

Presentation


Overview

Most developers create their first feature flag manually. It usually sits in a config file and it’s typically a simple on/off switch. This can be incredibly valuable and useful, but is also extremely limiting. Thinking about feature flags as more than booleans gives them a ton of new power and expands their utility into so many areas beyond simple switches.

In this session, we’ll explore how the different types of feature flags can be used to control different aspects of your web applications. We’ll even look at how this can enable more complex use cases like rollouts, experimentation or even modifying requests at the edge.

Objective

This session will help you understand advanced uses of feature flagging within frontend and JavaScript projects.

Five Things Audience Members Will Learn

  1. Feature flagging basics
  2. Different types of feature flags
  3. Progressive rollouts
  4. User targeting
  5. A/B testing