Below are projects I have worked on, ranging from production-ready open source tools to experimental learning projects that showcase different technologies and concepts.
Open Source Projects
These are production-ready projects that can be used by the community:
- Cloudcate: Search for AWS resources across multiple accounts
- Render Kit: A swiss army knife CLI tool for rendering templates
- ArgoCD Cluster Expiration Controller: A Kubernetes controller that monitors ArgoCD cluster secrets and exposes Prometheus metrics for JWT token expiration times. Enables proactive alerting before cluster credentials expire and ArgoCD loses access to managed clusters.
Learning Projects
These are experimental and educational projects that demonstrate various technologies and concepts:
- DNS Server: A custom DNS server implementation in Go, demonstrating network programming and DNS protocol understanding