skills.yaml 1.5 KB

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