Skip to content

Instantly share code, notes, and snippets.

@bensochar
Last active June 27, 2019 14:51
Show Gist options
  • Save bensochar/2b6c028c19f798ca44501ed53c9a404e to your computer and use it in GitHub Desktop.
Save bensochar/2b6c028c19f798ca44501ed53c9a404e to your computer and use it in GitHub Desktop.

Revisions

  1. bensochar revised this gist Jun 27, 2019. 1 changed file with 6 additions and 6 deletions.
    12 changes: 6 additions & 6 deletions resume.json
    Original file line number Diff line number Diff line change
    @@ -23,12 +23,12 @@
    ]
    },
    "skills": [{
    "name": "Web Development",
    "level": "Master",
    "name": "Backend Development",
    "level": "Senior",
    "keywords": [
    "HTML",
    "CSS",
    "Javascript"
    "Ruby",
    "Rails",
    "PHP"
    ]
    }],
    }]
    }
  2. bensochar revised this gist Jun 27, 2019. 1 changed file with 10 additions and 1 deletion.
    11 changes: 10 additions & 1 deletion resume.json
    Original file line number Diff line number Diff line change
    @@ -21,5 +21,14 @@
    "url": "https://github.com/bensochar"
    }
    ]
    }
    },
    "skills": [{
    "name": "Web Development",
    "level": "Master",
    "keywords": [
    "HTML",
    "CSS",
    "Javascript"
    ]
    }],
    }
  3. bensochar revised this gist Jun 27, 2019. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion resume.json
    Original file line number Diff line number Diff line change
    @@ -1,7 +1,7 @@
    {
    "basics": {
    "name": "Ben Sochar",
    "label": "Web Developer",
    "label": "Full Stack",
    "summary": "Full stack web developer always eager for more",
    "website": "http://bensochar.com",
    "email": "[email protected]",
  4. bensochar revised this gist Jun 27, 2019. 1 changed file with 5 additions and 0 deletions.
    5 changes: 5 additions & 0 deletions resume.json
    Original file line number Diff line number Diff line change
    @@ -14,6 +14,11 @@
    "network": "Twitter",
    "username": "bensochar",
    "url": "http://twitter.com/bensochar"
    },
    {
    "network": "Github",
    "username": "bensochar",
    "url": "https://github.com/bensochar"
    }
    ]
    }
  5. bensochar revised this gist Jun 27, 2019. 1 changed file with 4 additions and 2 deletions.
    6 changes: 4 additions & 2 deletions resume.json
    Original file line number Diff line number Diff line change
    @@ -9,10 +9,12 @@
    "city": "New York",
    "countryCode": "US"
    },
    "profiles": [{
    "profiles": [
    {
    "network": "Twitter",
    "username": "bensochar",
    "url": "http://twitter.com/bensochar"
    }]
    }
    ]
    }
    }
  6. bensochar revised this gist Jun 27, 2019. 1 changed file with 1 addition and 10 deletions.
    11 changes: 1 addition & 10 deletions resume.json
    Original file line number Diff line number Diff line change
    @@ -14,14 +14,5 @@
    "username": "bensochar",
    "url": "http://twitter.com/bensochar"
    }]
    },
    "skills": [{
    "name": "Web Development",
    "level": "Master",
    "keywords": [
    "HTML",
    "CSS",
    "Javascript"
    ]
    }]
    }
    }
  7. bensochar revised this gist Jun 27, 2019. 1 changed file with 4 additions and 9 deletions.
    13 changes: 4 additions & 9 deletions resume.json
    Original file line number Diff line number Diff line change
    @@ -16,17 +16,12 @@
    }]
    },
    "skills": [{
    "name": "Backend Development",
    "name": "Web Development",
    "level": "Master",
    "keywords": [
    "AWS",
    "Heroku",
    "Ruby",
    "Rails",
    "Postgres",
    "MySQL"
    "Redis",
    "PHP"
    "HTML",
    "CSS",
    "Javascript"
    ]
    }]
    }
  8. bensochar revised this gist Jun 27, 2019. No changes.
  9. bensochar revised this gist Jun 27, 2019. 1 changed file with 2 additions and 16 deletions.
    18 changes: 2 additions & 16 deletions resume.json
    Original file line number Diff line number Diff line change
    @@ -26,21 +26,7 @@
    "Postgres",
    "MySQL"
    "Redis",
    "PHP"]
    },
    {
    "name": "Frontend Development",
    "level": "Master",
    "keywords": [
    "HTML",
    "CSS",
    "Javascript",
    "SASS",
    "Webpack",
    "Vuw",
    "SEO",
    "Social sharing",
    "Microdata",
    "Accessibility"]
    "PHP"
    ]
    }]
    }
  10. bensochar revised this gist Jun 27, 2019. 1 changed file with 28 additions and 32 deletions.
    60 changes: 28 additions & 32 deletions resume.json
    Original file line number Diff line number Diff line change
    @@ -15,36 +15,32 @@
    "url": "http://twitter.com/bensochar"
    }]
    },
    "skills": [
    {
    "name": "Backend Development",
    "level": "Master",
    "keywords": [
    "AWS",
    "Heroku",
    "Ruby",
    "Rails",
    "Postgres",
    "MySQL"
    "Redis",
    "PHP"
    ]
    },
    {
    "name": "Frontend Development",
    "level": "Master",
    "keywords": [
    "HTML",
    "CSS",
    "Javascript",
    "SASS",
    "Webpack",
    "Vuw",
    "SEO",
    "Social sharing",
    "Microdata",
    "Accessibility"
    ]
    }
    ]
    "skills": [{
    "name": "Backend Development",
    "level": "Master",
    "keywords": [
    "AWS",
    "Heroku",
    "Ruby",
    "Rails",
    "Postgres",
    "MySQL"
    "Redis",
    "PHP"]
    },
    {
    "name": "Frontend Development",
    "level": "Master",
    "keywords": [
    "HTML",
    "CSS",
    "Javascript",
    "SASS",
    "Webpack",
    "Vuw",
    "SEO",
    "Social sharing",
    "Microdata",
    "Accessibility"]
    }]
    }
  11. bensochar revised this gist Jun 27, 2019. 1 changed file with 33 additions and 1 deletion.
    34 changes: 33 additions & 1 deletion resume.json
    Original file line number Diff line number Diff line change
    @@ -14,5 +14,37 @@
    "username": "bensochar",
    "url": "http://twitter.com/bensochar"
    }]
    }
    },
    "skills": [
    {
    "name": "Backend Development",
    "level": "Master",
    "keywords": [
    "AWS",
    "Heroku",
    "Ruby",
    "Rails",
    "Postgres",
    "MySQL"
    "Redis",
    "PHP"
    ]
    },
    {
    "name": "Frontend Development",
    "level": "Master",
    "keywords": [
    "HTML",
    "CSS",
    "Javascript",
    "SASS",
    "Webpack",
    "Vuw",
    "SEO",
    "Social sharing",
    "Microdata",
    "Accessibility"
    ]
    }
    ]
    }
  12. bensochar revised this gist Jun 27, 2019. 1 changed file with 5 additions and 7 deletions.
    12 changes: 5 additions & 7 deletions resume.json
    Original file line number Diff line number Diff line change
    @@ -9,12 +9,10 @@
    "city": "New York",
    "countryCode": "US"
    },
    "profiles": [
    {
    "network": "Twitter",
    "username": "bensochar",
    "url": "http://twitter.com/bensochar"
    }
    ]
    "profiles": [{
    "network": "Twitter",
    "username": "bensochar",
    "url": "http://twitter.com/bensochar"
    }]
    }
    }
  13. bensochar revised this gist Jun 27, 2019. 1 changed file with 0 additions and 5 deletions.
    5 changes: 0 additions & 5 deletions resume.json
    Original file line number Diff line number Diff line change
    @@ -14,11 +14,6 @@
    "network": "Twitter",
    "username": "bensochar",
    "url": "http://twitter.com/bensochar"
    },
    {
    "network": "Github",
    "username": "bensochar",
    "url": "https://github.com/bensochar"
    }
    ]
    }
  14. bensochar revised this gist Jun 27, 2019. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions resume.json
    Original file line number Diff line number Diff line change
    @@ -18,8 +18,8 @@
    {
    "network": "Github",
    "username": "bensochar",
    "url": "https://github.com/bensochar/"
    "url": "https://github.com/bensochar"
    }
    ],
    ]
    }
    }
  15. bensochar revised this gist Jun 27, 2019. 1 changed file with 1 addition and 33 deletions.
    34 changes: 1 addition & 33 deletions resume.json
    Original file line number Diff line number Diff line change
    @@ -21,37 +21,5 @@
    "url": "https://github.com/bensochar/"
    }
    ],
    },
    "skills": [
    {
    "name": "Backend Development",
    "level": "Master",
    "keywords": [
    "AWS",
    "Heroku",
    "Ruby",
    "Rails",
    "Postgres",
    "MySQL"
    "Redis",
    "PHP"
    ]
    },
    {
    "name": "Frontend Development",
    "level": "Master",
    "keywords": [
    "HTML",
    "CSS",
    "Javascript",
    "SASS",
    "Webpack",
    "Vuw",
    "SEO",
    "Social sharing",
    "Microdata",
    "Accessibility"
    ]
    }
    ]
    }
    }
  16. bensochar revised this gist Jun 27, 2019. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion resume.json
    Original file line number Diff line number Diff line change
    @@ -21,7 +21,7 @@
    "url": "https://github.com/bensochar/"
    }
    ],
    }
    },
    "skills": [
    {
    "name": "Backend Development",
  17. bensochar revised this gist Jun 27, 2019. 1 changed file with 44 additions and 5 deletions.
    49 changes: 44 additions & 5 deletions resume.json
    Original file line number Diff line number Diff line change
    @@ -9,10 +9,49 @@
    "city": "New York",
    "countryCode": "US"
    },
    "profiles": [{
    "network": "Twitter",
    "username": "bensochar",
    "url": "http://twitter.com/bensochar"
    }]
    "profiles": [
    {
    "network": "Twitter",
    "username": "bensochar",
    "url": "http://twitter.com/bensochar"
    },
    {
    "network": "Github",
    "username": "bensochar",
    "url": "https://github.com/bensochar/"
    }
    ],
    }
    "skills": [
    {
    "name": "Backend Development",
    "level": "Master",
    "keywords": [
    "AWS",
    "Heroku",
    "Ruby",
    "Rails",
    "Postgres",
    "MySQL"
    "Redis",
    "PHP"
    ]
    },
    {
    "name": "Frontend Development",
    "level": "Master",
    "keywords": [
    "HTML",
    "CSS",
    "Javascript",
    "SASS",
    "Webpack",
    "Vuw",
    "SEO",
    "Social sharing",
    "Microdata",
    "Accessibility"
    ]
    }
    ]
    }
  18. bensochar created this gist Jun 27, 2019.
    18 changes: 18 additions & 0 deletions resume.json
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,18 @@
    {
    "basics": {
    "name": "Ben Sochar",
    "label": "Web Developer",
    "summary": "Full stack web developer always eager for more",
    "website": "http://bensochar.com",
    "email": "[email protected]",
    "location": {
    "city": "New York",
    "countryCode": "US"
    },
    "profiles": [{
    "network": "Twitter",
    "username": "bensochar",
    "url": "http://twitter.com/bensochar"
    }]
    }
    }