My personal projects can be found on github.com/sevii.
Pepper Exchange
https://github.com/Sevii/pepper-exchange
Pepper exchange is a demo cryptocurrency exchange I wrote to explore concurrency in go and orderbooks.
Linkerd Demo
https://github.com/Sevii/linkerd-demo-ll
This project is a comparison of linkerd’s load balancing vs the built in DNS load balancing of kube-dns. I built 5 microservices in Go to provide a complex dependency graph that could provide more interesting latency issues than a simple setup would. Each microservice exports metrics for prometheus which can be observed in Grafana or the prometheus dashboard.
Test Infrastructure Contributions
https://github.com/Sevii/test-infra
I made two contributions to the Kubernetes test-infra project this year which improved the github integration for kubernetes pull requests.