A very brief introduction to Feature Toggles using a practical example.

Efren Yevale Varela faf8f5e3f4 Changed application port před 3 roky
public ac2fce7c71 Added Svelte application před 3 roky
scripts ac2fce7c71 Added Svelte application před 3 roky
src ac2fce7c71 Added Svelte application před 3 roky
swarm faf3ae8984 Added Docker Swarm files and command reference před 3 roky
.gitignore 3778243549 Initial commit před 3 roky
LICENSE.md 3778243549 Initial commit před 3 roky
README.md 3adb36cdb7 Fixed typo před 3 roky
package-lock.json ac2fce7c71 Added Svelte application před 3 roky
package.json faf8f5e3f4 Changed application port před 3 roky
rollup.config.js ac2fce7c71 Added Svelte application před 3 roky

README.md

Feature Toggles Session

The objective is to give a very brief introduction to Feature Toggles with Unleash using a practical example.

Things to cover:

  • Application authentication using Auth0.
  • Unleash standard strategy.
  • Unleash user specific sets.

In no way should this be considered as a complete solution, the goal is just to provide enough elements for a start so all participants can grow from there.