Bio
Divya Rani is a software engineer at VMware and an open-source enthusiast. She primarily works with Golang and Kubernetes, and in 2020 she began utilizing Go to build a git analysis dashboard. Since then, she has dedicated much of her time to contributing to various golang based open-source projects, with a particular focus on Kubernetes and Kubernetes-sigs. Outside of her work, Divya finds solace in the world of traditional and digital art.
My Talks
Detecting Duplication and Beyond: Building Custom Linters in Go
In this talk, we'll explore how to build custom linters in Go that detect code duplication and complexity using the "go/analysis" package. By the end of this talk, you'll be able to create your own...