-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresume.json
More file actions
179 lines (179 loc) · 5.33 KB
/
resume.json
File metadata and controls
179 lines (179 loc) · 5.33 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
{
"$schema": "https://raw.githubusercontent.com/jsonresume/resume-schema/v1.0.0/schema.json",
"basics": {
"name": "Jordan Loeser",
"label": "Bringing deep UI and animation craft to Spotify's most visible campaigns, leading engineering for Wrapped's personalized sharecard platform since 2020.",
"labelz": "Lead Software Engineer behind 6 years of Spotify Wrapped, reaching 250M+ users annually.",
"email": "loeser.jordan@gmail.com",
"phone": "317.442.2537",
"url": "https://jordanloeser.com",
"location": {
"countryCode": "US",
"address": "United States"
},
"profiles": [
{
"network": "LinkedIn",
"username": "jordan-loeser",
"url": "https://www.linkedin.com/in/jordan-loeser/"
}
]
},
"work": [
{
"name": "Spotify",
"position": "Engineer II",
"startDate": "2020-06-30",
"summary": "Promoted from Associate → Engineer I → Engineer II while leading engineering for Wrapped's personalized sharecard platform, Spotify's most visible consumer campaign.",
"highlights": [
"Deliver localized, visually rich experiences to 250M+ users across 30+ languages, scaling infrastructure to support 425M+ dynamic renders and over 120M sharers in 2024.",
"Cut engineering lift by 60% and halved launch timelines through templating and tooling improvements.",
"Managed cross-functionally across design, product, and backend to ship performant, accessible interfaces at global scale.",
"Drove 100K incremental MAU via SEO experimentation."
],
"url": "https://www.linkedin.com/company/spotify/",
"location": "New York"
},
{
"name": "Snapchat",
"position": "Software Engineering Intern",
"startDate": "2019-06-30",
"endDate": "2019-08-31",
"summary": "Growth engineer for onboarding and account recovery.",
"highlights": [
"Implemented account recovery flow used by 700k users daily.",
"Drove A/B testing for Android onboarding flow retention."
],
"url": "https://www.linkedin.com/company/snap-inc-co/",
"location": "Los Angeles"
},
{
"name": "Disney",
"position": "Software Engineering Intern",
"startDate": "2018-06-30",
"endDate": "2018-08-31",
"highlights": ["Supported migration to AWS cloud-based system."],
"summary": "Designed CI pipeline for enterprise auth service.",
"url": "https://www.linkedin.com/company/the-walt-disney-company/",
"location": "Seattle"
}
],
"volunteer": [
{
"organization": "Out for Undergrad",
"summary": "Lead 20-person team to deliver a fully funded annual conference for 300+ LGBTQ+ undergrads, wearing multiple hats across admissions, sponsorship, and programming.",
"position": "National Conference Lead",
"startDate": "2024-12-01",
"url": "https://www.linkedin.com/company/out-for-undergrad/"
},
{
"organization": "Out for Undergrad",
"position": "Director",
"startDate": "2021-12-31",
"endDate": "2024-11-30",
"url": "https://www.linkedin.com/company/out-for-undergrad/"
}
],
"education": [
{
"institution": "Purdue University",
"area": "Computer Engineering",
"studyType": "BS",
"startDate": "2016-08-01",
"endDate": "2020-05-01",
"courses": ["with Honors", "Minor in Electronic Art"]
},
{
"institution": "Universidad Carlos III de Madrid",
"startDate": "2019-01-01",
"endDate": "2019-06-01",
"courses": ["Sudy Abroad"]
}
],
"skills": [
{
"name": "JavaScript",
"keywords": ["Languages"]
},
{
"name": "TypeScript",
"keywords": ["Languages"]
},
{
"name": "Python",
"keywords": ["Languages"]
},
{
"name": "Java",
"keywords": ["Languages"]
},
{
"name": "React",
"keywords": ["Frameworks, Tools & Platforms"]
},
{
"name": "Next.js",
"keywords": ["Frameworks, Tools & Platforms"]
},
{
"name": "React Native",
"keywords": ["Frameworks, Tools & Platforms"]
},
{
"name": "Firebase",
"keywords": ["Frameworks, Tools & Platforms"]
},
{
"name": "Three.js",
"keywords": ["Frameworks, Tools & Platforms"]
},
{
"name": "GSAP",
"keywords": ["Frameworks, Tools & Platforms"]
},
{
"name": "Vercel",
"keywords": ["Frameworks, Tools & Platforms"]
},
{
"name": "Node.js",
"keywords": ["Frameworks, Tools & Platforms"]
},
{
"name": "Git",
"keywords": ["Frameworks, Tools & Platforms"]
},
{
"name": "Figma",
"keywords": ["Design & Interaction"]
},
{
"name": "Photoshop",
"keywords": ["Design & Interaction"]
},
{
"name": "Illustrator",
"keywords": ["Design & Interaction"]
},
{
"name": "Web Animation",
"keywords": ["Design & Interaction"]
},
{
"name": "Project Management",
"keywords": ["Collaboration & Leadership"]
},
{
"name": "Public Speaking",
"keywords": ["Collaboration & Leadership"]
},
{
"name": "CSS",
"keywords": ["Languages"]
}
],
"meta": {
"version": "v1.0.0",
"canonical": "https://github.com/jsonresume/resume-schema/blob/v1.0.0/schema.json"
}
}