skills.yaml 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  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. url: "https://kubernetes.io/"
  16. - name: Go Development
  17. icon: "images/skills/go.png"
  18. summary: "Using as the main language for professional development. Capable of writing scalable, testable, and maintainable program."
  19. url: "https://golang.org/"
  20. - name: Cloud Computing
  21. icon: "images/skills/cloud.png"
  22. summary: "Worked with most of the major clouds such as GCP, AWS, Azure etc."
  23. - name: Docker
  24. icon: "images/skills/docker.svg"
  25. summary: "Write most of the programs as dockerized container. Experienced with multi-stage, multi-arch build process."
  26. url: "https://www.docker.com/"
  27. - name: Prometheus
  28. icon: "images/skills/prometheus.png"
  29. summary: "Capable of setup, configure Prometheus metrics. Experienced with PromQL, AlertManager. Also, experienced with writing metric exporters."
  30. url: "https://prometheus.io/"
  31. - name: Linux
  32. icon: "images/skills/linux.png"
  33. summary: "Using as the main operating system. Capable of writing bash/shell scripts."
  34. - name: Git
  35. icon: "images/skills/git.png"
  36. summary: "Experienced with git-based development. Mostly, use Github. Also, have experience in working with GitLab."
  37. url: "https://git-scm.com/"
  38. - name: C++
  39. icon: "images/skills/c++.png"
  40. summary: "Know basic C/C++ programming. Used for contest programming and problem solving."