erynwells.me/root/resume.html

106 lines
4.5 KiB
HTML
Raw Normal View History

2017-05-03 08:00:31 -07:00
<!DOCTYPE html>
<!-- vim: set tw=120 --!>
2017-05-03 08:00:31 -07:00
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<link rel="stylesheet" href="./styles/resume.css" />
2017-05-03 08:00:31 -07:00
<title>Eryn Wells' Résumé</title>
<style type="text/css" media="all"></style>
2017-05-03 08:00:31 -07:00
</head>
<body>
<main class="wrapper">
2017-05-03 08:00:31 -07:00
<div id="resume">
<header>
<h1><a href="./index.html">Eryn Wells</a></h1>
2017-05-03 08:00:31 -07:00
</header>
<section id="experience">
<h2>Experience</h2>
<section id="apple" class="job">
<header>
<h3>Apple<span class="location">Cupertino, CA</span></h3>
<div class="date">2016 to present</div>
<div class="subtitle">iOS Accessibility Engineer</div>
</header>
2017-05-03 08:00:31 -07:00
<ul>
<li>Implemented several new features and improvements to core accessible technologies on iOS</li>
<li>Drove the implementation of many improvements to first party apps, and worked with app teams within Apple
to enhance their support for our platform.</li>
<li>Participated in developer outreach at conferences (WWDC) and onsite events to promote the value of making
software accessible and answer developer questions</li>
2017-05-03 08:00:31 -07:00
</ul>
</section>
<section id="lumos" class="job">
<header>
<h3>Lumos Labs<span class="location">San Francisco, CA</span></h3>
<div class="date">2014 to 2016</div>
<div class="subtitle">iOS Engineer, Lumosity</div>
</header>
2017-05-03 08:00:31 -07:00
<ul>
<li>Migrated from a proprietary navigation implementation in C++ to UIKit components and established patterns
for further development</li>
<li>Refactored several components of the core Lumosity experience from C++ to UIKit</li>
2017-05-03 08:00:31 -07:00
<li>Authored process document describing our code review and QA approval process for patches</li>
<li>Implemented 1v1 competition feature, which had a greater than 50% engagement rate</li>
</ul>
</section>
<section id="vmware" class="job">
<header>
<h3>VMware<span class="location">Palo Alto, CA</span></h3>
<div class="subtitle">Member of Technical Staff</div>
</header>
<header>
<h4>Fusion, Product Development</h4>
<div class="date">2012 to 2014</div>
</header>
2017-05-03 08:00:31 -07:00
<ul>
<li>Restructured keyboard input handling to improve code architecture and accommodate multiple clients of our
OS X UI library</li>
<li>Redesigned outdated first-run and trial experiences to improve initial impressions, and make it easier to
try Fusion</li>
<li>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)</li>
2017-05-03 08:00:31 -07:00
</ul>
<header>
<h4>View, Desktop Infrastructure Group</h4>
<div class="date">2011 to 2012</div>
</header>
2017-05-03 08:00:31 -07:00
<ul>
<li>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</li>
<li>Implemented stabilization fixes in the View Deployment Tool (VDT), which is responsible for deploying
instances of the View product during automated testing</li>
2017-05-03 08:00:31 -07:00
<li>Completed and stabilized system tests designed to exercise several of Views provisioning features</li>
</ul>
</section>
</section>
<section id="education">
<h2>Education</h2>
<header>
<h3>Oberlin College<span class="location">Oberlin, OH</span></h3>
<div class="date">2006 to 2010</div>
<div class="subtitle">Bachelor of Arts in Computer Science with Honors, GPA 3.62 of 4.0</div>
</header>
2017-05-03 08:00:31 -07:00
</section>
<section id="skills">
<h2>Skills &amp; Interests</h2>
2017-05-03 08:00:31 -07:00
<div class="subtitle">Skills ranked in order of experience</div>
<dl>
<dt>Languages</dt>
<dd>Objective-C, C, C++, Python, Rust, Swift</dd>
<dt>Frameworks</dt>
<dd>UIKit, Cooca, Django</dd>
<dt>Tools</dt>
<dd>Vim, Git, Xcode, Perforce, Review Board</dd>
<dt>Spoken Languages</dt>
<dd>English, Spanish, French</dd>
2017-05-03 08:00:31 -07:00
<dt>Conferences</dt>
<dd>WWDC 2016, WWDC 2015, WWDC 2014, PyCon 2012, She's Geeky 2012</dd>
2017-05-03 08:00:31 -07:00
<dt>Interests</dt>
<dd>Calligraphy, cooking, gardening, piano, programming languages, graphics, yoga</dd>
</dl>
</section>
</div>
</main>
2017-05-03 08:00:31 -07:00
</body>
</html>