skills and images
This commit is contained in:
parent
f0129c7533
commit
3e44eb826b
3 changed files with 45 additions and 57 deletions
|
@ -60,12 +60,14 @@ degrees:
|
||||||
courses:
|
courses:
|
||||||
- name: Robot Sensing & Navigation
|
- name: Robot Sensing & Navigation
|
||||||
- name: Robot Dynamics & Control
|
- name: Robot Dynamics & Control
|
||||||
|
- name: Object-Oriented Design
|
||||||
- name: Embedded Systems
|
- name: Embedded Systems
|
||||||
- name: Computer Systems
|
- name: Computer Systems
|
||||||
- name: Artificial Intelligence
|
- name: Artificial Intelligence
|
||||||
- name: Algorithms & Data Structures
|
- name: Algorithms & Data Structures
|
||||||
- name: Circuits & Signals
|
- name: Circuits & Signals
|
||||||
- name: Object-Oriented Design
|
- name: Game Programming
|
||||||
|
- name: Robotic Science
|
||||||
# publications: #(optional)
|
# publications: #(optional)
|
||||||
# - title: Lorem ipsum dolor sit amet, consectetur adipiscing elit.
|
# - title: Lorem ipsum dolor sit amet, consectetur adipiscing elit.
|
||||||
# url: "#"
|
# url: "#"
|
||||||
|
|
|
@ -9,26 +9,26 @@ section:
|
||||||
hideTitle: false
|
hideTitle: false
|
||||||
|
|
||||||
# filter buttons
|
# filter buttons
|
||||||
buttons:
|
# buttons:
|
||||||
- name: All
|
# - name: All
|
||||||
filter: "all"
|
# filter: "all"
|
||||||
- name: Professional
|
# - name: Professional
|
||||||
filter: "professional"
|
# filter: "professional"
|
||||||
- name: Academic
|
# - name: Academic
|
||||||
filter: "academic"
|
# filter: "academic"
|
||||||
- name: Hobby
|
# - name: Hobby
|
||||||
filter: "hobby"
|
# filter: "hobby"
|
||||||
|
|
||||||
# your projects
|
# your projects
|
||||||
projects:
|
projects:
|
||||||
- name: Kubernetes
|
- name: Mobile Manipulation
|
||||||
logo: /images/sections/projects/kubernetes.png
|
image: /images/kavar_background.jpg
|
||||||
role: Contributor
|
role: Final Project for ME449-Robotic Manipulation
|
||||||
timeline: "March 2018 - Present"
|
timeline: "Nov 2024 - Dec 2024"
|
||||||
repo: https://github.com/kubernetes/kubernetes # If your project is a public repo on GitHub, then provide this link. it will show star count.
|
repo: https://github.com/Sharwin24/Mobile-Manipulation
|
||||||
url: "https://github.com/kubernetes" # If your project is not a public repo but it has a website or any external details url then provide it here. don't provide "repo" and "url" simultaneously.
|
url: "/toha/posts/mobile-manipulation/"
|
||||||
summary: Production-Grade Container Scheduling and Management.
|
summary: Simulating a pick and place task with the KUKA YouBot using a task-space feed-forward PID controller.
|
||||||
tags: ["professional", "kubernetes", "cloud"]
|
tags: ["Mobile Robotics", "Python", "CoppeliaSim"]
|
||||||
|
|
||||||
- name: A sample academic paper
|
- name: A sample academic paper
|
||||||
role: Team Lead
|
role: Team Lead
|
||||||
|
|
|
@ -20,50 +20,36 @@ section:
|
||||||
# - name: Others
|
# - name: Others
|
||||||
# filter: "others"
|
# filter: "others"
|
||||||
|
|
||||||
#NOTE: All Logos need to be SVG files
|
|
||||||
|
|
||||||
skills:
|
skills:
|
||||||
- name: Kubernetes
|
- name: Python
|
||||||
# logo: /images/hugo-logo.svg
|
logo: /images/python.png
|
||||||
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
|
- name: Linux
|
||||||
# logo: /images/linux.png # Logo doesn't work
|
logo: /images/linux.png
|
||||||
summary: "Using as the main operating system. Capable of writing bash/shell scripts."
|
|
||||||
categories: ["others"]
|
|
||||||
|
|
||||||
- name: Git
|
- name: Git
|
||||||
logo: /images/git.png
|
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++
|
- name: C++
|
||||||
logo: /images/c++.png
|
logo: /images/C++_logo.svg
|
||||||
summary: "Know basic C/C++ programming. Used for contest programming and problem solving."
|
|
||||||
categories: ["basic", "language"]
|
- name: Embedded C
|
||||||
|
logo: /images/C.svg
|
||||||
|
|
||||||
|
- name: C#
|
||||||
|
logo: /images/C_sharp.svg
|
||||||
|
|
||||||
|
- name: Java
|
||||||
|
logo: /images/java.svg
|
||||||
|
|
||||||
|
- name: ROS2
|
||||||
|
logo: /images/ros2.svg
|
||||||
|
|
||||||
|
- name: MATLAB
|
||||||
|
logo: /images/matlab.png
|
||||||
|
|
||||||
|
- name: Unity
|
||||||
|
logo: /images/unity.svg
|
||||||
|
|
||||||
|
- name: LaTeX
|
||||||
|
logo: /images/latex.svg
|
Loading…
Add table
Add a link
Reference in a new issue