Categorize the Technologies section

This commit is contained in:
coolneng 2025-11-07 00:59:46 +01:00
parent 7857d91ba0
commit 9fca18d200
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
5 changed files with 29 additions and 20 deletions

Binary file not shown.

View File

@ -67,7 +67,7 @@ certifications:
- name: ITIL v4 - name: ITIL v4
score: 37/40 score: 37/40
technologies: skills:
- category: Programming languages - category: Programming languages
items: items:
- Python - Python
@ -77,26 +77,30 @@ technologies:
- PHP - PHP
- Shell scripting - Shell scripting
- PL/SQL - PL/SQL
- category: Tools - category: DevOps
items: items:
- \LaTeX
- Git - Git
- SQL
- ZFS
- Docker - Docker
- Nginx
- Nix
- Prometheus - Prometheus
- Grafana - Grafana
- JIRA - JIRA
- Service Now - Service Now
- category: Tools
items:
- SQL
- \LaTeX
- Nix
- ZFS
- Prometheus
- Grafana
- category: Platforms - category: Platforms
items: items:
- Linux - Linux
- FreeBSD - FreeBSD
- DragonFlyBSD - DragonFlyBSD
- Android
- NixOS - NixOS
- Arduino
- Android
projects: projects:
- "Telegram bot to notify students of COVID-19 cases (Python)" - "Telegram bot to notify students of COVID-19 cases (Python)"

Binary file not shown.

View File

@ -69,7 +69,7 @@ certifications:
- name: ITIL v4 - name: ITIL v4
score: 37/40 score: 37/40
technologies: skills:
- category: Langages de programmation - category: Langages de programmation
items: items:
- Python - Python
@ -79,26 +79,30 @@ technologies:
- PHP - PHP
- Shell scripting - Shell scripting
- PL/SQL - PL/SQL
- category: Outils - category: DevOps
items: items:
- \LaTeX
- Git - Git
- SQL
- ZFS
- Docker - Docker
- Nginx
- Nix
- Prometheus - Prometheus
- Grafana - Grafana
- JIRA - JIRA
- Service Now - Service Now
- category: Outils
items:
- SQL
- \LaTeX
- Nix
- ZFS
- Prometheus
- Grafana
- category: Plateformes - category: Plateformes
items: items:
- Linux - Linux
- FreeBSD - FreeBSD
- DragonFlyBSD - DragonFlyBSD
- Android
- NixOS - NixOS
- Arduino
- Android
projects: projects:
- "Bot Telegram pour avertir les étudiants des cas de COVID-19 (Python)" - "Bot Telegram pour avertir les étudiants des cas de COVID-19 (Python)"

View File

@ -86,11 +86,12 @@ $endfor$
\ifthenelse{\equal{$lang$}{en}} \ifthenelse{\equal{$lang$}{en}}
{\section{Technologies}} {\section{Technologies}}
{\section{Technologies}} {\section{Technologies}}
$for(technologies)$ $for(skills)$
\cvline{$technologies.category$}{ \subsection{$skills.category$}
\cvitem{}{
\begin{itemize*}[label=, itemjoin={{,}}] \begin{itemize*}[label=, itemjoin={{,}}]
$for(technologies.items)$ $for(skills.items)$
\item{$technologies.items$} \item{$skills.items$}
$endfor$ $endfor$
\end{itemize*}} \end{itemize*}}
$endfor$ $endfor$