-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwork.php
More file actions
354 lines (327 loc) · 16.3 KB
/
work.php
File metadata and controls
354 lines (327 loc) · 16.3 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
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
<?php $active = "work"; ?>
<?php include('_header.php') ?>
<div class="container">
<div class="block block-fill-height">
<div class="row resume-row">
<div class="caption resume-section">
<h2 class="resume-section-title">
Experience
</h2>
<div class="resume-section-role">
<h3 class="resume-section-role-title">
<span>Senior Software Engineer, <em>The New York Times</em></span>
<span class="timeline">2022 - present</span>
</h3>
<h6 class="tech-stack">
React, ProseMirror, TypeScript, Apollo, GraphQL, Go, WCAG/A11Y, Design Systems, Platforms, CI/CD, AWS, Docker
</h6>
<p>
As a part of a re-platforming effort of <em>The Times’</em> publication systems, help develop a flexible set of plug-and-play rich-text editing and publishing tools that work across the company’s ecosystem.
</p>
</div>
<div class="resume-section-role">
<h3 class="resume-section-role-title">
<span>Senior Software Engineer, Newsela</span>
<span class="timeline">2021 - 2022</span>
</h3>
<h6 class="tech-stack">
React, ProseMirror, Apollo, GraphQL, Node, Django, Python3, WCAG/A11Y, Kinesis, Sass, CSS-in-JS, CircleCI, Docker
</h6>
<p>
As a member of the CMS team, planned and executed technical projects to mature our bespoke content management system, Alexandria.
</p>
<p>
Built expertise in ProseMirror, an industry-standard rich text-editing library, by implementing scopes of work and technical architecting of new custom features. This work included lots of fun stuff, like extending the ProseMirror source code, making refactoring decisions to generalize our implementation of the editor, and executing multi-sprint epics for business-critical feature work.
</p>
<p>
Developed team processes to aid collaboration, such as standing pair programming blocks and an on-call rotation during working hours. </p>
</div>
<div class="resume-section-role">
<h3 class="resume-section-role-title">
<span>Software Engineer, Newsela</span>
<span class="timeline">2018 - 2021</span>
</h3>
<h6 class="tech-stack">
React, Redux, GraphQL, Python3, Django, A/B Testing, Kinesis, Sass, CSS-in-JS, CircleCI, Docker
</h6>
<p>
Maintained and built product at <a href="https://newsela.com/" target="_blank">Newsela</a>, an instructional content platform that helps students read by delivering articles and comprehension assessments tailored to their individual reading levels.
</p>
<p>
As a member of the CMS team, supported editors and writers by executing a rewrite of our digital publishing suite that prioritizes flexibility and evolution of our content offerings, better-supporting publishing workflows, and allowing for the addition of more dynamic types of content. Saw the project from a greenfield phase to full maturity, with a majority of content being produced in our new CMS.
</p>
</div>
<div class="resume-section-role">
<h3 class="resume-section-role-title">
<span>Developer, Carbon Five</span>
<span class="timeline">2018</span>
</h3>
<h6 class="tech-stack">
Open source, React, Emotion.js, Python2, Django, Angular5, Sass, Bootstrap, CircleCI, Docker
</h6>
<p>
As a client-facing consultant, contributed Agile methodologies and custom full-stack software solutions for a variety of business needs.
</p>
<p>
Executed a re-write to pure React and data styling with Emotion.js for <a href="https://github.com/Autodesk/hig" target="_blank">Autodesk's open-source design system.</a>
</p>
<p>
Designed a point-of-sale system API which integrated complex business logic in order to provide a seamless, personalized in-store experience for a startup in the orthodontic aligner space.
</p>
</div>
<div class="resume-section-role">
<h3 class="resume-section-role-title">
<span>Curriculum Consultant, Girls Who Code</span>
<span class="timeline">2017 - 2018</span>
</h3>
<h6 class="tech-stack">
HTML5, CSS3, Javascript
</h6>
<p>
Set learning objectives and curriculum structure for Girls Who Code's <a href="https://girlswhocode.com/campus/" target="_blank">Campus Web Development program</a>, a national tuition-based summer course serving hundreds of US students. Determined best tools and practices for course curriculum and wrote hands-on tutorials for students on concepts such as HTML/CSS, Flexbox, JavaScript events, APIs, debugging, and project planning.
</p>
</div>
<div class="resume-section-role">
<h3 class="resume-section-role-title">
<span>Developer, Big Wheel Brigade</span>
<span class="timeline">2016 - 2017</span>
</h3>
<h6 class="tech-stack">
Ruby on Rails, Node.js, HTML5, CSS3, JavaScript, PHP, Python
</h6>
<p>
Developed and maintained a Rails application with more than 70k active users for a long-standing client, <a href="http://catalogchoice.org" target="_blank">Catalog Choice.</a>
</p>
<p>
Mentored 46 new developers as part of the company's training program, Omaha Code School, reviewing and supervising their work in Ruby on Rails, PHP, Python, JavaScript, HTML, and CSS. Built internal scripts and applications in Node.js and Ruby to streamline school operations. Led course development of and instructed the school's part-time Web Development 101 program.
</p>
<p>
Represented the company on issues of empathy, diversity, and inclusivity in tech.
</p>
</div>
<div class="resume-section-role">
<h3 class="resume-section-role-title">
<span>Teaching Assistant, Omaha Code School</span>
<span class="timeline">2015</span>
</h3>
<h6 class="tech-stack">
HTML5, CSS3, Javascript, WordPress, PHP
</h6>
<p>
Served as a Teaching Assistant for OCS: Highlander -- a coding camp for eleven high-school students from underserved districts that focused on front-end development in HTML5, CSS3, JavaScript/jQuery, and WordPress/PHP. Mentored campers during their group capstone projects, which were judged for creativity, technical achievement, and community benefit by local tech companies.
</p>
</div>
</div>
</div>
<div class="row resume-row">
<div class="caption resume-section">
<h2 class="resume-section-title">
Education
</h2>
<div class="resume-section-role">
<h3 class="resume-section-role-title">
<span>The Graduate Center, City University of New York</span>
<span class="timeline">2024 - present</span>
</h3>
<h6 class="expertise-area">
M.A. Candidate, Digital Humanities ● 4.0 GPA
</h6>
<p class="responsibilities">
Building technical projects with impact in the humanities and academia, using open source and specialized tools like Wax, Dédalo, and Tableau.
</p>
</div>
<div class="resume-section-role">
<h3 class="resume-section-role-title">
<span>Omaha Code School</span>
<span class="timeline">Spring 2015</span>
</h3>
<h6 class="expertise-area">
Accelerated Certificate Program
</h6>
<p class="responsibilities">
Full-stack development training in SQL, PostgreSQL, Ruby, Sinatra, Ruby on Rails, HTML5, CSS3, JavaScript, AJAX, and version control with git/Github. Additional experience with: MongoDB, Agile development, API integration, third-party authentication, and data visualization (Mapbox, Chartkick).
</p>
</div>
<div class="resume-section-role">
<h3 class="resume-section-role-title">
<span>Nebraska Wesleyan University</span>
<span class="timeline">2007 - 2012</span>
</h3>
<h6 class="expertise-area">
B.A., Political Science & Religion
</h6>
<p>
Minors: Mathematics and Gender Studies.
</p>
<p>
Semester of research in Tunis with the School for International Training, Spring 2011.<br>
Communications Intern for the Middle East Institute in Washington DC, Fall 2011.
</p>
</div>
</div>
</div>
<div class="row resume-row">
<div class="caption resume-section">
<h2 class="resume-section-title">
Community
</h2>
<div class="resume-section-role">
<h3 class="resume-section-role-title">
<span>Program Committee Member, RubyConf</span>
<span class="timeline">2020</span>
</h3>
<h6 class="expertise-area">
Events, Technical Speaking
</h6>
<p>
TK
</p>
</div>
<div class="resume-section-role">
<h3 class="resume-section-role-title">
<span>Mentor, Out in Tech U</span>
<span class="timeline">2020</span>
</h3>
<h6 class="expertise-area">
Curriculum Building, Diversity & Inclusion, Mentorship
</h6>
<p>
TK
</p>
</div>
<div class="resume-section-role">
<h3 class="resume-section-role-title">
<span>Organizer, Write/Speak/Code Conference</span>
<span class="timeline">2018 - 2020</span>
</h3>
<h6 class="expertise-area">
Events, Diversity & Inclusion, Mentorship, Open Source, Technical Speaking
</h6>
<p>
Helped with speaker selection, attendee support, sponsorship, and conference logistics for the 2018 Write/Speak/Code conference, a national event for 300+ software engineers.
</p>
<p>
Invited by board members to return as an organizer for the 2019 conference.
</p>
</div>
<div class="resume-section-role">
<h3 class="resume-section-role-title">
<span>Volunteer, RailsBridge NYC</span>
<span class="timeline">2018 - 2020</span>
</h3>
<h6 class="expertise-area">
Diversity & Inclusion, Tech Education
</h6>
<p class="responsibilities">
Support students and answer questions during single-day workshops designed to introduce more women to Ruby on Rails development, free of cost.
</p>
</div>
<div class="resume-section-role">
<h3 class="resume-section-role-title">
<span>Grievance Committee Member, Mystery Code Society</span>
<span class="timeline">2018 - present</span>
</h3>
<h6 class="expertise-area">
Codes of Conduct, Diversity & Inclusion, Tech Education
</h6>
<p>
Address code of conduct violations for Mystery Code Society, an Omaha-based non-profit providing rigorous and free coding curriculum for women, femmes, and non-men.
</p>
</div>
<div class="resume-section-role">
<h3 class="resume-section-role-title">
<span>Mentor, Code2040</span>
<span class="timeline">2018</span>
</h3>
<h6 class="expertise-area">
Diversity & Inclusion, Mentorship
</h6>
<p>
Provided support for the Code2040 Fellow program, including weekly meetings with a dedicated collegiate mentee and career coaching for members of the NYC cohort.
</p>
</div>
<div class="resume-section-role">
<h3 class="resume-section-role-title">
<span>Instructor & Organizer, Omaha Girls Who Code</span>
<span class="timeline">2016 - 2017</span>
</h3>
<h6 class="expertise-area">
Diversity & Inclusion, Mentorship, Tech Education
</h6>
<p>
Instructed multiple 6th- through 8th-grade cohorts in programming, web development, and collaborative problem-solving. The focus of the curriculum includes programming fundamentals and a self-designed project with community impact.
</p>
<p>
Served as an organizer for the Omaha Girls Who Code Coalition, an umbrella network for the growing number of organization chapters in the Omaha area.
</p>
</div>
<div class="resume-section-role">
<h3 class="resume-section-role-title">
<span>Co-Founder & Organizer, Omaha Emerging Developers</span>
<span class="timeline">2016 - 2017</span>
</h3>
<h6 class="expertise-area">
Events, Mentorship, Technical Speaking
</h6>
<p>
Organized and implemented monthly events for the group of over 200 new and mid-level developers in which members could network, share their unique skills, and practice delivering technical talks to peers.
</p>
</div>
</div>
</div>
<div class="row resume-row">
<div class="caption resume-section">
<h2 class="resume-section-title">
References
</h2>
<div class="resume-section-role">
<h3 class="resume-section-role-title">
<span>Dr. Jackie Blizzard</span>
<ul class="contact">
<li><a href="https://www.linkedin.com/in/jackieblizzard/" target="_blank"><span class="icon icon-linkedin"></span></a></li>
</ul>
</h3>
<h6 class="expertise-area">
STEM Education Expert, Former Supervisor
</h6>
</div>
<div class="resume-section-role">
<h3 class="resume-section-role-title">
<span>Sumeet Jain</span>
<ul class="contact">
<li><a href="http://www.twitter.com/sumeetjain" target="_blank"><span class="icon icon-twitter"></span></a></li>
<li><a href="https://www.linkedin.com/in/sumeetjain/" target="_blank"><span class="icon icon-linkedin"></span></a></li>
</ul>
</h3>
<h6 class="expertise-area">
Development Director, Mentor, Former Supervisor
</h6>
<p class="recommendation">
Alex is among the best people I’ve ever worked with. In the three years that we worked together, Alex led development on a number of software projects, managed groups of other developers, and directed community-building efforts. She is unwaveringly dedicated to performing at the highest level and organizes her days meticulously to keep productive even when under pressure.
</p>
</div>
<div class="resume-section-role">
<h3 class="resume-section-role-title">
<span>Rahul Gupta</span>
<ul class="contact">
<li><a href="http://www.twitter.com/hul" target="_blank"><span class="icon icon-twitter"></span></a></li>
<li><a href="https://www.linkedin.com/in/rahulgupta/" target="_blank"><span class="icon icon-linkedin"></span></a></li>
</ul>
</h3>
<h6 class="expertise-area">
Engineering Manager, Former Supervisor
</h6>
<p class="recommendation">
As a full-stack web developer on my team at Big Wheel Brigade I could rely on Alexandra to solve any development challenge she was faced with. Alex is an excellent communicator and incisive thinker -- invaluable assets in a software developer. Given the opportunity, I'd happily work with her again.
</p>
</div>
</div>
</div>
<!-- <div class="row resume-row resume-download">
<a href="AlexandraMillatmal.Dec2017.pdf" download="AlexandraMillatmal.pdf" class="btn btn-pill btn-download">
Download <span class="icon icon-arrow-with-circle-down"></span>
</a>
</div> -->
</div>
</div>
<?php include("_footer.php") ?>