Skip to content

Commit

Permalink
added skills section
Browse files Browse the repository at this point in the history
  • Loading branch information
rageSpin committed Jun 19, 2024
1 parent c6b4d3b commit e08fefe
Show file tree
Hide file tree
Showing 17 changed files with 52 additions and 41 deletions.
Binary file added assets/images/sections/skills/c++.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/sections/skills/git.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/sections/skills/linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/sections/skills/microcontroller.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/sections/skills/python.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/sections/skills/pytorch.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/sections/skills/tensorflow.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
47 changes: 28 additions & 19 deletions data/en/sections/skills.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,39 +11,48 @@ section:
# Your Skills.
# Give a summary of you each skill in the summary section.
skills:
- name: Kubernetes
logo: /images/sections/skills/kubernetes.png
summary: "Capable of deploying, managing application on Kubernetes. Experienced in writing Kubernetes controllers for CRDs."
url: "https://kubernetes.io/"
- name: Python Programming
logo: /images/sections/skills/python.png
summary: "Using as the main language for professional development. Capable of writing scalable, testable, and maintainable program. Over 4 years of experience."
url: "https://python.org/"

- name: Go Development
logo: /images/sections/skills/go.png
summary: "Using as the main language for professional development. Capable of writing scalable, testable, and maintainable program."
url: "https://golang.org/"
- name: Pytorch
logo: /images/sections/skills/pytorch.png
summary: "Developing of the last state-of-the-art models. Used especially for Computer Vision, NLP and Speech Recognition"
url: "https://pytorch.org/"

- name: Tensorflow
logo: /images/sections/skills/tensorflow.png
summary: "Developing and understanding of foundations models. Used in particular for initial prototyping along with Keras"
url: "https://tensorflow.org/"

- name: Cloud Computing
logo: /images/sections/skills/cloud.png
summary: "Worked with most of the major clouds such as GCP, AWS, Azure etc."
summary: "Worked with most of the major clouds such as IBM Watson, AWS, Azure etc."

- name: Edge Computing
logo: /images/sections/skills/microcontroller.png
summary: "Worked with ARM-based devices and STM microcontrollers. Experience on devices like NVidia Jetson, Qualcomm Dev Boards and Arduino Nicla Sense ME (Bosch Sensortec)"

- name: Docker
logo: /images/sections/skills/docker.svg
summary: "Write most of the programs as dockerized container. Experienced with multi-stage, multi-arch build process."
url: "https://www.docker.com/"
# - name: Docker
# logo: /images/sections/skills/docker.svg
# summary: "Write most of the programs as dockerized container. Experienced with multi-stage, multi-arch build process."
# url: "https://www.docker.com/"

- name: Prometheus
logo: /images/sections/skills/prometheus.png
summary: "Capable of setup, configure Prometheus metrics. Experienced with PromQL, AlertManager. Also, experienced with writing metric exporters."
url: "https://prometheus.io/"
# - name: Prometheus
# logo: /images/sections/skills/prometheus.png
# summary: "Capable of setup, configure Prometheus metrics. Experienced with PromQL, AlertManager. Also, experienced with writing metric exporters."
# url: "https://prometheus.io/"

- name: Linux
logo: /images/sections/skills/linux.png
summary: "Using as the main operating system. Capable of writing bash/shell scripts."

- name: Git
logo: /images/sections/skills/git.png
summary: "Experienced with git-based development. Mostly, use Github. Also, have experience in working with GitLab."
summary: "Experienced with git-based development. Mostly, using Github. Also, have experience in working with GitLab."
url: "https://git-scm.com/"

- name: C++
logo: /images/sections/skills/c++.png
summary: "Know basic C/C++ programming. Used for contest programming and problem solving."
summary: "Know basic C/C++ programming. Used often to accelerate python computational time"
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
46 changes: 24 additions & 22 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -702,7 +702,7 @@ <h1 class="text-center">
<div class="row" id="primary-skills">

<div class="col-xs-12 col-sm-6 col-lg-4 pt-2">
<a class="text-decoration-none" href="https://kubernetes.io/" title="Kubernetes" target="_blank" rel="noopener">
<a class="text-decoration-none" href="https://python.org/" title="Python Programming" target="_blank" rel="noopener">
<div class="card">
<div class="card-head d-flex">

Expand All @@ -712,20 +712,20 @@ <h1 class="text-center">



<img class="card-img-xs" src="/images/sections/skills/kubernetes_hua3e9a1b19c1572e2f049d77a47832d4b_241197_24x24_fit_box_3.png" alt="Kubernetes" />
<h5 class="card-title">Kubernetes</h5>
<img class="card-img-xs" src="/images/sections/skills/python_hu50c72d15bc1eeb0701dc883c1ec8633c_830916_24x24_fit_box_3.png" alt="Python Programming" />
<h5 class="card-title">Python Programming</h5>

</div>
<div class="card-body">
<p class="card-text">Capable of deploying, managing application on Kubernetes. Experienced in writing Kubernetes controllers for CRDs.</p>
<p class="card-text">Using as the main language for professional development. Capable of writing scalable, testable, and maintainable program. Over 4 years of experience.</p>
</div>
</div>
</a>
</div>


