GitHub Next’s Repo Visualization project lets you create automated diagrams of your GitHub Projects and is incredibly easy to set up.
Tag: DevOps
Fun with Feature Flags
Feature flags are a simple technique that let you toggle whether a new piece of functionality is available in your software or some aspect of how it behaves. In this article, I’ll discuss why this isn’t as crazy of an idea as it sounds, how you can implement a simple […]