List out what are the areas which you need to fill in your resume
name
phone number
email
professional summary
skillset
work experience
education
We have list out names/keys then we need fill values
name = text
phone number = text
email text
professional summar text
skillset
<skill name>: <skill values>
work experience:
experience list:
company name
duration
role and responsibilities: text array/list
YAML
It is collection of name value or key value pair used to represent data.
Generally it is stored in files with extension .yml or .yaml
<name>: <value>
Values can be of different types
Simple
text: can be represented in single or double quotes tool: ansible