<div class="col-xs-12 col-sm-6 col-lg-4 pt-2">
<a class="text-decoration-none" href="https://golang.org/" title="Go Development" target="_blank" rel="noopener">
<a class="text-decoration-none" href="https://pytorch.org/" title="Pytorch" target="_blank" rel="noopener">
<div class="card">
<div class="card-head d-flex">

Expand All @@ -735,20 +735,20 @@ <h5 class="card-title">Kubernetes</h5>



<img class="card-img-xs" src="/images/sections/skills/go_hue4d750b86639bc097ae544131de4926d_6734_24x24_fit_box_3.png" alt="Go Development" />
<h5 class="card-title">Go Development</h5>
<img class="card-img-xs" src="/images/sections/skills/pytorch_huc5b569831cff51317894528485c2d1c6_15780_24x24_fit_box_3.png" alt="Pytorch" />
<h5 class="card-title">Pytorch</h5>

</div>
<div class="card-body">
<p class="card-text">Using as the main language for professional development. Capable of writing scalable, testable, and maintainable program.</p>
<p class="card-text">Developing of the last state-of-the-art models. Used especially for Computer Vision, NLP and Speech Recognition</p>
</div>
</div>
</a>
</div>


<div class="col-xs-12 col-sm-6 col-lg-4 pt-2">
<a class="text-decoration-none" >
<a class="text-decoration-none" href="https://tensorflow.org/" title="Tensorflow" target="_blank" rel="noopener">
<div class="card">
<div class="card-head d-flex">

Expand All @@ -758,41 +758,43 @@ <h5 class="card-title">Go Development</h5>



<img class="card-img-xs" src="/images/sections/skills/cloud_hu7018b904f8bff0d4527e1c31c6d17334_6540_24x24_fit_box_3.png" alt="Cloud Computing" />
<h5 class="card-title">Cloud Computing</h5>
<img class="card-img-xs" src="/images/sections/skills/tensorflow_huaa19f4604950afa3148979210f41be59_23705_24x24_fit_box_3.png" alt="Tensorflow" />
<h5 class="card-title">Tensorflow</h5>

</div>
<div class="card-body">
<p class="card-text">Worked with most of the major clouds such as GCP, AWS, Azure etc.</p>
<p class="card-text">Developing and understanding of foundations models. Used in particular for initial prototyping along with Keras</p>
</div>
</div>
</a>
</div>


<div class="col-xs-12 col-sm-6 col-lg-4 pt-2">
<a class="text-decoration-none" href="https://www.docker.com/" title="Docker" target="_blank" rel="noopener">
<a class="text-decoration-none" >
<div class="card">
<div class="card-head d-flex">







<img class="card-img-xs" src="/images/sections/skills/docker.svg" alt="Docker" />
<h5 class="card-title">Docker</h5>
<img class="card-img-xs" src="/images/sections/skills/cloud_hu7018b904f8bff0d4527e1c31c6d17334_6540_24x24_fit_box_3.png" alt="Cloud Computing" />
<h5 class="card-title">Cloud Computing</h5>

</div>
<div class="card-body">
<p class="card-text">Write most of the programs as dockerized container. Experienced with multi-stage, multi-arch build process.</p>
<p class="card-text">Worked with most of the major clouds such as IBM Watson, AWS, Azure etc.</p>
</div>
</div>
</a>
</div>


<div class="col-xs-12 col-sm-6 col-lg-4 pt-2">
<a class="text-decoration-none" href="https://prometheus.io/" title="Prometheus" target="_blank" rel="noopener">
<a class="text-decoration-none" >
<div class="card">
<div class="card-head d-flex">

Expand All @@ -802,12 +804,12 @@ <h5 class="card-title">Docker</h5>



<img class="card-img-xs" src="/images/sections/skills/prometheus_huebb51490a868f20dc51d40a74afb8c56_48384_24x24_fit_box_3.png" alt="Prometheus" />
<h5 class="card-title">Prometheus</h5>
<img class="card-img-xs" src="/images/sections/skills/microcontroller_hu758b375695a52d1e0caf0af4fc962e3b_36057_24x24_fit_box_3.png" alt="Edge Computing" />
<h5 class="card-title">Edge Computing</h5>

</div>
<div class="card-body">
<p class="card-text">Capable of setup, configure Prometheus metrics. Experienced with PromQL, AlertManager. Also, experienced with writing metric exporters.</p>
<p class="card-text">Worked with ARM-based devices and STM microcontrollers. Experience on devices like NVidia Jetson, Qualcomm Dev Boards and Arduino Nicla Sense ME (Bosch Sensortec)</p>
</div>
</div>
</a>
Expand Down Expand Up @@ -853,7 +855,7 @@ <h5 class="card-title">Git</h5>

</div>
<div class="card-body">
<p class="card-text">Experienced with git-based development. Mostly, use Github. Also, have experience in working with GitLab.</p>
<p class="card-text">Experienced with git-based development. Mostly, using Github. Also, have experience in working with GitLab.</p>
</div>
</div>
</a>
Expand All @@ -876,7 +878,7 @@ <h5 class="card-title">C&#43;&#43;</h5>

</div>
<div class="card-body">
<p class="card-text">Know basic C/C++ programming. Used for contest programming and problem solving.</p>
<p class="card-text">Know basic C/C++ programming. Used often to accelerate python computational time</p>
</div>
</div>
</a>
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e08fefe

Please sign in to comment.