forked from hacksalot/HackMyResume
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathresume.gameday.staff-software-engineer.json
194 lines (194 loc) · 5.68 KB
/
resume.gameday.staff-software-engineer.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
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
{
"name": "Teagan Glenn",
"info": {
"image": "teagan-memoji-computer.png",
"label": "Delivering Scalable Solutions",
"brief": "With over 20 years of experience in software engineering, I specialize in building and scaling backend services using \nmodern technologies like TypeScript and Node.js. My career has been marked by leading high-impact teams, architecting \nrobust solutions, and driving innovative projects from conception to deployment. I thrive in fast-paced, dynamic \nenvironments and have a passion for solving complex problems, mentoring teams, and delivering exceptional user-facing \nfeatures."
},
"skills": {
"sets": [
{
"name": "Languages",
"skills": [
"TypeScript",
"Node.js",
"Python",
"C#"
]
},
{
"name": "Databases",
"skills": [
"PostgreSQL",
"Redis"
]
},
{
"name": "Cloud Technologies",
"skills": [
"AWS",
"Docker",
"Kubernetes"
]
},
{
"name": "Operations",
"skills": [
"DevOps",
"CI/CD"
]
},
{
"name": "Leadership",
"skills": [
"Team Leadership",
"Cross-functional Collaboration"
]
},
{
"name": "API & SDK Development",
"skills": [
"GraphQL",
"RESTful APIs"
]
}
]
},
"social": [
{
"network": "LinkedIn",
"user": "Teagan42",
"url": "https://www.linkedin.com/in/teagan42"
},
{
"network": "GitHub",
"user": "Teagan42",
"url": "https://www.github.com/teagan42"
},
{
"network": "GitHub",
"user": "ConstructorFleet",
"url": "https://www.github.com/constructorfleet"
}
],
"contact": {
"email": "that@teagantotally.rocks",
"phone": "(720) 432-5361",
"website": "https://blog.teagantotally.rocks"
},
"location": {
"address": "11838 W Marlowe Ave",
"city": "Morrison",
"region": "CO",
"code": "80465"
},
"employment": {
"history": [
{
"employer": "Resideo",
"start": "2022-05-01",
"end": "2024-06-28",
"position": "Advanced Senior GraphQL Lead Engineer",
"url": "https://www.resideo.com",
"highlights": [
"Led critical backend initiatives, including migrating all subgraphs to Apollo Server v4 using NestJS and improving system performance, reliability, and scalability.",
"Implemented custom GraphQL solutions, ensuring self-validating and self-documenting patterns for seamless server/client communication.",
"Led architectural decisions, enhancing team productivity and codebase scalability across distributed services."
],
"keywords": [
"TypeScript",
"GraphQL",
"Node.js",
"NestJS",
"AWS",
"Redis",
"PostgreSQL"
]
},
{
"employer": "World Wide Technology",
"start": "2021-01-01",
"end": "2022-05-01",
"position": "Senior Delivery Engineer",
"url": "https://www.wwt.com",
"highlights": [
"Delivered scalable solutions for high-impact projects, leading cross-functional teams across engineering, UX, QA, and DevOps.",
"Spearheaded critical architectural changes that significantly improved system reliability and efficiency."
],
"keywords": [
"Node.js",
"Ansible",
"AWS",
"PostgreSQL",
"Redis"
]
},
{
"employer": "KForce",
"start": "2020-09-15",
"end": "2020-12-31",
"position": "Senior Automation/DevOps Engineer for Charter Advanced Technologies",
"url": "https://www.kforce.com",
"highlights": [
"Developed automation frameworks and improved infrastructure reliability for edge devices.",
"Collaborated with engineers and architects to refine backend systems deployed in AWS."
],
"Keywords": [
"Node.js,",
"OpenShift",
"AWS",
"Redis",
"PostgreSQL"
]
},
{
"employer": "Turnberry Solutions",
"start": "2019-05-01",
"end": "2020-09-14",
"position": "Senior Automation Engineer for Comcast Applied AI",
"url": "https://www.turnberrysolutions.com",
"highlights": [
"Designed and deployed scalable backend systems supporting machine learning and anomaly detection, leveraging AWS infrastructure.",
"Led efforts to integrate backend systems with RESTful and GraphQL APIs."
],
"Keywords": [
"TypeScript",
"Node.js",
"AWS",
"PostgreSQL",
"Redis"
]
}
]
},
"education": {
"level": "Bachelor's",
"history": [
{
"institution": "Metropolitan State University of Denver - Bachelor's in Applied Physics",
"area": "Applied Physics",
"studyType": "Bachelor's",
"start": "2005-08-01",
"end": "2010-04-01"
},
{
"institution": "Metropolitan State University of Denver - Bachelor's in Applied Mathematics",
"area": "Applied Mathematics",
"studyType": "Bachelor's",
"start": "2005-08-01",
"end": "2010-04-01"
},
{
"institution": "Metropolitan State University of Denver - Bachelor's in Computer Science",
"area": "Computer Science",
"studyType": "Bachelor's",
"start": "2005-08-01",
"end": "2010-04-01"
}
]
},
"meta": {
"format": "FRESH@0.6.1",
"version": "1.0.0"
}
}