skills.yaml 1.4 KB

12345678910111213141516171819202122232425262728293031323334
  1. # Your Skills.
  2. # Give a summary of you each skill in summary section.
  3. skills:
  4. - name: Kubernetes
  5. icon: "images/skills/kubernetes.png"
  6. summary: "Capable of deploying, managing application on Kubernetes. Experienced in writing Kubernetes controllers for CRDs."
  7. - name: Go Development
  8. icon: "images/skills/go.png"
  9. summary: "Using as main language for professional development. Capable of writing scalable, testable, and maintainable program."
  10. - name: Cloud Computing
  11. icon: "images/skills/cloud.png"
  12. summary: "Worked with most of the major clouds such as GCP, AWS, Azure etc."
  13. - name: Docker
  14. icon: "images/skills/docker.svg"
  15. summary: "Write most of the programs as dockerized container. Experienced with multi-stage, multi-arch build process."
  16. - name: Prometheus
  17. icon: "images/skills/prometheus.png"
  18. summary: "Capable of setup, configure Prometheus metrics. Experienced with PromQL, AlertManager. Also, experienced with writing metric exporters."
  19. - name: Linux
  20. icon: "images/skills/linux.png"
  21. summary: "Using as main operating system. Capable of writing bash/shell scripts."
  22. - name: Git
  23. icon: "images/skills/git.png"
  24. summary: "Experienced with git based development. Mostly, use Github. Also have experience in working with GitLab."
  25. - name: C++
  26. icon: "images/skills/c++.png"
  27. summary: "Know basic C/C++ programming. Used for contest programming and problem solving."