-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathworkExperienceData.js
More file actions
239 lines (237 loc) · 7.25 KB
/
workExperienceData.js
File metadata and controls
239 lines (237 loc) · 7.25 KB
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
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
export const workExperienceData = [
{
company: "Switchboard, MD",
logo: "/images/logos/sbmd_logo.jpeg",
role: "Returning SWE Intern",
period: "May 2025 – Present",
location: "Remote",
summary: "Working on Telephony systems and voice-to-voice AI",
bullets: [
"Building a PBX server with Asterisk to support voice-to-voice AI and integrating real-time call transcription using AWS Chime SDK and Nova Sonic.",
],
skills: [
{
skill: "Python",
inline: "ci-python",
skillLink: "https://www.python.org/",
},
{
skill: "Chime SDK",
inline: "ci-aws",
skillLink: "https://aws.amazon.com/chime/chime-sdk/",
},
{
skill: "Amplify",
inline: "ci-aws",
skillLink: "https://aws.amazon.com/amplify/",
},
{
skill: "Lambda",
inline: "ci-aws",
skillLink: "https://aws.amazon.com/lambda/",
},
{
skill: "Cognito",
inline: "ci-aws",
skillLink: "https://aws.amazon.com/cognito/",
},
{
skill: "EC2",
inline: "ci-ec2",
skillLink: "https://aws.amazon.com/ec2/",
},
{ skill: "React", inline: "ci-react", skillLink: "https://react.dev/" },
{
skill: "Typescript",
inline: "ci-typescript",
skillLink: "https://www.typescriptlang.org/",
},
{
skill: "Javascript",
inline: "ci-javascript",
skillLink: "https://developer.mozilla.org/en-US/docs/Web/JavaScript",
},
{ skill: "Asterisk", skillLink: "https://www.asterisk.org/" },
{
skill: "Linux",
inline: "ci-linux",
skillLink: "https://www.linux.org/",
},
{
skill: "VoIP",
skillLink:
"https://www.fcc.gov/general/voice-over-internet-protocol-voip#:~:text=Voice%20over%20Internet%20Protocol%20(VoIP)%2C%20is%20a%20technology%20that,(or%20analog)%20phone%20line.",
},
],
link: "https://www.switchboardmd.com/",
},
{
company: "University of Pennsylvania",
logo: "/images/logos/upenn_logo.png",
role: "Teaching Assistant",
period: "Jan. 2024 – Present",
location: "Philadelphia, PA",
summary:
"Serve as a Teaching Assistant for CIS 1210: Data Structures and Algorithms.",
bullets: [
"Conduct weekly recitations, record review guides, hold office hours, grade assignments, and develop course materials.",
"Appointed to the Written Homework Committee.",
],
skills: [
{ skill: "Data Structures" },
{
skill: "Java",
inline: "ci-java",
skillLink: "https://www.java.com/en/",
},
{ skill: "Teaching", inline: "ci-scholar" },
],
link: "https://www.cis.upenn.edu/~cis1210/current/",
},
{
company: "PennLabs",
logo: "/images/logos/penn_labs_logo.jpeg",
role: "Android Engineer",
period: "Jan. 2024 – Present",
location: "Philadelphia, PA",
summary:
"Maintain and develop University of Pennsylvania mobile apps (100k+ users).",
bullets: [
"Served as a project mentor to onboard new developers (Fall 2024 cohort).",
"Launched a subletting marketplace using Google Maps API (Spring–Fall 2024).",
"Created a mobile homepage feature for group study room booking (Spring 2024).",
],
skills: [
{
skill: "Android Studio",
inline: "ci-androidstudio",
skillLink:
"https://developer.android.com/studio?_gl=1*mtik*_up*MQ..&gclid=CjwKCAjw3f_BBhAPEiwAaA3K5H-KNxG96YtdGuo7wbrqczljmzRuqHhsMxWdadLJom3asHO6hS53oRoCo0EQAvD_BwE&gclsrc=aw.ds&gbraid=0AAAAAC-IOZluaKqB6_LHoqYKXYAd00Wgs",
},
{
skill: "Kotlin",
inline: "ci-kotlin",
skillLink: "https://kotlinlang.org/",
},
],
link: "https://pennlabs.org/",
},
{
company: "xLab: Safe Autonomous Systems Lab",
logo: "/images/logos/xlab_logo.png",
role: "Autonomous Vehicle Engineer",
period: "Sept. 2024 – Feb. 2025",
location: "Philadelphia, PA",
summary:
"Developed lane detection software for F1Eighteenth (1/18th scale autonomous car).",
bullets: [],
skills: [
{
skill: "OpenCV",
inline: "ci-opencv",
skillLink: "https://opencv.org/",
},
{
skill: "Python",
inline: "ci-python",
skillLink: "https://www.python.org/",
},
],
link: "https://xlab.upenn.edu/",
},
{
company: "Switchboard, MD",
logo: "/images/logos/sbmd_logo.jpeg",
role: "SWE Intern",
period: "May 2024 – Aug. 2024",
location: "Remote",
summary: "Led development of two healthcare SaaS web applications.",
bullets: [
"Built the MDAware Demo App to showcase patient message classification models at expos and conferences.",
"Created the MDAware Pilot Assessment App, a data-visualization tool for client hospital datasets.",
],
skills: [
{ skill: "React", inline: "ci-react", skillLink: "https://react.dev/" },
{
skill: "GraphQL",
inline: "ci-graphql",
skillLink: "https://graphql.org/",
},
{
skill: "Python",
inline: "ci-python",
skillLink: "https://www.python.org/",
},
{
skill: "Typescript",
inline: "ci-typescript",
skillLink: "https://www.typescriptlang.org/",
},
{
skill: "Javascript",
inline: "ci-javascript",
skillLink: "https://developer.mozilla.org/en-US/docs/Web/JavaScript",
},
{
skill: "Tailwind CSS",
inline: "ci-tailwindcss",
skillLink: "https://tailwindcss.com/",
},
{
skill: "Amplify",
inline: "ci-aws",
skillLink: "https://aws.amazon.com/amplify/",
},
{
skill: "Lambda",
inline: "ci-aws",
skillLink: "https://aws.amazon.com/lambda/",
},
{
skill: "Cognito",
inline: "ci-aws",
skillLink: "https://aws.amazon.com/cognito/",
},
],
link: "https://www.switchboardmd.com/",
},
{
company: "NEMOS Lab at the Colorado School of Mines",
logo: "/images/logos/mines_logo.svg",
role: "Mobile Developer & Researcher",
period: "May 2022 – Aug. 2022",
location: "Golden, CO",
summary:
"Developed an Android biometrics app for fraud/theft detection using SVM models. Ported the application to iOS in Xcode.",
bullets: [],
skills: [
{
skill: "Android Studio",
inline: "ci-androidstudio",
skillLink:
"https://developer.android.com/studio?_gl=1*mtik*_up*MQ..&gclid=CjwKCAjw3f_BBhAPEiwAaA3K5H-KNxG96YtdGuo7wbrqczljmzRuqHhsMxWdadLJom3asHO6hS53oRoCo0EQAvD_BwE&gclsrc=aw.ds&gbraid=0AAAAAC-IOZluaKqB6_LHoqYKXYAd00Wgs",
},
{
skill: "XCode",
inline: "ci-xcode",
skillLink: "https://developer.apple.com/xcode/",
},
{
skill: "MATLAB",
inline: "ci-matlab",
skillLink: "https://www.mathworks.com/products/matlab.html",
},
{
skill: "Java",
inline: "ci-java",
skillLink: "https://www.java.com/en/",
},
{
skill: "Swift",
inline: "ci-swift",
skillLink: "https://www.swift.org/",
},
],
link: "https://nemos.mines.edu/",
},
];