panres/config.json5

126 lines
4.2 KiB
Plaintext

{
"author": {
"name": "Edward Shen",
"addresses": {
"home": "8080 Highland Farms Drive, East Amherst, NY 14051",
"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": "Sept. 2017",
"end": "Present",
"end_date": "Present (May 2021)",
"list": [
{
"name": "degree",
"desc": "Candidate for a Bachelor of Science in Computer Science"
},
{
"name": "honors",
"desc": "3.84 / 4.00, Dean's List"
},
{
"name": "courses",
"desc": "Data Collection, Integration, and Analysis; Machine Learning/Data Mining 1; Algorithms and Data; Object-Oriented Design; Networks and Distributed Systems"
}
]
},
"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"
}
]
},
{
"name": "other",
"desc": "Git, (Arch) Linux, VS Code, Raspberry Pi"
},
{
"name": "certs",
"desc": "CompTIA A+, Dell Certified Technician, Apple Certified Mac Technician"
}
],
"experiences": [
// {
// "title": "Software Development Engineer Intern",
// "company": "Apple",
// "location": "Menlo Park, CA",
// "start": "Aug. 2020",
// "end": "Dec. 2020",
// "notes": [
// "sekureetee"
// ]
// },
{
"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."
]
},
{
"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."
]
}
]
}