Skip to content

Instantly share code, notes, and snippets.

@Giwan
Created December 3, 2020 20:11
Show Gist options
  • Select an option

  • Save Giwan/1b0cc2f6e7f852f76887771cd58c85ba to your computer and use it in GitHub Desktop.

Select an option

Save Giwan/1b0cc2f6e7f852f76887771cd58c85ba to your computer and use it in GitHub Desktop.

Revisions

  1. Giwan created this gist Dec 3, 2020.
    52 changes: 52 additions & 0 deletions resume.json
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,52 @@
    {
    "basics": {
    "name": "Giwan Persaud",
    "label": "Programmer",
    "picture": "",
    "email": "[email protected]",
    "phone": "0600000000",
    "website": "https://mytoori.com",
    "summary": "A summary about me",
    "location": {
    "address": "2712 Broadway St",
    "postalCode": "CA 94115",
    "city": "San Francisco",
    "countryCode": "US",
    "region": "California"
    }
    },
    "work": [
    {
    "company": "Company",
    "position": "President",
    "website": "http://company.com",
    "startDate": "2013-01-01",
    "endDate": "2014-01-01",
    "summary": "Description..."
    }
    ],
    "education": [
    {
    "institution": "University",
    "area": "Software Development",
    "studyType": "Bachelor",
    "startDate": "2011-01-01",
    "endDate": "2013-01-01",
    "gpa": "4.0",
    "courses": ["DB1101 - Basic SQL"]
    }
    ],
    "skills": [
    {
    "name": "Web Development",
    "level": "Senior",
    "keywords": ["HTML", "CSS", "Javascript"]
    }
    ],
    "languages": [
    {
    "language": "English",
    "fluency": "Native speaker"
    }
    ]
    }