Keyword

Future Network

16.09.2022 / Feature Flags

Blog

FEATURE FLAGS, VENDOR LOCK IN AND OPENFEATURE

Feature flags allow for application behaviour to be controlled at runtime. Their implementations can be as simple as a home-grown environment variable interface, or be a more complex evaluation system using metadata to derive the flag values.

19.08.2022 / Kubernetes

Blog

Innovation in Containerisation

Technology innovation has dramatically increased computing resources, usability, availability, and costs. In the past, there were not many options that allowed multiple users to use a single machine. One of the earliest methods of sharing computing resources was through a method called Time-Sharing.