Skip to content

Commit e08fefe

Browse files
committed
added skills section
1 parent c6b4d3b commit e08fefe

17 files changed

+52
-41
lines changed

assets/images/sections/skills/c++.png

56.5 KB
Loading

assets/images/sections/skills/git.png

10.4 KB
Loading
25.7 KB
Loading
Loading
811 KB
Loading
15.4 KB
Loading
23.1 KB
Loading

data/en/sections/skills.yaml

Lines changed: 28 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -11,39 +11,48 @@ section:
1111
# Your Skills.
1212
# Give a summary of you each skill in the summary section.
1313
skills:
14-
- name: Kubernetes
15-
logo: /images/sections/skills/kubernetes.png
16-
summary: "Capable of deploying, managing application on Kubernetes. Experienced in writing Kubernetes controllers for CRDs."
17-
url: "https://kubernetes.io/"
14+
- name: Python Programming
15+
logo: /images/sections/skills/python.png
16+
summary: "Using as the main language for professional development. Capable of writing scalable, testable, and maintainable program. Over 4 years of experience."
17+
url: "https://python.org/"
1818

19-
- name: Go Development
20-
logo: /images/sections/skills/go.png
21-
summary: "Using as the main language for professional development. Capable of writing scalable, testable, and maintainable program."
22-
url: "https://golang.org/"
19+
- name: Pytorch
20+
logo: /images/sections/skills/pytorch.png
21+
summary: "Developing of the last state-of-the-art models. Used especially for Computer Vision, NLP and Speech Recognition"
22+
url: "https://pytorch.org/"
23+
24+
- name: Tensorflow
25+
logo: /images/sections/skills/tensorflow.png
26+
summary: "Developing and understanding of foundations models. Used in particular for initial prototyping along with Keras"
27+
url: "https://tensorflow.org/"
2328

2429
- name: Cloud Computing
2530
logo: /images/sections/skills/cloud.png
26-
summary: "Worked with most of the major clouds such as GCP, AWS, Azure etc."
31+
summary: "Worked with most of the major clouds such as IBM Watson, AWS, Azure etc."
32+
33+
- name: Edge Computing
34+
logo: /images/sections/skills/microcontroller.png
35+
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)"
2736

28-
- name: Docker
29-
logo: /images/sections/skills/docker.svg
30-
summary: "Write most of the programs as dockerized container. Experienced with multi-stage, multi-arch build process."
31-
url: "https://www.docker.com/"
37+
# - name: Docker
38+
# logo: /images/sections/skills/docker.svg
39+
# summary: "Write most of the programs as dockerized container. Experienced with multi-stage, multi-arch build process."
40+
# url: "https://www.docker.com/"
3241

33-
- name: Prometheus
34-
logo: /images/sections/skills/prometheus.png
35-
summary: "Capable of setup, configure Prometheus metrics. Experienced with PromQL, AlertManager. Also, experienced with writing metric exporters."
36-
url: "https://prometheus.io/"
42+
# - name: Prometheus
43+
# logo: /images/sections/skills/prometheus.png
44+
# summary: "Capable of setup, configure Prometheus metrics. Experienced with PromQL, AlertManager. Also, experienced with writing metric exporters."
45+
# url: "https://prometheus.io/"
3746

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

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

4756
- name: C++
4857
logo: /images/sections/skills/c++.png
49-
summary: "Know basic C/C++ programming. Used for contest programming and problem solving."
58+
summary: "Know basic C/C++ programming. Used often to accelerate python computational time"

0 commit comments

Comments
 (0)