Last active
July 15, 2022 05:34
-
-
Save davidmfinol/66804002627aad4ea168d23815701375 to your computer and use it in GitHub Desktop.
resume.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"meta": { | |
"theme": "spartan" | |
}, | |
"basics": { | |
"name": "David Finol", | |
"label": "Software Engineer at JPMorgan Chase & Co.", | |
"summary": "Striving to create software that delights.", | |
"location": { | |
"address": "", | |
"postalCode": "", | |
"city": "Houston", | |
"countryCode": "US", | |
"region": "TX" | |
}, | |
"phone": "7133633389", | |
"website": "https:\/\/davidmfinol.com", | |
"profiles": [ | |
{ | |
"network": "linkedin", | |
"username": "davidmfinol", | |
"url": "https:\/\/www.linkedin.com\/in\/davidmfinol" | |
}, | |
{ | |
"network": "GitHub", | |
"username": "davidmfinol", | |
"url": "https:\/\/github.com\/davidmfinol" | |
} | |
] | |
}, | |
"work": [ | |
{ | |
"company": "JPMorgan Chase & Co.", | |
"summary": "- Designed and developed a Spring Boot microservice that extracts Strategic Margin Calculation results from a Cassandra database, transforms the data to match downstream requirements, and loads the transformed results into an Oracle database.", | |
"position": "Software Engineer", | |
"startDate": "2020-03-01" | |
}, | |
{ | |
"company": "Finol Digital LLC", | |
"summary": "-Concepted, developed, and released the Card Game Simulator (CGS) application, which allows users to play out card games on their mobile devices.\n-Developed and documented a system by which users define their own cards to use within the application.", | |
"position": "Entrepreneur", | |
"startDate": "2017-08-01" | |
}, | |
{ | |
"company": "Infinity Consulting Solutions", | |
"position": "Core Java Developer", | |
"startDate": "2019-12-01", | |
"endDate": "2020-03-01" | |
}, | |
{ | |
"company": "The Home Depot", | |
"summary": "- Developed API endpoints for the order management orchestration service to allow users to view\ntheir purchase history and details.\n- Integrated with QuickBooks APIs to allow users to quickly and easily export all their Home Depot\nexpenses to both QuickBooks Online and QuickBooks Desktop.\n- Developed a system which allows admin users to analyze purchases made by all the companies that reside within a family of companies.", | |
"position": "Software Engineer", | |
"startDate": "2017-12-01", | |
"endDate": "2019-12-01" | |
}, | |
{ | |
"company": "HP", | |
"summary": "-Upgraded Supplier Portal website design from old 2003 standards to current HP Inc branding standards\n-Improved user productivity for the Asia-Pacific Transportation Management System (APTMS) application by adding sort and filter functionalities to the UI and the ability to export large data sets to excel", | |
"position": "IT Developer\/Engineer", | |
"startDate": "2017-01-01", | |
"endDate": "2017-07-01" | |
}, | |
{ | |
"company": "HP", | |
"summary": "- Supported and maintained the Supplier Relationship Management (SRM) and Polydyne java enterprise web applications as the Technical Lead and Subject Matter Expert.\n- Supported the Direct Procurement Solution Suite (DPSS Ariba) application by validating data loads into the Ariba system and developing code to enhance the reports generated for the business team.", | |
"position": "IT Developer\/Engineer", | |
"startDate": "2015-10-01", | |
"endDate": "2016-12-01" | |
}, | |
{ | |
"company": "HP", | |
"summary": "Support the Direct Procurement Solution Suite (DPSS Ariba) application by validating data loads into the Ariba system and developing code to enhance the reports generated for the business team.", | |
"position": "IT Developer\/Engineer", | |
"startDate": "2014-08-01", | |
"endDate": "2015-10-01" | |
}, | |
{ | |
"company": "HP", | |
"summary": "Maintained and updated Supplier Portal and Supplier Relationship Management web application assets by accepting and processing change requests.", | |
"position": "Software Development Intern", | |
"startDate": "2012-06-01", | |
"endDate": "2013-11-01" | |
}, | |
{ | |
"company": "SunAmerica Mutual Funds", | |
"summary": "Used Rational Application Developer and the Struts Framework to develop a web application that provides access to a server\u2019s UNIX commands through a web interface.", | |
"position": "Software Development Intern", | |
"startDate": "2011-08-01", | |
"endDate": "2011-08-01" | |
} | |
], | |
"education": [ | |
{ | |
"institution": "The University of Texas at Austin", | |
"area": "Computer Science", | |
"studyType": "Bachelor's Degree", | |
"startDate": "2010-01-01", | |
"endDate": "2014-01-01" | |
}, | |
{ | |
"institution": "Hoft Institute", | |
"area": "Game and Interactive Media Design", | |
"studyType": "Game Development Certificate", | |
"startDate": "2018-01-01", | |
"endDate": "2019-01-01" | |
}, | |
{ | |
"institution": "James E. Taylor High School", | |
"startDate": "2006-01-01", | |
"endDate": "2010-01-01" | |
} | |
], | |
"skills": [ | |
{ | |
"name": "C++" | |
}, | |
{ | |
"name": "HTML" | |
}, | |
{ | |
"name": "Windows" | |
}, | |
{ | |
"name": "Java" | |
}, | |
{ | |
"name": "Unity3D" | |
}, | |
{ | |
"name": "C#" | |
}, | |
{ | |
"name": "Game Development" | |
}, | |
{ | |
"name": "Software Development" | |
}, | |
{ | |
"name": "Python" | |
}, | |
{ | |
"name": "Unix" | |
}, | |
{ | |
"name": "Agile Methodologies" | |
}, | |
{ | |
"name": "JavaScript" | |
} | |
], | |
"languages": [ | |
{ | |
"language": "English" | |
}, | |
{ | |
"language": "Spanish" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment