Skip to content

Instantly share code, notes, and snippets.

@cphoover
Created June 7, 2021 07:08
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 cphoover/920f939acb08e2c9a36672d7425b4149 to your computer and use it in GitHub Desktop.
Save cphoover/920f939acb08e2c9a36672d7425b4149 to your computer and use it in GitHub Desktop.
My resume as a JSON file (see: https://jsonresume.org/)
{
"$schema": "https://raw.githubusercontent.com/jsonresume/resume-schema/v1.0.0/schema.json",
"basics": {
"name": "Charlie Hoover",
"label": "Full Stack Programmer preaching clean and intuitive UI-design.",
"image": "",
"email": "cphoover+jobs@gmail.com",
"phone": "(301) 922-6059",
"url": "https://registry.jsonresume.org/cphoover",
"summary": "JavaScript nerd and hacker. In years past I helped organize open source tech events. I have given speeches/lectures on various open source and JavaScript centered topics. \n\nMaryland boy born and raised, when I'm not coding I enjoy canoe camping along the potomac river. I love getting out in nature, cooking and food!"
},
"work": [
{
"name": "T. Rowe Price",
"location": "Baltimore, MD",
"summary": "Investment Management/Financial Services",
"position": "Associate Vice President, Senior Software Engineer",
"url": "https://troweprice.com/",
"startDate": "2018-05-01",
"highlights": [
"Created First Enterprise-wide UI component library (React JS-based)",
"Introduced Peer-review standard as part of SDLC for league of scrum teams.",
"Added Investment Account Funding from external accounts via Plaid 3P Integration",
"Primary Architect of V2 Retail Buying Experience",
"Primary Architect of V2 Retail Shopping Experience"
]
},
{
"name": "Upside Travel",
"location": "Washington D.C.",
"summary": "At Upside I successfully designed and built out oour omni-channel communication strategy. This included architecting and building in-app messaging, email, and phone communication channels. I built and optimized our communication and task routing algorithm, so our 24/7 concierge team could be assigned new cases under high-load in real-time. Along with a couple of other engineers I won the Upside.com hackathon with an Amazon alexa app connected to internal services, including flight status (e.g. \"Alexa is my flight on time?\"). ",
"position": "Software Engineer",
"url": "https://upside.com/",
"startDate": "2017",
"endDate": "2018",
"highlights": [
"Won annual Upside hackathon",
"Sucesfully designed, built, and launched omni-channel communication platform for navigators."
]
},
{
"name": "Under Armour",
"location": "Baltimore, MD",
"summary": "In my role as a full-stack developer, I worked on a large-scale, highly available e-commerce platform. I led a team at Under Armour on Application Performance Management (APM), setting up a custom built system for real-time monitoring and alerts on key metrics of system performance across the cluster. This system was used during peak retail season when huge variance from our normal traffic pattern occurred. I also have worked on various initiatives and systems including the first responsive redesign+rebuild of the ecommerce website, search and checkout subsystems and many others.",
"position": "Software Engineer",
"url": "https://ua.com/",
"startDate": "2014",
"endDate": "2017",
"highlights": [
"Cloud Orchestration",
"Deployments",
"Automation",
"Production/On-Call Support",
"Microservice Design/Implementation",
"Node.js and Scala Architecture & Development"
]
},
{
"name": "ADG Creative",
"location": "Columbia, MD",
"summary": "Led front-end development strategy at ADG. Helped architect core front-end libraries and frameworks. Projects include work in the commercial, federal, and not-for-profit sectors. Worked extensively with defense clients and governmental agencies. Portfolio available upon request.",
"position": "Senior UI Engineer",
"url": "https://adgcreative.net/",
"startDate": "2012",
"endDate": "2014"
},
{
"name": "Fathom Creative",
"location": "Washington D.C.",
"summary": "Developed, executed and completed multiple commercial, federal and non-profit websites, mobile applications and other interactive applications for local, regional and national entities including Carfax, GPO, GSA, Paxton Vanlines, American Chemical Society and the American Chemical Council.",
"position": "Senior UI Engineer",
"url": "https://fathomcreative.com/",
"startDate": "2010",
"endDate": "2012"
}
],
"skills": [
{
"name": "Frontend",
"keywords": [
"User Interface Design",
"HTML",
"CSS",
"Responsive/Adaptive/Mobile-First",
"Javascript",
"React",
"Storybook",
"Pattern Library"
]
},
{
"name": "Backend",
"keywords": [
"REST/HATEOS",
"HTTP",
"GraphQL",
"Node.js",
"PHP",
"Scala",
"Java",
"Clojure",
"Python",
"others..."
]
},
{
"name": "Databases",
"keywords": [
"PostgreSQL",
"MySQL",
"MSSQL",
"Redis",
"MongoDB",
"ElasticSearch",
"others..."
]
},
{
"name": "Cloud",
"keywords": [
"AWS",
"Service Oriented Architecture",
"GRPC, REST, SOAP",
"Pub Sub",
"Queuing",
"Kubernetes"
]
}
],
"references": [
{
"name": "Anthony D. Paul - Global Product Strategy and Foresight – Applied Innovation at Wabtec Corporation",
"reference": "I've worked with Charlie at two agencies. I interviewed and recommended him for hire at the first, then assisted in recruiting him to the second. In both agencies, his thirst for keeping up with the latest tech trends and skills, near superhuman ability to learn new things on the fly, and unwavering team spirit is what made him invaluable. He's a developer on paper, but also has a keen design eye for animation timing, grid systems, color, feedback states, and all of the other details that polish a UI experience. More important than any of those skills though, Charlie is a futurist and a visionary. He's the person to be given a task and to come back with multiple ways of accomplishing the task better than expected, as a reflection of his pulse on the rapidly evolving human-computer world. I've helped hire Charlie twice and I'd do it many more times"
}
],
"meta": {
"canonical": "https://raw.githubusercontent.com/jsonresume/resume-schema/master/resume.json",
"theme": "elegant",
"version": "v1.0.0",
"lastModified": "2017-12-24T15:53:00"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment