feature flags diagram

A Quick Look at Feature Flags

Braden Niswonger Articles, Development Technologies & Tools, Programming 3 Comments

Using feature flags, also known as feature toggles or switches, is a software technique that allows segments of code to be toggled during runtime, without the need for redeploying.

Feature flags can be a powerful tool for teams utilizing continuous integration practices, allowing code to be deployed in a dormant state and enabled later on. At a basic level, they provide the ability to conditionally render or activate features at will.

In the blog, Iโ€™ll cover feature flags. Weโ€™ll start by discussing why and when we use them, and then weโ€™ll move into an overview of what it looks like to develop with them. Letโ€™s dive in!

POCs from an Engineer's Perspective

POCs From an Engineer’s Perspective

Joel Buckingham Articles, Consulting, Soft Skills Leave a Comment

In enterprise software development, one type of project stands out from most others – a Proof of Concept. At times, you may come across planning or technical questions that have far-reaching consequences and no clear or easy answer. In these cases, it can be a good idea to spend a small amount of time and resources to build either a single example project or even a series of similar projects using various languages or libraries to determine what works and what does not. These kinds of projects are called Proof of Concepts (or POCs).

Platform Engineering Services

Platform engineering services from Keyhole Software include internal developer platforms, cloud-native infrastructure, DevOps pipelines, security, and observability. Empower your teams with scalable, automated platforms.

Continuous Delivery With GitOps (Using Kubernetes)

Continuous Delivery With GitOps Using KubernetesHome→Search ResultsA one-hour discussion of Continuous Delivery with GitOps (using Kubernetes) with key concepts and real-time examples featuring trunk-based development and feature flags. RecordingThe video was recorded at a Keyhole Software Public Education Event in August 2022. Speaker Jaime Niswonger is a Principal Consultant at Keyhole Software with nearly three decades of experience as a …