Skip to content

Instantly share code, notes, and snippets.

@nhubbard
Last active April 6, 2023 16:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nhubbard/306c079ccf7976ff8e7bb7bd216852b6 to your computer and use it in GitHub Desktop.
Save nhubbard/306c079ccf7976ff8e7bb7bd216852b6 to your computer and use it in GitHub Desktop.
My resume.
{
"meta": {
"theme": "actual"
},
"basics": {
"name": "Nicholas Hubbard",
"label": "Software Developer",
"email": "hubbardn95@gmail.com",
"phone": "(586) 383-3499",
"summary": "I am a junior at Gannon University, pursing a career in software engineering and cybersecurity. I have significant experience in multiple domains of computer science and systems administration.",
"location": {
"address": "38310 Charwood Dr",
"postalCode": "MI 48312",
"city": "38310 Charwood Dr, Sterling Hts.",
"countryCode": "",
"region": "MI 48312"
},
"profiles": [
{
"network": "GitHub",
"username": "nhubbard",
"url": "https://github.com/nhubbard"
},
{
"network": "LinkedIn",
"url": "https://www.linkedin.com/in/nicholas-hubbard-47b371203"
}
]
},
"work": [
{
"name": "Gannon University",
"position": "CIS Server Administrator",
"startDate": "2021-10-25",
"highlights": [
"Completely automated all software installation and update tasks",
"Modernized existing power and network infrastructure",
"Managed deployment of 30 new Mac minis and their associated management software\n",
"Eliminated unsupported versions of Windows Server and Ubuntu from network",
"Wrote extensive documentation for all hardware, software, and services"
]
},
{
"name": "Rocket Mortgage",
"position": "Software Engineering Intern",
"startDate": "2022-05-24",
"endDate": "2022-08-24",
"highlights": [
"Completed a fully-featured microtraining backend solution for mortgage bankers",
"Server-side codebase featured full unit, integration, and E2E test with 100% code coverage",
"Platform made extensive use AWS DynamoDB, S3, and ECS/Fargate services",
"All platform infrastructure declared in Terraform",
"Fixed bugs and added features to shared Terraform modules while completing main objectives"
]
},
{
"name": "Rock Central",
"position": "Systems Engineering Intern",
"startDate": "2021-05-24",
"endDate": "2021-08-24",
"highlights": [
"Managed complete migration from Confluence to custom documentation platform",
"Rewrote 45 of the existing 53 articles with extensive input from teammates",
"Modernized legacy documentation which had been superseded",
"Deployed entire documentation platform to AWS using Terraform and CircleCI",
"Added three complete Python add-ons to the new platform to replace lost features"
]
}
],
"volunteer": [
{
"organization": "Microsoft TEALS",
"position": "Teaching Assistant",
"url": "https://www.microsoft.com/en-us/teals",
"startDate": "2020-06-01",
"endDate": "2021-05-30",
"summary": "Assisted an elementary school teacher from Utica Community Schools in teaching students basic programming in Scratch and Python 3 over the course of 2 semesters. Classes met two times per week, for a total of 240 hours of volunteer work."
}
],
"education": [
{
"institution": "Gannon University",
"url": "https://www.gannon.edu",
"area": "Dual Major CompSci/SoftEng, Minor in CySec",
"studyType": "BS",
"startDate": "2020-08-20"
}
],
"skills": [
{
"name": "Software development",
"level": "Advanced",
"keywords": [
"Python 3",
"Java",
"Kotlin",
"Terraform"
]
},
{
"name": "Typesetting",
"level": "Expert",
"keywords": [
"Microsoft Word",
"Google Docs",
"Markdown",
"LaTeX"
]
},
{
"name": "Apple development",
"level": "Novice",
"keywords": [
"Swift",
"SwiftUI"
]
},
{
"name": "Android development",
"level": "Intermediate",
"keywords": [
"AndroidX",
"Kotlin"
]
},
{
"name": "Databases",
"level": "Advanced",
"keywords": [
"SQLite",
"MySQL"
]
},
{
"name": "Systems administration",
"level": "Advanced",
"keywords": [
"Windows Server",
"Ubuntu Server",
"PDQ",
"Jamf"
]
}
],
"projects": [
{
"name": "Sort Visualizer",
"description": "A thoroughly modern sorting algorithm visualizer written in Swift and SwiftUI for macOS and iPadOS platforms. In active development.",
"keywords": [
"Swift",
"SwiftUI"
],
"startDate": "2022-02-01",
"type": "application"
},
{
"name": "Autoclave",
"description": "Automatically migrate your existing CSS to use the Tailwind framework. In active development.",
"keywords": [
"Kotlin",
"CSS",
"PostCSS",
"Tailwind"
],
"startDate": "2020-11-30",
"type": "application"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment