First cut at my resume
This commit is contained in:
parent
cd87098bda
commit
e00ee02845
2 changed files with 68 additions and 0 deletions
|
@ -1,2 +1,4 @@
|
|||
Hi, I'm Eryn. My pronouns are she/her. I live in San Francisco with my two cats.
|
||||
I work in tech. I love outer space. I have too many hobbies.
|
||||
|
||||
See my [résumé]({{< ref "/resume" >}}).
|
||||
|
|
66
content/resume.md
Normal file
66
content/resume.md
Normal file
|
@ -0,0 +1,66 @@
|
|||
---
|
||||
title: "Résumé — Eryn Wells"
|
||||
date: 2021-09-29T20:40:09-07:00
|
||||
draft: true
|
||||
---
|
||||
|
||||
## Experience
|
||||
|
||||
### Apple
|
||||
|
||||
#### Authentication Experience
|
||||
|
||||
2019 to present
|
||||
|
||||
#### iOS Accessibility
|
||||
|
||||
2016 to 2019
|
||||
|
||||
- Engineering point of contact for accessibility of SpringBoard and Messages on
|
||||
iOS, and the Braille Screen Input feature of VoiceOver.
|
||||
- Implemented new guidance features in iOS 13's Camera to assist VoiceOver users
|
||||
with taking better, more artistic photos.
|
||||
- Participated in developer outreach at WWDC and onsite events to promote the
|
||||
value of making software accessible and answer developer questions.
|
||||
|
||||
### Lumos Labs
|
||||
|
||||
2014 to 2016
|
||||
|
||||
- Migrated from a proprietary navigation implementation in C++ to UIKit
|
||||
components and established patterns for further development
|
||||
- Authored process document describing our code review and QA approval process
|
||||
for patches
|
||||
- Implemented 1v1 competition feature, which had a greater than 50% engagement
|
||||
rate
|
||||
|
||||
### VMware
|
||||
|
||||
#### Fusion
|
||||
|
||||
2012 to 2014
|
||||
|
||||
- Restructured keyboard input handling to improve code architecture and
|
||||
accommodate multiple clients of our OS X UI library
|
||||
- Redesigned outdated first-run and trial experiences to improve initial
|
||||
impressions, and make it easier to try Fusion
|
||||
- Exposed Cocoa configuration UI for a USB device arbitration library written in
|
||||
C (through our platform-independent C++ library, and OS X-specific Objective-C
|
||||
library)
|
||||
|
||||
#### View, Desktop Infrastructure Group
|
||||
|
||||
2011 to 2012
|
||||
|
||||
- Engineered an extensive rewrite of VDT to incorporate a new deployment backend
|
||||
relying on VMware vCloud Director, and to allow greater flexibility in how
|
||||
deployments are created
|
||||
- Implemented stabilization fixes in the View Deployment Tool (VDT), which is
|
||||
responsible for deploying instances of the View product during automated
|
||||
testing
|
||||
- Completed and stabilized system tests designed to exercise several of View’s
|
||||
provisioning features
|
||||
|
||||
## Education
|
||||
|
||||
Oberlin College, BA in Computer Science with Honors
|
Loading…
Add table
Add a link
Reference in a new issue