Merge freelance projects into work experience

This commit is contained in:
coolneng 2021-02-28 20:02:18 +01:00
parent edca5c6a8d
commit 82d22a5171
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
5 changed files with 31 additions and 31 deletions

Binary file not shown.

View File

@ -35,10 +35,10 @@ technologies:
- category: Programming languages - category: Programming languages
items: items:
- Python - Python
- R
- C++ - C++
- Java - Java
- PHP - PHP
- R
- category: Tools - category: Tools
items: items:
- \LaTeX - \LaTeX
@ -53,13 +53,6 @@ technologies:
- Android - Android
- NixOS - NixOS
freelance:
- client: Odyfo
summary: Development of a REST API
description:
- "Rewrite of CRUD API that serves mobile apps using Python (FastAPI)"
- "Database cleanup and migration to SQLite"
projects: projects:
- "Telegram bot to notify of COVID-19 cases (Python)" - "Telegram bot to notify of COVID-19 cases (Python)"
- "Declarative configuration of a home server (Nix)" - "Declarative configuration of a home server (Nix)"
@ -75,6 +68,9 @@ languages:
- language: French - language: French
proficiency: Native proficiency: Native
- language: Arabic (Moroccan dialect)
proficiency: Native
courses: courses:
- name: Fundamentals of Robotics - name: Fundamentals of Robotics
institution: Adams Formación institution: Adams Formación
@ -93,12 +89,22 @@ experience:
years: years:
start: "January 2021" start: "January 2021"
end: "present" end: "present"
position: Internship position: Freelance
city: Ceuta city: Ceuta
country: Spain country: Spain
description: description:
- "System administrator of a regulatory college" - "System administrator of a regulatory college"
- "Management of a Linux server, networking equipment and PCs" - "Management of a Linux server, networking equipment and PCs"
- company: Odyfo
years:
start: "March 2020"
end: "present"
position: Freelance
city: Remote
country: Spain
description:
- "Rewrite of CRUD API that serves mobile apps using Python (FastAPI)"
- "Database cleanup and migration to SQLite"
- company: JITKey - company: JITKey
years: years:
start: "February 2020" start: "February 2020"

Binary file not shown.

View File

@ -36,10 +36,10 @@ technologies:
- category: Lenguajes de programación - category: Lenguajes de programación
items: items:
- Python - Python
- R
- C++ - C++
- Java - Java
- PHP - PHP
- R
- category: Herramientas - category: Herramientas
items: items:
- \LaTeX - \LaTeX
@ -54,13 +54,6 @@ technologies:
- Android - Android
- NixOS - NixOS
freelance:
- client: Odyfo
summary: Desarrollo de una API REST
description:
- "Reimplementación de una API CRUD para apps móviles usando Python (FastAPI)"
- "Limpieza de la base de datos SQL y migración a SQLite"
projects: projects:
- "Bot de Telegram para la notificación de casos de COVID-19 (Python)" - "Bot de Telegram para la notificación de casos de COVID-19 (Python)"
- "Configuración declarativa de un servidor (Nix)" - "Configuración declarativa de un servidor (Nix)"
@ -76,6 +69,9 @@ languages:
- language: Francés - language: Francés
proficiency: Nativo proficiency: Nativo
- language: Darija (Dialecto marroquí)
proficiency: Nativo
courses: courses:
- name: Fundamentos de Robótica - name: Fundamentos de Robótica
institution: Adams Formación institution: Adams Formación
@ -93,13 +89,23 @@ experience:
- company: COACE - company: COACE
years: years:
start: "Enero 2021" start: "Enero 2021"
end: "present" end: "presente"
position: Prácticas position: Freelance
city: Ceuta city: Ceuta
country: España country: España
description: description:
- "Administrador de sistemas de un colegio oficial" - "Administrador de sistemas de un colegio oficial"
- "Gestión de un servidor Linux, hardware de red y PCs" - "Gestión de un servidor Linux, hardware de red y PCs"
- company: Odyfo
years:
start: "Marzo 2020"
end: "presente"
position: Freelance
city: Remoto
country: España
description:
- "Reimplementación de una API CRUD para apps móviles usando Python (FastAPI)"
- "Limpieza de la base de datos SQL y migración a SQLite"
- company: JITKey - company: JITKey
years: years:
start: "Febrero 2020" start: "Febrero 2020"

View File

@ -88,18 +88,6 @@ $for(experience)$
\end{tightitems}} \end{tightitems}}
$endfor$ $endfor$
\ifthenelse{\equal{$lang$}{en}}
{\subsection{Freelance projects}}
{\subsection{Proyectos freelance}}
$for(freelance)$
\cventry{}{$freelance.summary$}{$freelance.client$}{}{}{
\begin{tightitems}
$for(freelance.description)$
\item{$freelance.description$}
$endfor$
\end{tightitems}}
$endfor$
\ifthenelse{\equal{$lang$}{en}} \ifthenelse{\equal{$lang$}{en}}
{\section{Personal Projects}} {\section{Personal Projects}}