panres/config.json5

128 lines
4.6 KiB
Plaintext
Raw Normal View History

2020-07-24 02:04:24 +00:00
{
"author": {
"name": "Edward Shen",
"addresses": {
2021-09-29 05:01:01 +00:00
"home": "550 Moreland Way Apt 4410, Santa Clara, CA 95054",
2020-07-24 02:04:24 +00:00
"school": "480 Parker Street, Boston, MA 02115"
},
"email": "code@eddie.sh",
"phone": "(716) 491-3343",
"website": "eddie.sh",
"github": "edward-shen",
"location": "Buffalo, NY"
},
"available": {
"start": "August",
"end": "December 2020"
},
"education": {
"school": "Northeastern University",
"college": "Khoury College of Computer Sciences",
"location": "Boston, MA",
2021-09-29 05:01:01 +00:00
"start": "Sep. 2017",
"end_date": "May 2021",
2020-07-24 02:04:24 +00:00
"list": [
{
"name": "degree",
2021-09-29 05:01:01 +00:00
"desc": "Bachelor of Science in Computer Science"
2020-07-24 02:04:24 +00:00
},
{
"name": "honors",
2021-09-29 05:01:01 +00:00
"desc": "3.85 / 4.00; summa cum laude; Dean's List"
2020-07-24 02:04:24 +00:00
},
{
"name": "courses",
2021-09-29 05:01:01 +00:00
"desc": "Networks and Distributed Systems; Network Security; Programming Languages; Machine Learning/Data Mining 1; Algorithms and Data"
2020-07-24 02:04:24 +00:00
}
]
},
"skills": [
{
"name": "languages",
"desc": [
{
"level": "proficient",
"langs": "Rust, Python, TypeScript, HTML5, CSS"
},
{
"level": "familiar",
"langs": "JavaScript, Java, LaTeX, C++, Bash"
},
{
"level": "explored",
2021-09-29 05:01:01 +00:00
"langs": "C, Ruby, Racket, Scala, Obj-C"
2020-07-24 02:04:24 +00:00
}
]
},
{
"name": "other",
"desc": "Git, (Arch) Linux, VS Code, Raspberry Pi"
},
{
"name": "certs",
"desc": "CompTIA A+, Dell Certified Technician, Apple Certified Mac Technician"
}
],
"experiences": [
2021-09-29 05:01:01 +00:00
{
"title": "Security Engineering and Architecture Intern",
"company": "Apple",
"location": "Menlo Park, CA",
"start": "Aug. 2020",
"end": "Dec. 2020",
"notes": [
"Joined the Trusted Execution team, focused on code execution across the Apple ecosystem.",
"Proposed, driven, and completed a cross-functional security interface involving a dozen teams inside and outside the organization.",
"Developed kernel and bootloader security policies focused on attack surface reduction.",
]
},
2020-07-24 02:04:24 +00:00
{
"title": "Production Engineer Intern",
"company": "Facebook",
"location": "Menlo Park, CA",
"start": "May 2020",
"end": "Aug. 2020",
"notes": [
"Rewritten Python config generation in multithreaded asynchronous Rust, reducing overall runtime by 80\\% on large inputs and improving runtime of profiled areas by a factor of 36.6.",
"Designed core Rust libraries for foundational services for ubiquitous use across all Rust applications.",
2021-09-29 05:01:01 +00:00
"Detected and resolved soundness issues and misconfigurations in existing python code to preempt Severity 1 site events.",
"Highlighted as a top intern project for the Production Engineering organization."
2020-07-24 02:04:24 +00:00
]
},
{
"title": "Software Engineer Intern",
"company": "Datto",
"location": "Boston, MA",
"start": "Aug. 2019",
"end": "Dec. 2019",
"notes": [
"Refactored frontend codebase to utilize Typescript, Webpack, and Babel while reducing average JS footprint by 98\\% percent, from 10.4MB to 250KB.",
"Assisted and completed developer environment virtualization project to reduce onboarding time for new developers by 5 days.",
"Integrated into Scrum team that focused on re-implementation of license management systems in a legacy Ruby codebase to Scala and PHP."
]
},
{
"title": "Production Engineer Intern",
"company": "Facebook",
"location": "Seattle, WA",
"start": "May 2019",
"end": "Aug. 2019",
"notes": [
"Implemented a disaster mitigation for decentralized service discovery when upstream data source is unavailable or in a degraded state.",
"Designed an out-of-band flow to allow resolution of core infrastructure services dependent on service discovery in disaster scenarios to minimize downtime for all Facebook products.",
"Modernized and restructured core tooling to improve reliability and testing."
]
}
],
"projects": [
{
"name": "Bunbun",
"lang": "Rust",
"notes": [
"Multithreaded search and jump multiplexer service that provides a command-like interface for all modern browsers.",
"Allows for defining arbitrary commands and shortcuts on a per-instance basis for arbitrary locations and search engines.",
"Fully extensible plugin system to support functionality beyond the out-of-box experience."
]
}
]
}