-
Notifications
You must be signed in to change notification settings - Fork 0
/
resumedata.json
176 lines (176 loc) · 7.56 KB
/
resumedata.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
172
173
174
175
176
{
"metadata": {
"created": "Feb 23, 2020, 10:25:31 PM",
"last_modified": "Feb 23, 2020, 10:25:31 PM",
"email": "me@mattrm.dev"
},
"resume": {
"category_list": [
{
"link": "www.linkedin.com/in/matthew-mccaskill",
"email": "me@mattrm.dev",
"phone_number": "(623) 377-3772",
"name": "Header",
"address": "Goodyear, AZ 85395",
"display_name": "Matthew McCaskill",
"type": "HEADER",
"id": "234",
"visible": true
},
{
"id": "267",
"name": "Profile",
"title": "Career Profile",
"type": "TEXT",
"visible": true,
"text": "Highly motivated Computer Science candidate with a strong foundation in software development. Strong ability to quickly resolve hardware and software problems to minimize disruptions in operations. Proven history of facilitating adoption of innovative solutions and training end users on new software. Excited to contribute to a mission-driven environment."
},
{
"id": "361",
"name": "Education",
"title": "Education",
"type": "EXPERIENCE",
"visible": true,
"experiences": [
{
"id": "361.462",
"organization": "Baylor University",
"location": "Waco, Texas",
"date": "May 2022",
"title": "Bachelor of Science in Computer Science",
"visible": true,
"bullets": [],
"fields": [
{
"id": "361.462.7",
"text": "Secondary Major in Mathematics",
"visible": true
},
{
"id": "361.462.342",
"text": "GPA 4.0",
"visible": true
},
{
"id": "361.462.45",
"text": "Active member of Computing 4 Compassion",
"visible": true
},
{
"id": "361.462.26",
"text": "Member of Association for Computing Machinery (ACM) and Alpha Lambda Delta",
"visible": true
},
{
"id": "361.462.391",
"text": "Relevant Coursework: Introduction to Computer Science I & II, Discrete Mathematics, Data Structures, Software Engineering, and Algorithms",
"visible": true
}
]
}
]
},
{
"id": "10",
"name": "Experience",
"title": "Experience",
"type": "EXPERIENCE",
"visible": true,
"experiences": [
{
"id": "11",
"department": "Academic Support Programs",
"organization": "Baylor University",
"location": null,
"date": "2019-Present",
"title": "Supplemental Instruction Leader",
"visible": true,
"bullets": [],
"fields": [
{
"id": "12",
"text": "Led biweekly group review sessions to improve student understanding of course content",
"visible": true
},
{
"id": "13",
"text": "Adapted teaching strategies to engage various learning styles",
"visible": true
},
{
"id": "14",
"text": "Functioned as an intermediary between students and professor",
"visible": true
}
]
},
{
"id": "15",
"department": "Kids Ministry Intern",
"organization": "The Refinery Christian Church",
"location": "Goodyear, AZ",
"date": "Summer 2019",
"title": "Kids Ministry Intern",
"visible": true,
"bullets": [
{
"id": "16",
"text": "Planned and executed weekend programming for children of all ages weekly",
"visible": true
},
{
"id": "17",
"text": "Learned effective management techniques to ensure smooth experience",
"visible": true
},
{
"id": "18",
"text": "Mentored new volunteers in teaching confidence and techniques",
"visible": true
},
{
"id": "19",
"text": "Responded to various emergency situations with calmness and efficiency",
"visible": true
}
]
}
]
},
{
"id": "20",
"name": "Additional",
"title": "Additional",
"type": "BULLETS",
"visible": true,
"bullets": [
{
"id": "21",
"text": "Proficient in C++, Java SE, HTML, CSS, JavaScript, LaTeX",
"visible": true
},
{
"id": "22",
"text": "Comfortable with jQuery, Bootstrap, Python, C#, Intel x86 Assembly",
"visible": true
},
{
"id": "23",
"text": "Taught fifth and sixth grade students basic programming skills through Computing 4 Compassion’s igniteCS division",
"visible": true
},
{
"id": "24",
"text": "Served as a Host Group Leader with Antioch Community Church",
"visible": true
},
{
"id": "25",
"text": "Completed a Christian Leadership course, expanding knowledge of leadership and communication techniques",
"visible": true
}
]
}
]
}
}