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:
```yaml
education_details:
- degree: "Bachelor's Degree"
university: "University of Example"
gpa: "3.8/4"
graduation_year: "2022"
- education_level: "Bachelor's Degree"
institution: "University of Example"
field_of_study: "Software Engineering"
final_evaluation_grade: "4/4"
start_date: "2021"
year_of_completion: "2023"
exam:
Algorithms: "A"
Data Structures: "B+"
@ -333,7 +334,8 @@ Each section has specific fields to fill out:
- `certifications:`
- 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:
```yaml