From b83f8ce962fbc662278ab1083d5d81f6e8dd2fcd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Ortega=20Froysa?= Date: Tue, 30 Jan 2024 10:31:03 +0100 Subject: [PATCH] Update CV for Python. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Nicolás Ortega Froysa --- en/cv-sections/education.tex | 2 ++ en/cv-sections/experience.tex | 6 ++++-- en/cv-sections/projects.tex | 2 +- es/cv-sections/education.tex | 2 ++ es/cv-sections/experience.tex | 4 +++- es/cv-sections/projects.tex | 2 +- 6 files changed, 13 insertions(+), 5 deletions(-) diff --git a/en/cv-sections/education.tex b/en/cv-sections/education.tex index a48f578..d250815 100644 --- a/en/cv-sections/education.tex +++ b/en/cv-sections/education.tex @@ -26,6 +26,7 @@ \end{cvitems} } +\iffalse \cventry {IB Diploma Graduate} {International Baccalaureate Diploma Programme} @@ -38,6 +39,7 @@ \item Final paper on The Free Software Movement and Intellectual Property. \end{cvitems} } +\fi %------------------------------------------------ diff --git a/en/cv-sections/experience.tex b/en/cv-sections/experience.tex index 929edb7..a37c78f 100644 --- a/en/cv-sections/experience.tex +++ b/en/cv-sections/experience.tex @@ -34,6 +34,7 @@ { \begin{cvitems} \item Programming with modern C++ standards (C++17). + \item Test suite development with Python \& Bash. \item Team collaboration in a dynamic project environment. \item Code repository management using Git CVS. \item Maintaining build system using CMake. @@ -49,8 +50,9 @@ \begin{cvitems} \item Development of a 3D, derby-style, shooter game written in modern C++. \item Collaboration with various other developers in large-scale project using Git version control tool. - \item Configuring the CMake build system for the project, linking to dependency libraries. - \item Had to adapt to a constantly changing development environment. + %\item Configuring the CMake build system for the project, linking to dependency libraries. + \item Game server \& directory server development in Python. + \item Adapting to a constantly changing development environment. \item Asynchronous communication with teammates in different timezones. \end{cvitems} } diff --git a/en/cv-sections/projects.tex b/en/cv-sections/projects.tex index 22ee253..a5ebec8 100644 --- a/en/cv-sections/projects.tex +++ b/en/cv-sections/projects.tex @@ -17,6 +17,7 @@ architectures, bootable with GNU GRUB, and built using the GCC cross-compilation tool-chain and the CMake build system. } +\fi \entrytitlestyle{SAUS} @@ -25,4 +26,3 @@ scripted audio filtering via JACK audio inputs. The C program passes input frequencies through a user-defined script written in Python. } -\fi diff --git a/es/cv-sections/education.tex b/es/cv-sections/education.tex index 3d5e20b..ca47a16 100644 --- a/es/cv-sections/education.tex +++ b/es/cv-sections/education.tex @@ -26,6 +26,7 @@ \end{cvitems} } +\iffalse \cventry {Graduado del Programa IB} {Bachillerato Internacional} @@ -38,6 +39,7 @@ \item Trabajo de investigación final sobre El Movimiento Software Libre y la Propiedad Intelectual. \end{cvitems} } +\fi %------------------------------------------------ diff --git a/es/cv-sections/experience.tex b/es/cv-sections/experience.tex index 17ba3a4..b59348d 100644 --- a/es/cv-sections/experience.tex +++ b/es/cv-sections/experience.tex @@ -34,6 +34,7 @@ { \begin{cvitems} \item Programación usando estándares modernos de C++ (C++17). + \item Desarrollo del {\it suite} de pruebas en Python y Bash. \item Colaboración en equipo en proyecto modular. \item Gestión de repositorios con Git. \item Mantenimiento de sistema de compilación en CMake. @@ -49,7 +50,8 @@ \begin{cvitems} \item Desarrollo de un juego de coches, estilo {\it shooter} en 3D, escrito en C++ moderno. \item Colaboración con otros desarrolladores en un proyecto a escala usando Git para el control de versiones. - \item Configuración del sistema de compilación CMake para el proyecto, enlazando el binario con las dependencias. + %\item Configuración del sistema de compilación CMake para el proyecto, enlazando el binario con las dependencias. + \item Desarrollo del servidor de juego y de directorio en Python. \item Adaptación a un ambiente de desarrollo con cambios frecuentes. \item Comunicación asíncrona con compañeros en zonas horarias diferentes. \end{cvitems} diff --git a/es/cv-sections/projects.tex b/es/cv-sections/projects.tex index 59c8e99..21ee225 100644 --- a/es/cv-sections/projects.tex +++ b/es/cv-sections/projects.tex @@ -22,6 +22,7 @@ Compatible con arquitecturas x86, arrancable con GNU GRUB, y escrito utilizando el {\it tool-chain} de GCC y el sistema de compilación CMake. } +\fi \entrytitlestyle{SAUS} @@ -31,4 +32,3 @@ pasa las frecuencias de entrada a un {\it script} especificado por el usuario escrito en Python. } -\fi