Skip to content

Instantly share code, notes, and snippets.

@MarcoF1
Last active November 15, 2020 00:58
Show Gist options
  • Save MarcoF1/ee26eee54e4eabe00fceace4edc997bb to your computer and use it in GitHub Desktop.
Save MarcoF1/ee26eee54e4eabe00fceace4edc997bb to your computer and use it in GitHub Desktop.
My Resume as a JSON exported from LinkedIn
{
"meta": { "theme": "elegant" },
"$schema": "https://json.schemastore.org/resume",
"basics": {
"name": "Marco Fleming",
"label": "MIT '22",
"image": "https://media-exp1.licdn.com/dms/image/C4D03AQE5njKHL5CtVA/profile-displayphoto-shrink_200_200/0?e=1609977600&v=beta&t=O88WFSw3CY0LaIhk-DDO4ZwzesW9EvZBbdhTm7EFhHE",
"email": "marcof@mit.edu",
"phone": "(956) 330-7839",
"url": "marcof.dev",
"summary": "Marco is a passionate Computer Science junior at MIT",
"location": {
"address": "99 Bay State Rd",
"postalCode": "",
"city": "Boston, MA",
"countryCode": "US",
"region": ""
},
"profiles": [
{
"network": "LinkedIn",
"username": "marcofleming",
"url": "https://www.linkedin.com/in/marcofleming/"
},
{
"network": "GitHub",
"username": "MarcoF1",
"url": "https://github.com/MarcoF1"
}
]
},
"education": [
{
"institution": "Massachusetts Institute of Technology",
"area": "Computer Science and Engineering",
"studyType": "",
"startDate": "2018-08-26",
"endDate": "2022-06-01",
"gpa": "4.8/5.0",
"courses": [
"6.041 - Probability",
"6.08 - Interconnected Embedded Systems",
"6.009 - Fundamentals of Programming",
"6.031 - Elements of Software Construction",
"6.046 - Design and Analysis of Algorithms",
"6.004 - Computation Structures",
"11.011 - Art & Science of Negotiation"
]
}
],
"work": [
{
"name": "Microsoft",
"endDate": "2020-08-31",
"highlights": [],
"position": "Software Engineering Intern",
"startDate": "2020-06-30",
"summary": "- Defined and implemented a scalable code and data architecture for Azure Communication Services. \n- Delivered efficient, well-structured, testable, and documented technical deliverables on-time.",
"url": ""
},
{
"name": "Allstate",
"endDate": "2019-08-31",
"highlights": [],
"position": "Machine Learning Engineering Intern",
"startDate": "2019-06-30",
"summary": "- Implemented a model to detect emotion in voice calls using a deep neural network. \n- Designed text-document pre-processing classifier for cleaning noise. \n- Presented a consolidated rewards platform idea to Allstate Executives as part of the “Intrapreneurs” challenge. \n- Displayed an impared driver rideshare service to Allstate’s Technical Delivery Lead",
"url": ""
},
{
"name": "MIT Computer Science and Artificial Intelligence Laboratory (CSAIL)",
"endDate": "2019-05-31",
"highlights": [],
"position": "Undergraduate Researcher",
"startDate": "2019-01-31",
"summary": "- Using Google's DeepLab V3 Convolutional Neural Network to create a jupyter notebook which will run image segmentation on cloud computing services.",
"url": ""
},
{
"name": "Mathnasium",
"endDate": "2018-06-30",
"highlights": [],
"position": "Math Instructor",
"startDate": "2017-01-01",
"summary": "- Led an average of 5 to 6 students on math topics ranging from Pre-Algebra to Calculus, so that they may excel in math",
"url": ""
},
{
"name": "Massachusetts Institute of Technology",
"endDate": "2017-07-31",
"highlights": [],
"position": "Engineering Experience (E2) Summer Program",
"startDate": "2017-07-31",
"summary": "- E2 is a highly selective (only 35 students accepted out of 2400+ applicants), one-week residential science and engineering enrichment program for rising high school seniors who have a strong academic record and interest in science and engineering.\n\n Electronics: Intense investigation into electrical engineering and its applications includes the study of core topics and the development of an open-ended final project that comprises both hardware and software engineering. Students learn concepts in electrical engineering and computer science using a Raspberry Pi-2-based work station including circuit theory, amplification, digital and analog signals, feedback, programming and embedded systems.",
"url": ""
},
{
"name": "Wolfram",
"endDate": "2017-07-31",
"highlights": [],
"position": "Wolfram High School Summer Camp",
"startDate": "2017-06-30",
"summary": "- Built a microsite with Mathematica to teach high school algebra alongside a Wolfram developer",
"url": ""
},
{
"name": "The Science Academy of South Texas",
"endDate": "2016-06-30",
"highlights": [],
"position": "New Scholar Academy Mentor",
"startDate": "2016-06-30",
"summary": "- Guided a group of four incoming freshmen to help them adjust to high school and encouraged academic success",
"url": ""
}
],
"volunteer": [],
"awards": [],
"publications": [
{
"name": "Called to Rise: Youth Anthology - poem \"Physics\"",
"publisher": "FlowerSong Books",
"releaseDate": "2018-09-21",
"website": "",
"summary": "Wrote a poem about physics featured by the McAllen, TX Poet Laureate"
}
],
"skills": [
{
"name": "Programming Languages",
"level": "",
"keywords": ["Python", "Java", "JavaScript", "C#", "C++"]
},
{
"name": "Computer Science",
"level": "",
"keywords": ["Discrete Math", "Data Structures", "Algorithms"]
},
{
"name": "Interpersonal",
"level": "",
"keywords": ["Communication", "Teaching"]
}
],
"languages": [
{
"language": "English",
"fluency": "Native Speaker"
},
{
"language": "Spanish",
"fluency": "Native Speaker"
}
],
"interests": [
{
"name": "",
"level": "",
"keywords": ["Chess", "Poker"]
}
],
"references": [],
"projects": []
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment