128 lines
No EOL
4.6 KiB
Text
128 lines
No EOL
4.6 KiB
Text
{
|
|
"author": {
|
|
"name": "Edward Shen",
|
|
"addresses": {
|
|
"home": "550 Moreland Way Apt 4410, Santa Clara, CA 95054",
|
|
"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",
|
|
"start": "Sep. 2017",
|
|
"end_date": "May 2021",
|
|
"list": [
|
|
{
|
|
"name": "degree",
|
|
"desc": "Bachelor of Science in Computer Science"
|
|
},
|
|
{
|
|
"name": "honors",
|
|
"desc": "3.85 / 4.00; summa cum laude; Dean's List"
|
|
},
|
|
{
|
|
"name": "courses",
|
|
"desc": "Networks and Distributed Systems; Network Security; Programming Languages; Machine Learning/Data Mining 1; Algorithms and Data"
|
|
}
|
|
]
|
|
},
|
|
"skills": [
|
|
{
|
|
"name": "languages",
|
|
"desc": [
|
|
{
|
|
"level": "proficient",
|
|
"langs": "Rust, Python, TypeScript, HTML5, CSS"
|
|
},
|
|
{
|
|
"level": "familiar",
|
|
"langs": "JavaScript, Java, LaTeX, C++, Bash"
|
|
},
|
|
{
|
|
"level": "explored",
|
|
"langs": "C, Ruby, Racket, Scala, Obj-C"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "other",
|
|
"desc": "Git, (Arch) Linux, VS Code, Raspberry Pi"
|
|
},
|
|
{
|
|
"name": "certs",
|
|
"desc": "CompTIA A+, Dell Certified Technician, Apple Certified Mac Technician"
|
|
}
|
|
],
|
|
"experiences": [
|
|
{
|
|
"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.",
|
|
]
|
|
},
|
|
{
|
|
"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.",
|
|
"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."
|
|
]
|
|
},
|
|
{
|
|
"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."
|
|
]
|
|
}
|
|
]
|
|
} |