-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresume-corey.json
171 lines (171 loc) · 5.2 KB
/
resume-corey.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
{
"name": "Corey Schafer",
"label": "Programmer",
"image_path": "portfolio_media/profile.jpg",
"contact": {
"email": "[email protected]",
"phone": "",
"location": "Charleston, WV"
},
"summary": "Programming educator on YouTube. Simplifying complex concepts into manageable steps to help learners digest material at their own pace.",
"url": "https://coreyms.com",
"social_links": [
{
"label": "Coreyms.com",
"url": "https://coreyms.com",
"svg_path": "img/globe.svg"
},
{
"label": "YouTube",
"url": "https://youtube.com/c/coreyms",
"svg_path": "img/youtube.svg"
},
{
"label": "Instagram",
"url": "https://www.instagram.com/coreymschafer",
"svg_path": "img/instagram.svg"
},
{
"label": "Github",
"url": "https://github.com/CoreyMSchafer",
"svg_path": "img/github.svg"
}
],
"work_experience": [
{
"company": "LASP (Labratory for Atmospheric and Space Physics)",
"position": "Software Engineer",
"url": "https://lasp.colorado.edu/",
"start_date": "2015",
"end_date": "2019",
"summary": "",
"highlights": [
"Created and maintained back-end API services using Flask.",
"Created system administration scripts using Python to automate the processing and deployment of mission-critical data.",
"Tasked with migrating in-house data pipelines to a cloud-based solution using AWS."
]
},
{
"company": "WVU GIS Technical Center",
"position": "Software Engineer",
"url": "https://wvgis.wvu.edu/",
"start_date": "2012",
"end_date": "2015",
"summary": "",
"highlights": [
"Developed and designed GIS web applications with the ArcGIS JavaScript API",
"Wrote and published geoprocessing services using Python and ArcPy",
"Created backend user authentication systems with PHP and MySQL"
]
},
{
"company": "MATRIC (Mid-Atlantic Technology, Research, and Innovation Center)",
"position": "Software Engineer",
"url": "https://www.matricinnovates.com/",
"start_date": "2010",
"end_date": "2011",
"summary": "",
"highlights": [
"Created GIS web applications with ActionScript and the ArcGIS API for Flex.",
"Developed custom widgets for routing, wind data visualization, and simulations.",
"Wrote and maintained SQL-based queries to efficiently retrieve and analyze data from GIS REST services."
]
}
],
"projects": [
{
"title": "Educational Content Creator on YouTube",
"summary": "Channel focused on creating tutorials and walkthroughs for software developers, programmers, and engineers.",
"url": "https://youtube.com/c/coreyms",
"highlights": ["Over 1 million subscribers", "Over 100 million views"],
"images": [
{
"img_path": "portfolio_media/yt1.png",
"caption": "Main Channel"
},
{
"img_path": "portfolio_media/yt2.png",
"caption": "Tutorials"
},
{
"img_path": "portfolio_media/yt3.png",
"caption": "Live Streams"
}
]
}
],
"volunteer_experience": [
{
"organization": "Heritage Point Assisted Living",
"position": "Computer Assistance",
"url": "https://www.heritage-point.com/",
"start_date": "2012",
"end_date": "2015",
"summary": "Helped residents with any computer problems for two hours each week. Mainly helped with networking, typing, basic instruction, and troubleshooting.",
"highlights": []
},
{
"organization": "Marshall University",
"position": "Student Ambassador",
"url": "https://marshall.edu",
"start_date": "2007",
"end_date": "2008",
"summary": "Gave campus tours, organized promotional events, and ran summer orientation.",
"highlights": []
}
],
"education": [
{
"institution": "Marshall University",
"location": "Hungington, WV, USA",
"url": "https://marshall.edu",
"degrees": [
"Bachelor of Science in Computer Science",
"Minor in Mathematics"
],
"honors": [
"2010 Outstanding Student Award",
"2005 R.L. “Buck” Woodall Student-Athlete scholarship",
"Placed in a District ACM ICPC Team Programming Contest"
],
"gpa_cumulative": "3.29",
"gpa_major": "3.93",
"graduation_date": "2010"
}
],
"skills": [
{
"name": "Python, Flask, Django",
"proficiency": 100,
"proficiency_label": "Expert"
},
{
"name": "System Administration, Linux",
"proficiency": 90,
"proficiency_label": "Advanced"
},
{
"name": "JavaScript, HTML, CSS",
"proficiency": 75,
"proficiency_label": "Comfortable"
}
],
"interests": [
{
"name": "Woodworking",
"summary": "",
"images": [
{
"img_path": "portfolio_media/ww1.jpg",
"caption": "Chess Board made from Walnut and Maple"
},
{
"img_path": "portfolio_media/ww2.jpg",
"caption": "Wooden Necklace from Walnut Scrap"
}
]
}
],
"languages": [],
"references": []
}