41 lines
No EOL
1.7 KiB
YAML
41 lines
No EOL
1.7 KiB
YAML
# section information
|
|
section:
|
|
name: Skills
|
|
id: skills
|
|
enable: true
|
|
weight: 2
|
|
showOnNavbar: true
|
|
# Can optionally hide the title in sections
|
|
# hideTitle: true
|
|
|
|
# # Your Skills.
|
|
# # Give a summary of you each skill in the summary section.
|
|
skills:
|
|
- name: Go
|
|
logo: "images/sections/skills/go.png"
|
|
summary: "Primary programming language used for developing backend systems and CLI tools. Experienced in utilizing Kubernetes-related packages and creating Kubernetes controllers."
|
|
url: "https://go.dev"
|
|
|
|
- name: Python
|
|
summary: "Extensively used for analyzing OpenStack source code. Previously utilized for data visualization during graduate studies and applied in artificial intelligence projects."
|
|
url: "https://www.python.org"
|
|
|
|
- name: Kubernetes
|
|
logo: images/sections/skills/kubernetes.png
|
|
summary: "Proficient in deploying, managing, and troubleshooting Kubernetes clusters, with a strong interest in writing custom controllers and CRDs."
|
|
url: "https://kubernetes.io/"
|
|
|
|
- name: OpenStack
|
|
# logo: images/sections/skills/git.png
|
|
summary: "Experienced with Kolla-Ansible-based deployment processes and proficient in utilizing OpenStack APIs. Skilled in source code-level analysis of OpenStack components."
|
|
url: "https://www.openstack.org"
|
|
|
|
- name: Git
|
|
logo: images/sections/skills/git.png
|
|
summary: "Capable of using Git effectively for collaboration, including branching, merging, and resolving conflicts."
|
|
url: "https://git-scm.com"
|
|
|
|
- name: Linux (RockyOS)
|
|
# logo: /images/sections/skills/git.png
|
|
summary: "Experienced in using Linux as the primary development environment. Proficient in Rocky Linux, including custom ISO creation and system-level configuration."
|
|
url: "https://rockylinux.org/ko-KR" |