Convert resume to a page bundle with an embedded stylesheet
This commit is contained in:
parent
c1b44a4c83
commit
d064415d9c
3 changed files with 22 additions and 2 deletions
62
content/resume/index.md
Normal file
62
content/resume/index.md
Normal file
|
@ -0,0 +1,62 @@
|
|||
---
|
||||
title: "Résumé"
|
||||
date: 2021-09-29T20:40:09-07:00
|
||||
draft: false
|
||||
type: resume
|
||||
---
|
||||
|
||||
{{< resume_section company="Apple" team="Authentication Experience" from=2019 >}}
|
||||
|
||||
- Presented a video at WWDC 2021 called [Secure login with iCloud Keychain
|
||||
verification codes][wwdc21-totp-video], describing security codes, how they
|
||||
improve password-based authentication, and how to use the new verification code
|
||||
feature of the Password Manager on iOS and macOS
|
||||
- Designed and built one-time verification codes for the Password Manager on iOS
|
||||
and macOS
|
||||
|
||||
{{< resume_section company="Apple" team="iOS Accessibility" from=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
|
||||
|
||||
{{< resume_section company="Lumos Labs" team="Lumosity iOS" from=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
|
||||
|
||||
{{< resume_section company="VMware" team="Fusion" from=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)
|
||||
|
||||
{{< resume_section company="VMware" team="View Desktop Infrastructure" from=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
|
||||
|
||||
{{< resume_flex 2010 >}}
|
||||
Oberlin College, BA in Computer Science with Honors
|
||||
{{< /resume_flex >}}
|
||||
|
||||
[wwdc21-totp-video]: https://developer.apple.com/videos/play/wwdc2021/10105/
|
Loading…
Add table
Add a link
Reference in a new issue