Updating data with courses and skills
This commit is contained in:
parent
0bf7019d2f
commit
2f7102bf36
2 changed files with 80 additions and 8 deletions
|
@ -30,9 +30,10 @@ degrees:
|
|||
- name: Machine Learning
|
||||
- name: Deep Learning
|
||||
- name: Theory of Dynamics
|
||||
- name: Advanced Programming in C++
|
||||
# grade: #(optional)
|
||||
# scale: CGPA
|
||||
# achieved: 3.6
|
||||
# scale: GPA
|
||||
# achieved: 3.87
|
||||
# outOf: 4
|
||||
# publications: #(optional)
|
||||
# - title: Lorem ipsum dolor sit amet, consectetur adipiscing elit.
|
||||
|
@ -41,7 +42,7 @@ degrees:
|
|||
# url: "#"
|
||||
# - title: Nullam vitae orci tincidunt purus viverra pulvinar.
|
||||
# url: "#"
|
||||
- name: Bachelor of Science in Computer Engineering & Computer Science
|
||||
- name: Bachelor of Science in Computer Engineering & Computer Science, Minor in Robotics
|
||||
icon: fa-university
|
||||
timeframe: 2019-2024
|
||||
institution:
|
||||
|
@ -50,14 +51,14 @@ degrees:
|
|||
logo: /images/sections/education/university.jpg
|
||||
# Can optionally show a different logo for dark theme
|
||||
# darkLogo: /images/sections/education/university.jpg
|
||||
grade: #(optional)
|
||||
# scale: GPA
|
||||
# achieved: 3.6
|
||||
# outOf: 4
|
||||
# grade: #(optional)
|
||||
# scale: GPA
|
||||
# achieved: 3.67
|
||||
# outOf: 4
|
||||
takenCourses: #(optional)
|
||||
# if true, the courses will be rendered as a table otherwise it will render as a list and the grades will be hidden.
|
||||
showGrades: false
|
||||
collapseAfter: 3
|
||||
collapseAfter: 4
|
||||
courses:
|
||||
- name: Robot Sensing & Navigation
|
||||
- name: Robot Dynamics & Control
|
||||
|
@ -65,6 +66,8 @@ degrees:
|
|||
- name: Computer Systems
|
||||
- name: Artificial Intelligence
|
||||
- name: Algorithms & Data Structures
|
||||
- name: Circuits & Signals
|
||||
- name: Object-Oriented Design
|
||||
# publications: #(optional)
|
||||
# - title: Lorem ipsum dolor sit amet, consectetur adipiscing elit.
|
||||
# url: "#"
|
||||
|
|
69
data/en/sections/skillls.yaml
Normal file
69
data/en/sections/skillls.yaml
Normal file
|
@ -0,0 +1,69 @@
|
|||
# section information
|
||||
section:
|
||||
name: Skills
|
||||
id: skills
|
||||
enable: true
|
||||
weight: 5
|
||||
showOnNavbar: true
|
||||
# filter: true
|
||||
# Can optionally hide the title in sections
|
||||
# hideTitle: true
|
||||
|
||||
# # filter buttons
|
||||
# buttons:
|
||||
# - name: All
|
||||
# filter: "all"
|
||||
# - name: Programming Languages
|
||||
# filter: "language"
|
||||
# - name: Container
|
||||
# filter: "container"
|
||||
# - name: Others
|
||||
# filter: "others"
|
||||
|
||||
#NOTE: All Logos need to be SVG files
|
||||
|
||||
skills:
|
||||
- name: Kubernetes
|
||||
# logo: /images/hugo-logo.svg
|
||||
summary: "Capable of deploying, managing application on Kubernetes. Experienced in writing Kubernetes controllers for CRDs."
|
||||
categories: ["container"]
|
||||
url: "https://kubernetes.io/"
|
||||
|
||||
- name: Go Development
|
||||
# logo: /images/hugo-logo.svg
|
||||
summary: "Using as the main language for professional development. Capable of writing scalable, testable, and maintainable program."
|
||||
categories: ["basic", "language"]
|
||||
url: "https://golang.org/"
|
||||
|
||||
- name: Cloud Computing
|
||||
# logo: /images/hugo-logo.svg
|
||||
summary: "Worked with most of the major clouds such as GCP, AWS, Azure etc."
|
||||
categories: ["others"]
|
||||
|
||||
- name: Docker
|
||||
# logo: /images/hugo-logo.svg
|
||||
summary: "Write most of the programs as dockerized container. Experienced with multi-stage, multi-arch build process."
|
||||
categories: ["container"]
|
||||
url: "https://www.docker.com/"
|
||||
|
||||
- name: Prometheus
|
||||
# logo: /images/hugo-logo.svg
|
||||
summary: "Capable of setup, configure Prometheus metrics. Experienced with PromQL, AlertManager. Also, experienced with writing metric exporters."
|
||||
categories: ["basic"]
|
||||
url: "https://prometheus.io/"
|
||||
|
||||
- name: Linux
|
||||
# logo: /images/linux.png # Logo doesn't work
|
||||
summary: "Using as the main operating system. Capable of writing bash/shell scripts."
|
||||
categories: ["others"]
|
||||
|
||||
- name: Git
|
||||
logo: /images/git.png
|
||||
summary: "Experienced with git-based development. Mostly, use Github. Also, have experience in working with GitLab."
|
||||
categories: ["basic"]
|
||||
url: "https://git-scm.com/"
|
||||
|
||||
- name: C++
|
||||
logo: /images/c++.png
|
||||
summary: "Know basic C/C++ programming. Used for contest programming and problem solving."
|
||||
categories: ["basic", "language"]
|
Loading…
Add table
Add a link
Reference in a new issue