I like to build things
I'm Grayton Ward, a platform tech lead at JFrog, helping craft the next generation of our internal platform tools. In my spare time I love learning about new technologies and creating open source projects that solve problems I have. You can keep up with my work and my learning with the blog posts here, my Github, or by following me on Twitch where I do live coding and learning streams twice a week.
Projects
FlagOps
Integrating feature flags into GitOps and IaC workflows
View Project
Servarr Operator
Servarr Operator is a kubernetes operator build to deploy and manage the open source servarr applications.
View Project
Writing
Feature Flags In GitOps
Feature flags have become a very popular way to control how your application behaves in real time without having to manually go update a config file or change an environment variable. Why has this same convenince not come to the infrastructure layer?
Read Post
Introduction to Golang Pointers
Whether you started with C or Python pointers in Golang can be tricky at the start. This guide will be a solid foundation to help you learn go.
Read Post