skills.yaml 1.8 KB

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