init
This commit is contained in:
parent
047bb517cb
commit
108c335b62
29 changed files with 706 additions and 752 deletions
71
data/en/sections/about.yaml
Normal file
71
data/en/sections/about.yaml
Normal file
|
@ -0,0 +1,71 @@
|
|||
# section information
|
||||
section:
|
||||
name: About
|
||||
id: about
|
||||
enable: true
|
||||
weight: 1
|
||||
showOnNavbar: true
|
||||
template: sections/about.html
|
||||
|
||||
# your designation
|
||||
designation: Software Developer
|
||||
# your company information
|
||||
company:
|
||||
name: PIOLINK, lnc.
|
||||
url: "https://www.piolink.com/kr/"
|
||||
|
||||
# your resume. this file path should be relative to you "static" directory
|
||||
resume: "files/resume.pdf"
|
||||
|
||||
# a summary about you
|
||||
summary: 'Hello, I am a software developer with 3 years of experience. Currently, I work in an HCI solution development team, primarily using Go and Python to develop various projects. I have a strong interest in Kubernetes and OpenStack, and I also enjoy working on fun side projects, creating new tools and solutions in my free time.'
|
||||
|
||||
# your social links
|
||||
# give as many as you want. use font-awesome for the icons.
|
||||
socialLinks:
|
||||
- name: Email
|
||||
icon: "fas fa-envelope"
|
||||
url: "gkdlgkdl2040@gmail.com"
|
||||
|
||||
- name: Github
|
||||
icon: "fab fa-github"
|
||||
url: "https://github.com/Larshavin"
|
||||
|
||||
- name: LinkedIn
|
||||
icon: "fab fa-linkedin"
|
||||
url: "https://www.linkedin.com/in/성연-양-71a87227a/"
|
||||
|
||||
- name: Instagram
|
||||
icon: "fab fa-instagram"
|
||||
url: "https://www.instagram.com/larshavin/"
|
||||
|
||||
# Show your badges
|
||||
# You can show your verifiable certificates from https://www.credly.com.
|
||||
# You can also show a circular bar indicating the level of expertise on a certain skill
|
||||
badges:
|
||||
|
||||
- type: soft-skill-indicator
|
||||
name: Leadership
|
||||
percentage: 80
|
||||
color: blue
|
||||
|
||||
- type: soft-skill-indicator
|
||||
name: Team Work
|
||||
percentage: 85
|
||||
color: yellow
|
||||
|
||||
- type: soft-skill-indicator
|
||||
name: Hard Working
|
||||
percentage: 95
|
||||
color: orange
|
||||
|
||||
- type: certification
|
||||
name: Certified Kubernetes Administrator
|
||||
url: "https://www.credly.com/badges/023761e7-a93a-4625-bf96-703daf80df2b/public_url"
|
||||
badge: "https://images.credly.com/size/220x220/images/8b8ed108-e77d-4396-ac59-2504583b9d54/cka_from_cncfsite__281_29.png"
|
||||
|
||||
# you can also provide color code instead of the color name
|
||||
# - type: soft-skill-indicator
|
||||
# name: Example 1
|
||||
# percentage: 75
|
||||
# color: "#00adb5"
|
59
data/en/sections/education.yaml
Normal file
59
data/en/sections/education.yaml
Normal file
|
@ -0,0 +1,59 @@
|
|||
# section information
|
||||
section:
|
||||
name: Education
|
||||
id: education
|
||||
template: sections/education.html # Use "sections/education-alt.html for alternate template.
|
||||
enable: true
|
||||
weight: 3
|
||||
showOnNavbar: true
|
||||
# Can optionally hide the title in sections
|
||||
# hideTitle: true
|
||||
|
||||
degrees:
|
||||
- name: Bachelor of Astronomy and Atmospheric Sciences
|
||||
icon: fa-binoculars
|
||||
timeframe: 2015.03-2018.02
|
||||
institution:
|
||||
name: Kyungpook National University
|
||||
url: "https://en.knu.ac.kr/main/main.htm"
|
||||
logo: images/sections/education/knu.png # Path of the logo image
|
||||
grade: #(optional)
|
||||
scale: CGPA
|
||||
achieved: 4.2
|
||||
outOf: 4.3
|
||||
customSections:
|
||||
- name: Coursework
|
||||
content: Cosmology , Computational Astrophysics, Observational Astronomy, Astrophysics, Celestial Mechanics
|
||||
|
||||
- name: Master of Astronomy and Atmospheric Sciences
|
||||
icon: fa-search
|
||||
timeframe: 2018.03-2020.02
|
||||
institution:
|
||||
name: Kyungpook National University
|
||||
url: "https://en.knu.ac.kr/main/main.htm"
|
||||
logo: images/sections/education/knu.png # Path of the logo image
|
||||
grade: #(optional)
|
||||
scale: CGPA
|
||||
achieved: 4.12
|
||||
outOf: 4.3
|
||||
publications: #(optional)
|
||||
- title: ΛLT model solution for Hubble Tension
|
||||
url: "https://dcollection.knu.ac.kr/srch/srchDetail/000000096069?navigationSize=10&query=%2B%28%2B%28all%3Aλltlambdalemaitretolman%2Bsolution%2Bfor%2Bthe%2Bhubble%2Btension%29%29&pageSize=10&insCode=222001&searchWhere1=all&searchTotalCount=0&sortDir=desc&pageNum=1&rows=10&searthTotalPage=0&treePageNum=1&sortField=score&start=0&ajax=false&searchText=%5B전체%3AΛLT%28Lambda-Lemaître-Tolman%29+solution+for+the+Hubble+Tension%5D&searchKeyWord1=ΛLT%28Lambda-Lemaître-Tolman%29+solution+for+the+Hubble+Tension"
|
||||
customSections: #(optional)
|
||||
- name: Major
|
||||
content: Cosmology
|
||||
|
||||
- name: Withdrawal from PhD
|
||||
icon: fa-computer
|
||||
timeframe: 2020.03-2022.04
|
||||
institution:
|
||||
name: University of Science & Technology
|
||||
url: "https://www.ust.ac.kr/eng/"
|
||||
logo: images/sections/education/ust.png # Path of the logo image
|
||||
customSections: #(optional)
|
||||
- name: Major
|
||||
content: Numerical Relativity
|
||||
- name: Research
|
||||
content: Collapsing Black's Hole Ray Tracing Simulation Using Numerical General Relativity
|
||||
- name: withdrawal reason
|
||||
content: The place where I realized that playing with 💻 is more enjoyable than researching ⭐
|
49
data/en/sections/experiences.yaml
Normal file
49
data/en/sections/experiences.yaml
Normal file
|
@ -0,0 +1,49 @@
|
|||
section:
|
||||
name: Experiences # Titre de la section (par défaut: "" )
|
||||
id: experiences # url id/slug of section *Required*
|
||||
enable: true
|
||||
weight: 4
|
||||
showOnNavbar: true
|
||||
# Can optionally hide the title in sections
|
||||
# hideTitle: true
|
||||
|
||||
# Your experiences
|
||||
experiences:
|
||||
- company:
|
||||
name: "Forwiz System"
|
||||
url: "http://www.forwiz.com"
|
||||
location: "Korea"
|
||||
logo: "/images/sections/experiences/forwizsystem.png"
|
||||
overview: "Forwiz System's affiliated research lab conducted national projects related to cloud computing."
|
||||
positions:
|
||||
- designation: "Backend/Server Developer"
|
||||
start: 2022.05
|
||||
end: 2023.11
|
||||
responsibilities:
|
||||
- Technical Research Personnel as Military Service Exception
|
||||
- Planned and developed the initial stages of the in-house service 'CUBE'
|
||||
- Designed game server deployment services using K8S Agones
|
||||
- Developed PoC-level full-stack service prototypes
|
||||
- Managed tasks for the ATC+ project (3rd-4th year)
|
||||
- Developed private cloud solutions
|
||||
- Full-stack development of management web pages utilizing OpenStack API
|
||||
|
||||
- company:
|
||||
name: "PIOLINK"
|
||||
url: "https://www.piolink.com"
|
||||
location: "Korea"
|
||||
logo: "/images/sections/experiences/piolink.png"
|
||||
overview: "PIOLINK is a company specializing in HCI solutions and providing network and security solutions."
|
||||
positions:
|
||||
- designation: "Backend/Server Developer"
|
||||
start: 2023.11
|
||||
responsibilities:
|
||||
- Technical Research Personnel as Military Service Exception (until 2025.05)
|
||||
- Developed HCI solutions
|
||||
- Analyzed OpenStack components' source code and added new features
|
||||
- Integrated USB passthrough functionality using the libvirt library
|
||||
- Developed custom add-ons for Rocky OS
|
||||
- Improved architecture for solution installation processes
|
||||
- Responded to security functionality certification evaluations for the solution
|
||||
- Managed CI/CD environments for the solution
|
||||
- Conducted analysis of technologies within the Kubernetes ecosystem
|
10
data/en/sections/posts.yaml
Normal file
10
data/en/sections/posts.yaml
Normal file
|
@ -0,0 +1,10 @@
|
|||
# section information
|
||||
section:
|
||||
name: Recent Posts # Title of section (default: "")
|
||||
id: recent-posts # url id/slug of section *Required*
|
||||
enable: true # Boolean to determine if this section is enabled (default: false)
|
||||
weight: 6 # Order to display section in (default: alphabetical followed by weight)
|
||||
showOnNavbar: true # Boolean to determine if a link should be shown for this section on the navbar
|
||||
hideTitle: true # Can optionally hide the title in sections (default: false)
|
||||
numShow: 4 # Can optionally increase the number of posts to display (default: 3)
|
||||
showMoreButton: false #Can optionally show 'More Posts' button (default: false)
|
41
data/en/sections/skills.yaml
Normal file
41
data/en/sections/skills.yaml
Normal file
|
@ -0,0 +1,41 @@
|
|||
# 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"
|
Loading…
Add table
Add a link
Reference in a new issue