Update README.md

This commit is contained in:
Federico 2024-09-08 23:21:03 +02:00 committed by GitHub
parent 1389f84b7d
commit 20382d14c3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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+"
@ -274,13 +275,13 @@ Each section has specific fields to fill out:
- `experience_details:` - `experience_details:`
- This section details your work experience, including job roles, companies, and key responsibilities. - This section details your work experience, including job roles, companies, and key responsibilities.
- **position**: Your job title or role. - position: Your job title or role.
- **company**: The name of the company or organization where you worked. - company: The name of the company or organization where you worked.
- **employment_period**: The timeframe during which you were employed in the role (e.g., MM/YYYY - MM/YYYY). - employment_period: The timeframe during which you were employed in the role (e.g., MM/YYYY - MM/YYYY).
- **location**: The city and country where the company is located. - location: The city and country where the company is located.
- **industry**: The industry or field in which the company operates. - industry: The industry or field in which the company operates.
- **key_responsibilities**: A list of major responsibilities or duties you had in the role. - key_responsibilities: A list of major responsibilities or duties you had in the role.
- **skills_acquired**: Skills or expertise gained through this role. - skills_acquired: Skills or expertise gained through this role.
- Example: - Example:
```yaml ```yaml
@ -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