|
| 1 | +# Turn off irritating schema validation for this file by making the |
| 2 | +# YAML language server think the schema definition is in this file. |
| 3 | +# yaml-language-server: $schema=resume.yml |
| 4 | + |
| 5 | +name: Ben Godfrey |
| 6 | +tagline: Full Stack Developer |
| 7 | +location: Greenville, SC |
| 8 | + |
| 9 | +show_photo: false |
| 10 | + |
| 11 | +download_urls: |
| 12 | + pages: https://link.bengodfrey.net/resume-apple-pages |
| 13 | + word: https://link.bengodfrey.net/resume-ms-word |
| 14 | + pdf: https://link.bengodfrey.net/resume-pdf |
| 15 | + |
| 16 | +objective: null |
| 17 | + |
| 18 | +education: |
| 19 | + # TODO master's degree |
| 20 | + # |
| 21 | + # - institution: Clemson University |
| 22 | + # location: Clemson, SC |
| 23 | + # degree: Computer Science, M.S. |
| 24 | + # gpa: null |
| 25 | + # term: |
| 26 | + # start: January 2022 |
| 27 | + # end: null |
| 28 | + # in_progress: true |
| 29 | + # logo: https://live.staticflickr.com/65535/51210648772_2e277669d4_m.jpg |
| 30 | + - institution: Clemson University |
| 31 | + location: Clemson, SC |
| 32 | + degree: Computer Science, B.S. |
| 33 | + gpa: "3.97" |
| 34 | + term: |
| 35 | + start: August 2018 |
| 36 | + end: December 2021 |
| 37 | + in_progress: false |
| 38 | + logo: https://live.staticflickr.com/65535/51210648772_2e277669d4_m.jpg |
| 39 | + |
| 40 | +jobs: |
| 41 | + - employer: Clemson University |
| 42 | + location: Clemson, SC |
| 43 | + job_title: Mobile Application Developer |
| 44 | + term: |
| 45 | + start: December 2021 |
| 46 | + end: null |
| 47 | + logo: https://live.staticflickr.com/65535/51210648772_2e277669d4_m.jpg |
| 48 | + accomplishments: null |
| 49 | + - employer: Clemson University |
| 50 | + location: Clemson, SC |
| 51 | + job_title: Mobile Team Intern |
| 52 | + term: |
| 53 | + start: January 2019 |
| 54 | + end: December 2021 |
| 55 | + logo: https://live.staticflickr.com/65535/51210648772_2e277669d4_m.jpg |
| 56 | + accomplishments: |
| 57 | + - Maintained legacy my.Clemson 1.0 with a team of other interns and |
| 58 | + developers, an app used by more than 120k unique users per month! |
| 59 | + - Implement new features for and maintain the Clemson University Alexa |
| 60 | + Skill |
| 61 | + - Build RESTful backend APIs and React web frontends for my.Clemson 2.0 |
| 62 | + - Develop a suite of tools as part of the COVID-19 team to help the |
| 63 | + university respond to the pandemic |
| 64 | + - Collaborate across teams within CCIT to design cohesive sofware |
| 65 | + integrations |
| 66 | + - Communicate with project managers to meet stakeholder requirements |
| 67 | + - Redesign software with input from Quality Assurance and Accessibility |
| 68 | + teams |
| 69 | + - Assist and guide other interns when they get stuck |
| 70 | + |
| 71 | + - employer: SC Governor's School for the Arts |
| 72 | + location: Greenville, SC |
| 73 | + job_title: IT Intern |
| 74 | + term: |
| 75 | + start: June 2018 |
| 76 | + end: August 2018 |
| 77 | + logo: https://live.staticflickr.com/65535/51211352931_a44432ab0a_m.jpg |
| 78 | + accomplishments: |
| 79 | + - Troubleshooting technology issues with end users |
| 80 | + - Deployment and imaging of new Windows workstations |
| 81 | + - Designing shell scripts to expedite setup of macOS workstations |
| 82 | + - Reimaging and reporting condition of a fleet of student iPads |
| 83 | + - Conceptualize and implement spreadsheet macros using Google App Scripts |
| 84 | + |
| 85 | + - employer: SC Governor's School for the Arts |
| 86 | + location: Greenville, SC |
| 87 | + job_title: IT Intern |
| 88 | + term: |
| 89 | + start: June 2017 |
| 90 | + end: August 2017 |
| 91 | + logo: https://live.staticflickr.com/65535/51211352931_a44432ab0a_m.jpg |
| 92 | + accomplishments: |
| 93 | + - Collaborate with other departments to inventory technology resources |
| 94 | + - Appraise and wipe a fleet of older iPads to prepare them for surplus |
| 95 | + - Manage and prepare a fleet of new iPads using ZuluDesk MDM |
| 96 | + - Develop a web portal to help users install the school's root certificate |
| 97 | + - Configure and secure Cisco network switches and reorganize patch panels |
| 98 | + |
| 99 | +skills: |
| 100 | + levels: |
| 101 | + - value: 1 |
| 102 | + description: Expert |
| 103 | + class: skill-bar-level-one |
| 104 | + - value: 2 |
| 105 | + description: Proficient |
| 106 | + class: skill-bar-level-two |
| 107 | + - value: 3 |
| 108 | + description: Competent |
| 109 | + class: skill-bar-level-three |
| 110 | + - value: 4 |
| 111 | + description: Novice |
| 112 | + class: skill-bar-level-four |
| 113 | + |
| 114 | + clusters: |
| 115 | + - title: Programming Languages |
| 116 | + items: |
| 117 | + - skill: Golang |
| 118 | + level: 1 |
| 119 | + - skill: PHP |
| 120 | + level: 2 |
| 121 | + - skill: Python |
| 122 | + level: 2 |
| 123 | + - skill: HTML |
| 124 | + level: 1 |
| 125 | + - skill: CSS |
| 126 | + level: 2 |
| 127 | + - skill: JavaScript |
| 128 | + level: 1 |
| 129 | + - skill: Java |
| 130 | + level: 2 |
| 131 | + - skill: C |
| 132 | + level: 3 |
| 133 | + - skill: C++ |
| 134 | + level: 3 |
| 135 | + - title: Frameworks |
| 136 | + items: |
| 137 | + - skill: ReactJS |
| 138 | + level: 1 |
| 139 | + - skill: Bootstrap |
| 140 | + level: 1 |
| 141 | + - skill: MaterialUI |
| 142 | + level: 1 |
| 143 | + - skill: AngularJS |
| 144 | + level: 4 |
| 145 | + - skill: Alexa Skills Kit |
| 146 | + level: 3 |
| 147 | + - title: Other Skills |
| 148 | + items: |
| 149 | + - skill: Agile |
| 150 | + level: 2 |
| 151 | + - skill: Linux |
| 152 | + level: 2 |
| 153 | + - skill: Git |
| 154 | + level: 2 |
| 155 | + |
| 156 | +awards: |
| 157 | + - title: President's List |
| 158 | + project: 4.0 GPA |
| 159 | + from: Clemson University |
| 160 | + # using the line breaks here since none of the other awards have multiple |
| 161 | + # dates. If others need this, probably should write an abstraction. |
| 162 | + # prettier-ignore |
| 163 | + date: > |
| 164 | + <br /> Fall 2018 |
| 165 | + <br /> Spring 2019 |
| 166 | + <br /> Fall 2019 |
| 167 | + <br /> Spring 2020 |
| 168 | + <br /> Fall 2020 |
| 169 | + <br /> Fall 2021 |
| 170 | + image_url: https://live.staticflickr.com/65535/51210648772_2e277669d4_m.jpg |
| 171 | + more_url: https://meritpages.com/bengodfrey |
| 172 | + - title: Best Project Using Domain.com |
| 173 | + project: CUparkit |
| 174 | + from: CUhackit |
| 175 | + date: January 27th, 2019 |
| 176 | + image_url: https://live.staticflickr.com/65535/51217790839_b0d904c837_q.jpg |
| 177 | + more_url: https://devpost.com/software/cuparkit |
| 178 | + - title: Best Software Hack |
| 179 | + project: Tiger Dining Alexa Skill |
| 180 | + from: CUhackit Hello World |
| 181 | + date: October 13th, 2018 |
| 182 | + image_url: https://live.staticflickr.com/65535/49692245241_a2b4aec229_q.jpg |
| 183 | + more_url: https://devpost.com/software/clemson-dining-alexa-skill |
| 184 | + |
| 185 | +# Currently, there are none of these. |
| 186 | +# Just thinking about future sections. |
| 187 | +publications: |
| 188 | + - title: XXX |
| 189 | + date: XXX |
0 commit comments