Skip to content

Instantly share code, notes, and snippets.

@jmcdo29
Last active July 28, 2019 03:01
Show Gist options
  • Save jmcdo29/6897edcf7ed8743dc5337512f58ca4b3 to your computer and use it in GitHub Desktop.
Save jmcdo29/6897edcf7ed8743dc5337512f58ca4b3 to your computer and use it in GitHub Desktop.
Resume of Jay McDoniel working with JSON Resume Schema
{
"basics": {
"name": "Jay McDoniel",
"label": "Software Developer",
"email": "jmcdo29@gmail.com",
"phone": "(432) 269-9800",
"website": "http://jaymcdoniel.dev",
"summary": "Jay comes from Lynnwood Washington. He has earned his degree from Texas A&M University. He has worked at Revature and Infosys as a Salesforce practitioner and at Texas A&M as a student IT worker. His focuses are on NodeJS, especially using NestJS, and Angular, but he also enjoys work with Apex and Salesforce.",
"location": {
"address": "18123 36th Ave W Apt N205",
"postalCode": "WA 98037",
"city": "Lynnwood",
"countryCode": "US",
"region": "Washington"
},
"profiles": [
{
"network": "GtiHub",
"username": "jmcdo29",
"url": "https://github.com/jmcdo29"
},
{
"network": "LinkedIn",
"username": "Jay McDoniel",
"url": "https://www.linkedin.com/in/jay-mcdoniel/"
}
]
},
"work": [
{
"company": "Infosys Limited LLC",
"website": "https://www.infosys.com/",
"position": "Software Developer",
"startDate": "2017-09-16",
"summary": "Build RESTful APIs for T-Mobile as contract developer. Deploy Node servers using Heroku and Heroku Connect. Connect Salesforce database with external Postgres database. Manage code base using Git, GitHub, and BitBucket.",
"highlights": [
"Maintain code coverage of at least 85%.",
"Architect solution to use IDs from Heroku database instead of using Salesforce IDs to keep process asynchronous"
]
},
{
"company": "Revature",
"website": "https://revature.com/",
"position": "Salesforce Developer",
"startDate": "2017-06-03",
"endDate": "2017-09-15",
"summary":"Teach and learn Salesforce from and to coworkers. Work in small development teams using scrum methodology. Create metadata scanner custom application",
"highlights": [
"Created custom queue manager on Salesforce to keep from hitting async job process limit",
"Obtained Salesforce Platform Dev 1 Certification"
]
},
{
"company": "Texas A&M University",
"position": "Student Technician",
"startDate": "2016-06-01",
"endDate": "2017-05-15",
"highlights": [
"Resolve general computer issues including maleware, software installations, and hard drive formatting",
"Communicate with staff and students through several mediums including email and verbal",
"Manage incoming computer requests using Service Now",
"Manage student ID card access through card-reader system",
"Demonstrate time management skills between managing requests and handling school work"
]
}
],
"volunteer": [
{
"organization": "NestJS",
"position": "Supporter and Contributor",
"website": "http://nestjs.com/",
"summary": "NodeJS framework to help architect and organize your node server code.",
"highlights": [
"Renowned as 'Awesome Supporter' on NestJS Discord channel."
]
}
],
"education": [
{
"institution": "Texas A&M University",
"area": "Physics",
"studyType": "Bachelor",
"startDate": "2013-08-30",
"endDate": "2017-05-15",
"gpa": "2.953"
}
],
"skills": [
{
"name": "Web Development",
"level": "Adept",
"keywords": [
"HTML",
"CSS",
"Javascript",
"Angular"
]
},
{
"name": "NodeJS",
"level": "Expert",
"keywords": [
"Node",
"Express",
"NestJS",
"Middleware",
"SQL",
"ORM",
"RESTful API",
"API",
"GraphQL",
"published packages"
]
},
{
"name": "Salesforce",
"level": "Adept",
"keywords": [
"Lightning",
"Apex",
"SOQL",
"Visualforce",
"Trigger Framework",
"Batch classes",
"Process Builder"
]
},
{
"name": "Git",
"level": "Adept",
"keywords": [
"GitHub",
"VCS"
]
},
{
"name": "Heroku",
"level": "Adept",
"keywords": [
"server",
"PaaS"
]
}
],
"languages": [
{
"language": "English",
"fluency": "Native speaker"
},
{
"language": "NodeJS",
"fluency": ">=ES6"
},
{
"language": "PostgreSQL",
"fluency": ">=10"
},
{
"language": "Typescript",
"fluency": "^3.0.0"
},
{
"language": "Angular",
"fluency": ">=2"
},
{
"language": "CSS",
"fluency": "^3"
},
{
"language": "SCSS",
"fluency": "~"
},
{
"language": "bash",
"fluency": "~"
}
],
"interests": [
{
"name": "Software Development",
"keywords": [
"Salesforce",
"NodeJS",
"Angular 2+",
"NestJS"
]
},
{
"name": "Automation",
"keywords": [
"CI/CD",
"Travis",
"Testing"
]
},
{
"name": "Microservices",
"keywords": [
"RabbitMQ",
"Redis",
"Kafka"
]
},
{
"name": "Authentication",
"keywords": [
"JWT",
"OAuth2",
"Basic",
"Passport"
]
}
],
"references": [
{
"name": "Available",
"reference": "On request only"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment