connor.json
{
"name": "Connor Basile",
"location": "Houston, TX",
"occupation": {
"jobTitle": "Site Reliability Engineer",
"employer": "JPMorgan Chase & Co.",
"jobDescription": "I make sure the bank stays online.",
"startDate": "May 2021"
},
"previousPositions": [
{
"jobTitle": "Software Engineer Intern",
"employer": "JPMorgan Chase & Co.",
"jobDescription": "I made sure the bank stayed online.",
"startDate": "May 2021",
"endDate": "August 2021"
}
],
"hobbies": [
"Scuba Diving",
"Dirt Biking",
"Motorcycling",
"Kite Boarding",
"Brunching"
],
"education": {
"university": "The Ohio State University",
"graduationMonth": "May",
"graduationYear": 2023,
"gpa": 3.9,
"degrees": [
"B.S. Electrical Engineering",
"B.S. Physics"
]
},
"skills": {
"languages": [
"JavaScript",
"TypeScript",
"Python",
"Java"
],
"frameworks": [
"React",
"Angular"
],
"tools": [
"Docker",
"Kubernetes",
"Terraform"
]
},
"contact": {
"email": "[email protected]",
}
}