skills.yaml 1.7 KB

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