Refactor technical skills into a YAML map

This commit is contained in:
2021-02-20 14:03:29 +01:00
parent 4bd4489c82
commit 57bb6faa70
5 changed files with 86 additions and 73 deletions

View File

@@ -34,27 +34,26 @@ education:
campus: Châtenay-Malabry
institution: "Université Paris-Sud"
programming:
- Python
- C++
- Nix
- Java
- PHP
technologies:
- \LaTeX
- Git
- REST APIs
- SQL
platforms:
- Linux
- FreeBSD
- DragonFlyBSD
- Android
programming:
- Python
- C++
- Nix
- Java
- PHP
tools:
- \LaTeX
- Git
- REST APIs
- SQL
platforms:
- Linux
- FreeBSD
- DragonFlyBSD
- Android
projects:
- COVID-19 Telegram Bot
- "COVID-19 Telegram Bot"
languages:
- language: English
@@ -82,8 +81,9 @@ courses:
experience:
- company: JITKey
years:
start: 'February 2020'
end: 'March 2020'
start: "February 2020"
end: "March 2020"
position: Internship
location: Remote
description: "Support Manager at a startup in Spain. Cut short due to the COVID-19 pandemic"
---

View File

@@ -35,28 +35,27 @@ education:
campus: Châtenay-Malabry
institution: "Université Paris-Sud"
programming:
- Python
- C++
- Nix
- Java
- PHP
technologies:
- \LaTeX
- Git
- REST APIs
- SQL
- NixOS
platforms:
- Linux
- FreeBSD
- DragonFlyBSD
- Android
programming:
- Python
- C++
- Nix
- Java
- PHP
tools:
- \LaTeX
- Git
- REST APIs
- SQL
platforms:
- Linux
- FreeBSD
- DragonFlyBSD
- Android
projects:
- Bot de Telegram COVID-19
- "Bot de Telegram COVID-19"
languages:
@@ -67,6 +66,8 @@ languages:
proficiency: Nativo
- language: Francés
proficiency: Nativo
courses:
- name: Fundamentos de Robótica
institution: Adams Formación
@@ -83,8 +84,9 @@ courses:
experience:
- company: JITKey
years:
start: 'Febrero 2020'
end: 'Marzo 2020'
start: "Febrero 2020"
end: "Marzo 2020"
position: Prácticas
location: Remoto
description: "Responsable de Soporte en una startup española. Suspendidas debido al COVID-19"
---