Because your career deserves the same rigor as your code.
This repository contains my professional CV, managed as code using RenderCV — a Python-powered CV generator that transforms YAML into pixel-perfect PDFs.
No more wrestling with Word formatting. No more "which version did I send?". Just clean, version-controlled, reproducible documents.
| Language | |
|---|---|
| 🇺🇸 English | View PDF |
| 🇪🇸 Spanish | View PDF |
| Traditional CV | This Approach |
|---|---|
| ❌ "Final_CV_v3_FINAL(2).docx" | ✅ Git history with meaningful commits |
| ❌ Formatting breaks between versions | ✅ Consistent, professional typography |
| ❌ Hard to maintain multiple languages | ✅ Separate YAML files, same structure |
| ❌ Manual updates, copy-paste errors | ✅ Single source of truth |
| ❌ Generic templates | ✅ ATS-friendly, role-optimized themes |
CV/
├── ENG/ # English version
│ └── Gerardo_Toboso_CV.yaml
└── ES/ # Spanish version
└── Gerardo_Toboso_CV.yaml
- Multi-language support — English & Spanish versions maintained in parallel
- Professional themes — Using
engineeringresumestheme, optimized for technical roles - PDF-only output — Clean, ATS-compatible documents
- Single-page layout — Concise and recruiter-friendly
- Clickable links — GitHub projects linked directly in the CV
This repository structure and configuration are open for inspiration. The CV content is personal.
Built with 💙 by a Data & Analytics Specialist who believes documentation matters.