update project

master
Edward Shen 2021-09-28 22:01:01 -07:00
parent 493193872f
commit e06044fc97
Signed by: edward
GPG Key ID: 19182661E818369F
2 changed files with 405 additions and 469 deletions

834
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -2,7 +2,7 @@
"author": {
"name": "Edward Shen",
"addresses": {
"home": "8080 Highland Farms Drive, East Amherst, NY 14051",
"home": "550 Moreland Way Apt 4410, Santa Clara, CA 95054",
"school": "480 Parker Street, Boston, MA 02115"
},
"email": "code@eddie.sh",
@ -19,21 +19,20 @@
"school": "Northeastern University",
"college": "Khoury College of Computer Sciences",
"location": "Boston, MA",
"start": "Sept. 2017",
"end": "Present",
"end_date": "Present (May 2021)",
"start": "Sep. 2017",
"end_date": "May 2021",
"list": [
{
"name": "degree",
"desc": "Candidate for a Bachelor of Science in Computer Science"
"desc": "Bachelor of Science in Computer Science"
},
{
"name": "honors",
"desc": "3.84 / 4.00, Dean's List"
"desc": "3.85 / 4.00; summa cum laude; 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"
"desc": "Networks and Distributed Systems; Network Security; Programming Languages; Machine Learning/Data Mining 1; Algorithms and Data"
}
]
},
@ -51,7 +50,7 @@
},
{
"level": "explored",
"langs": "C, Ruby, Racket, Scala"
"langs": "C, Ruby, Racket, Scala, Obj-C"
}
]
},
@ -65,16 +64,18 @@
}
],
"experiences": [
// {
// "title": "Software Development Engineer Intern",
// "company": "Apple",
// "location": "Menlo Park, CA",
// "start": "Aug. 2020",
// "end": "Dec. 2020",
// "notes": [
// "sekureetee"
// ]
// },
{
"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",
@ -84,7 +85,8 @@
"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."
"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."
]
},
{