You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: data/en/sections/skills.yaml
+18-9Lines changed: 18 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -8,29 +8,38 @@ section:
8
8
# Can optionally hide the title in sections
9
9
# hideTitle: true
10
10
11
-
# Your Skills.
12
-
# Give a summary of you each skill in the summary section.
13
11
skills:
12
+
14
13
- name: Python
15
14
logo: /images/sections/skills/python.png
16
-
summary: "Using as the main language fluently for research and projects. Familiar with Pytorch, Tensorflow, Scikit-learn, Spark, Pandas, Numpy/Sci-py, Seaborn, etc."
15
+
summary: "Primary language for research and production systems. Proficient with PyTorch, Scikit-learn, Pandas, NumPy/SciPy, and Spark for distributed ML; build robust web back-ends and REST APIs with Django."
17
16
18
17
- name: C++
19
18
logo: /images/sections/skills/c++.png
20
-
summary: "Experienced with basic C++ programming. Used for contest programming and problem solving."
19
+
summary: "Modern C++17/20 for high-performance, low-latency systems. Comfortable with multithreading, memory management, STL, and competitive-programming–style algorithm design."
21
20
22
21
- name: R
23
22
logo: /images/sections/skills/R.png
24
-
summary: "Using fluently for EDA, statistical modeling and timeseries analysis. Familiar with car, tidyverse, caret, forecast, etc."
23
+
summary: "Fluent in exploratory data analysis, statistical modeling, and time-series forecasting using the tidyverse, caret, forecast, and Shiny for interactive dashboards."
25
24
26
25
- name: SQL
27
26
logo: /images/sections/skills/sql.png
28
-
summary: "Proficient in SQL for database management, data manipulation, and integration with other programming environments."
27
+
summary: "Advanced SQL across PostgreSQL and MySQL. Design and normalize relational schemas, create indexes, tune queries, and leverage window functions/CTEs for both OLTP and analytical workloads."
28
+
29
+
- name: Docker & Kubernetes
30
+
logo: /images/sections/skills/kubernetes.png
31
+
summary: "Containerized microservices and ML workloads with Docker/Compose; orchestrated, auto-scaled, and monitored clusters in Kubernetes (GKE/EKS)."
32
+
33
+
- name: DevOps & CI/CD
34
+
logo: /images/sections/skills/travis.png
35
+
summary: "Automated build–test–deploy pipelines using GitHub Actions and Travis CI; integrated unit/integration testing, security scanning, and blue-green rollouts."
29
36
30
-
- name: Cloud Computing
37
+
- name: Cloud & Serverless
31
38
logo: /images/sections/skills/cloud.png
32
39
summary: "Worked with Google Cloud Platform for big data analytics."
33
40
34
-
- name: Git
41
+
- name: Git & Version Control
35
42
logo: /images/sections/skills/git.png
36
-
summary: "Experienced with git-based development. "
43
+
summary: "Daily Git user—branching strategies, code reviews, GitHub Actions, and release automation in agile teams."
0 commit comments