update project
This commit is contained in:
parent
493193872f
commit
e06044fc97
2 changed files with 405 additions and 469 deletions
834
Cargo.lock
generated
834
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
40
config.json5
40
config.json5
|
@ -2,7 +2,7 @@
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Edward Shen",
|
"name": "Edward Shen",
|
||||||
"addresses": {
|
"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"
|
"school": "480 Parker Street, Boston, MA 02115"
|
||||||
},
|
},
|
||||||
"email": "code@eddie.sh",
|
"email": "code@eddie.sh",
|
||||||
|
@ -19,21 +19,20 @@
|
||||||
"school": "Northeastern University",
|
"school": "Northeastern University",
|
||||||
"college": "Khoury College of Computer Sciences",
|
"college": "Khoury College of Computer Sciences",
|
||||||
"location": "Boston, MA",
|
"location": "Boston, MA",
|
||||||
"start": "Sept. 2017",
|
"start": "Sep. 2017",
|
||||||
"end": "Present",
|
"end_date": "May 2021",
|
||||||
"end_date": "Present (May 2021)",
|
|
||||||
"list": [
|
"list": [
|
||||||
{
|
{
|
||||||
"name": "degree",
|
"name": "degree",
|
||||||
"desc": "Candidate for a Bachelor of Science in Computer Science"
|
"desc": "Bachelor of Science in Computer Science"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "honors",
|
"name": "honors",
|
||||||
"desc": "3.84 / 4.00, Dean's List"
|
"desc": "3.85 / 4.00; summa cum laude; Dean's List"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "courses",
|
"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",
|
"level": "explored",
|
||||||
"langs": "C, Ruby, Racket, Scala"
|
"langs": "C, Ruby, Racket, Scala, Obj-C"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
@ -65,16 +64,18 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"experiences": [
|
"experiences": [
|
||||||
// {
|
{
|
||||||
// "title": "Software Development Engineer Intern",
|
"title": "Security Engineering and Architecture Intern",
|
||||||
// "company": "Apple",
|
"company": "Apple",
|
||||||
// "location": "Menlo Park, CA",
|
"location": "Menlo Park, CA",
|
||||||
// "start": "Aug. 2020",
|
"start": "Aug. 2020",
|
||||||
// "end": "Dec. 2020",
|
"end": "Dec. 2020",
|
||||||
// "notes": [
|
"notes": [
|
||||||
// "sekureetee"
|
"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",
|
"title": "Production Engineer Intern",
|
||||||
"company": "Facebook",
|
"company": "Facebook",
|
||||||
|
@ -84,7 +85,8 @@
|
||||||
"notes": [
|
"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.",
|
"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.",
|
"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."
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue