Skip to content

Instantly share code, notes, and snippets.

@garymm
Last active January 18, 2022 03:04
Show Gist options
  • Save garymm/35c108e4d0d8ee0be17c1a940584f6a9 to your computer and use it in GitHub Desktop.
Save garymm/35c108e4d0d8ee0be17c1a940584f6a9 to your computer and use it in GitHub Desktop.
{
"$schema": "https://raw.githubusercontent.com/jsonresume/resume-schema/v1.0.0/schema.json",
"basics": {
"name": "Gary Miguel",
"label": "software engineer and manager",
"image": "https://media-exp1.licdn.com/dms/image/C5603AQHYBCIryEnWDQ/profile-displayphoto-shrink_800_800/0/1589651499542?e=1648080000&v=beta&t=0dpk7IJnhCTmWQSkYbjp_RRnZmIUZ0UjYl2eKR7uOtQ",
"email": "[email protected]",
"website": "https://garymm.org",
"summary": "Looking for opportunities to do real good with my skills.\nSee <https://80000hours.org/key-ideas/>",
"location": {
"countryCode": "US"
},
"profiles": [
{
"network": "LinkedIn",
"username": "gary-miguel",
"url": "https://www.linkedin.com/in/gary-miguel/"
},
{
"url": "https://github.com/garymm",
"username": "garymm",
"network": "github"
}
]
},
"work": [
{
"name": "Microsoft",
"position": "Principal Software Engineer",
"startDate": "2021-03-31",
"highlights": [
"[Some of the changes I authored or reviewed](https://github.com/pytorch/pytorch/pulls?q=is%3Apr+garymm)"
],
"summary": "Tech lead and manager of the [Open Neural Network Exchange (ONNX)](https://onnx.ai) converters team, which develops tools to convert from PyTorch and TensorFlow into the ONNX format. Also manager of the core ONNX team which develops the ONNX specification and related tooling. Implemented major changes to dev process to increase happiness and productivity. Worked with hardware vendors to design features that enabled further acceleration of models. Improved usability through docs and code.",
"url": "https://www.microsoft.com"
},
{
"name": "Google",
"position": "Staff Software Engineer",
"startDate": "2010-06-30",
"endDate": "2021-03-31",
"summary": "2018-2021: Tech lead of platform infrastructure team for the [Fuchsia operating system](https://fuchsia.dev). Developed systems to automate building and testing of the OS on developer workstations and in a distributed CI system. Scaled from ~100 developers and 1 supported device type to ~500 developers and ~5 device types. [Some of the changes I authored or reviewed](https://fuchsia-review.googlesource.com/q/garymm%2540google.com).\n\n2015-2017: Tech lead and manager of the engineering productivity teams (9 engineers in 2 locations) for the crawl and indexing teams. Provided infrastructure for automated black-box and end-to-end testing, release automation, experimentation and developer productivity.\n\n2010-2015: Individual contributor working on engineering productivity for search infrastructure. Developed systems for testing and experimentation with Google’s largest distributed systems (search indexing and serving), scaling systems down from a data center to a developer workstation while maintaining fidelity.",
"url": "https://www.google.com"
},
{
"name": "Verily Life Sciences",
"position": "Software Engineer",
"startDate": "2019-10-31",
"endDate": "2020-06-30",
"highlights": [],
"summary": "20% volunteer on [Debug](https://www.debug.com) at Verily. Migrated mosquito image classification pipeline off of Google Cloud proprietary tech to RabbitMQ so it could run on-prem.",
"url": "https://www.verily.com"
},
{
"name": "Informatica",
"position": "Software Engineer",
"startDate": "2009-07-31",
"endDate": "2010-06-30",
"highlights": [],
"summary": "Developed Eclipse-based tool used for developing data services based on integrated data from multiple systems.",
"url": "https://www.informatica.com"
}
],
"volunteer": [],
"education": [
{
"institution": "Stanford University",
"area": "Computer Science - Systems",
"url": "https://cs.stanford.edu/degrees/mscs/specializations/#Sys",
"studyType": "Master of Science",
"startDate": "2011-09-01",
"endDate": "2016-06-01"
},
{
"institution": "University of California, Berkeley",
"area": "Computer Science",
"url": "https://cs.berkeley.edu",
"studyType": "Bachelor",
"startDate": "2005-08-01",
"endDate": "2009-05-01"
}
],
"awards": [
{
"title": "Outstanding Academic Achievement in Computer Science",
"date": "2009-05-01",
"awarder": "UC Berkeley",
"summary": "Given by the Computer Science division to the student with the highest GPA in the graduating class."
}
],
"certificates": [],
"publications": [],
"skills": [
{
"name": "People management"
},
{
"name": "Programming languages",
"keywords": [
"C",
"C++",
"Go",
"Python",
"SQL"
]
},
{
"name": "Machine learning",
"keywords": [
"ONNX",
"PyTorch"
]
},
{
"name": "Engineering productivity",
"keywords": [
"continuous integration",
"test automation",
"release automation"
]
},
{
"name": "Distributed systems"
}
],
"languages": [
{
"language": "English",
"fluency": "native"
},
{
"language": "Spanish",
"fluency": "basic"
},
{
"language": "Mandarin Chinese",
"fluency": "very basic"
}
],
"interests": [],
"references": [],
"projects": [],
"meta": {
"version": "v1.0.0",
"canonical": "https://github.com/jsonresume/resume-schema/blob/v1.0.0/schema.json",
"theme": "elegant"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment