Games vs. Losses Behind

Most US-based sports show their standings as Games Behind (GB) which purports to show how far behind the leader your favorite team. The formula to calculate is: ((leading-team-win-count - your-team-win-count)…

Dependent Feature Flags

Recently I was given the task refactoring and reimplementing the service which determines the users' authorizations within our SaaS application. The major challenge was to do the work without anyone…