skills.yaml 1.5 KB

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