forked from hacksalot/HackMyResume
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathresume.microsoft.principal-software-engineer.json
186 lines (186 loc) · 6.06 KB
/
resume.microsoft.principal-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
{
"name": "Teagan Glenn",
"info": {
"image": "teagan-memoji-computer.png",
"label": "Expert Software Engineer",
"brief": "With over 20 years of experience in software engineering, I specialize in building highly scalable, resilient, and secure distributed cloud services. I have led technical transformations and have a proven track record in large-scale system design, cloud automation, and team leadership. I excel at integrating security, identity, and network technologies into seamless, cutting-edge solutions that drive innovation and protect users in a complex digital landscape."
},
"skills": {
"sets": [
{
"name": "Languages",
"skills": [
"C#",
"Python",
"Typescript",
"Java"
]
},
{
"name": "Cloud & Systems",
"skills": [
"Distributed Systems",
"Resilient Cloud Architecture",
"DevOps",
"CI/CD Automation",
"Microservices"
]
},
{
"name": "Networking & Security",
"skills": [
"Network Automation",
"TCP/UDP, TLS",
"Application Protocols (HTTP/HTTPS)",
"Cloud Security"
]
},
{
"name": "Leadership",
"skills": [
"Team Leadership",
"Cross-Discipline Collaboration",
"Mentoring & Growing Teams"
]
}
]
},
"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"
},
"speaking": [
{
"event": "Develop Denver",
"title": "Presenter",
"date": "2017-07-01",
"location": "Denver, CO",
"summary": "Popular request for an update to previous presentation that focused on the technical and security aspects of Internet-of-Things and Automation platforms.",
"highlights": [
"Presented to an audience of over 100.",
"IoT protocols, security, and mitigating risks.",
"Demonstrated implementing a Python-based rules engine."
]
}
],
"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 the development of scalable, cloud-based distributed services for connected home products, improving security and performance.",
"Migrated subgraphs and gateways to Apollo Server v4, optimizing the platform for security and speed.",
"Built DevOps pipelines for seamless CI/CD and improved development team efficiency.",
"Mentored team members in security practices and modern development patterns, fostering a culture of innovation and collaboration.",
"Contributed to strategic product direction for integrating network security and identity solutions."
],
"keywords": [
"Typescript",
"GraphQL",
"Microservices",
"Cloud Security",
"Team Leadership",
"DevOps"
]
},
{
"employer": "World Wide Technology",
"start": "2021-01-01",
"end": "2022-05-01",
"position": "Senior Delivery Engineer",
"url": "https://www.wwt.com",
"highlights": [
"Designed and deployed a scalable network automation solution using Ansible, enhancing the resilience of enterprise environments.",
"Led a cross-functional team to deliver mission-critical cloud services, adhering to strict security and compliance requirements.",
"Spearheaded a project for network configuration validation, securing high-profile contracts by improving customer trust."
],
"keywords": [
"DevOps",
"System Automation",
"Ansible",
"Network Automation",
"Python",
"Cloud Security"
]
},
{
"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": [
"Developed cloud-native AI and machine learning services, ensuring robust security protocols were embedded within the development pipeline.",
"Collaborated on GoLang and Python-based projects to integrate with various cloud Pub/Sub systems such as Kafka and Kinesis.",
"Implemented end-to-end CI/CD pipelines using Terraform and Ansible for rapid deployment and scaling of machine learning models."
],
"keywords": [
"MLOps",
"Machine Learning",
"GoLang",
"Python",
"CI/CD",
"Cloud Automation"
]
}
]
},
"education": {
"level": "Bachelor's",
"history": [
{
"institution": "Metropolitan State University of Denver",
"area": "Applied Physics",
"studyType": "Bachelor's",
"start": "2005-08-01",
"end": "2010-04-01"
},
{
"institution": "Metropolitan State University of Denver",
"area": "Applied Mathematics",
"studyType": "Bachelor's",
"start": "2005-08-01",
"end": "2010-04-01"
},
{
"institution": "Metropolitan State University of Denver",
"area": "Computer Science",
"studyType": "Bachelor's",
"start": "2005-08-01",
"end": "2010-04-01"
}
]
},
"meta": {
"format": "FRESH@0.6.1",
"version": "1.0.0"
}
}