Skip to content

Instantly share code, notes, and snippets.

@viveknaskar
Last active October 3, 2021 16:45
Show Gist options
  • Save viveknaskar/6f3a6ec3c122d04212c96ef2b3094294 to your computer and use it in GitHub Desktop.
Save viveknaskar/6f3a6ec3c122d04212c96ef2b3094294 to your computer and use it in GitHub Desktop.
An illustration of a sample YAML file
---
# This is a comment for illustrating a YAML file
name: Vivek Naskar
designation: "Software Developer"
age: 29
company: Google
frameworks:
- Spring Boot
- Django
- nodeJs
languages:
java: expert
python: beginner
javascript: proficient
cerifications: |
4 Google certifications
2 Best employee awards
Bachelors in Computer Science & Engineering
# The symbol ">" is used for paragraphs
mission: >
My mission is
to learn newer
technologies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment