This commit is contained in:
feder-cr 2024-09-08 23:41:05 +02:00
commit 4b3b3e1020

View file

@ -259,11 +259,12 @@ Each section has specific fields to fill out:
- Example: - Example:
```yaml ```yaml
education_details: education_details:
- degree: "Bachelor's Degree" - education_level: "Bachelor's Degree"
university: "University of Example" institution: "University of Example"
gpa: "3.8/4"
graduation_year: "2022"
field_of_study: "Software Engineering" field_of_study: "Software Engineering"
final_evaluation_grade: "4/4"
start_date: "2021"
year_of_completion: "2023"
exam: exam:
Algorithms: "A" Algorithms: "A"
Data Structures: "B+" Data Structures: "B+"
@ -333,7 +334,8 @@ Each section has specific fields to fill out:
- `certifications:` - `certifications:`
- Include any professional certifications you have earned. - Include any professional certifications you have earned.
- **certification_name**: The name of the certification. - name: "PMP"
description: "Certification for project management professionals, issued by the Project Management Institute (PMI)"
- Example: - Example:
```yaml ```yaml