Last active
July 27, 2023 22:22
-
-
Save zymbaluk/9f79235ab8c8e5f8cea2e4eb0b44db6a to your computer and use it in GitHub Desktop.
resume.json
This file contains 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
{ | |
"basics": { | |
"name": "Justin Zymbaluk", | |
"label": "Software Developer", | |
"email": "[email protected]", | |
"phone": "REDACTED", | |
"summary": "Backend/full stack engineer with 6 years of experience building performant, distributed systems.", | |
"location":{ | |
"city": "Seattle", | |
"countryCode": "US", | |
"region": "Washington" | |
}, | |
"profiles": [ | |
{ | |
"network": "LinkedIn", | |
"username": "justinzymbaluk", | |
"url": "https://www.linkedin.com/in/justinzymbaluk" | |
} | |
] | |
}, | |
"work": [ | |
{ | |
"company": "Bonterra", | |
"url": "https://www.bonterratech.com/", | |
"position": "Senior Software Engineer of Payments", | |
"startDate": "2022-09-01", | |
"endDate": "2023-06-30", | |
"summary": "Senior engineer on the payments team at Bonterra, building NGP VAN, a digital platform for non-profit and political fundraising and engagement. Responsible for modernizing the payments platform and implementing and architecting new features.", | |
"highlights": [ | |
"Architected and implemented a new payments intelligence analytics system, allowing clients to correlate fundraising form data with payment data providing insights into their fundraising efforts.", | |
"Designed requirements and led implementation for new set of ASP.NET APIs to allow clients to create and process payments and recurring contributions programmatically via the NGP VAN platform.", | |
"Proposed and led initiative to modernize legacy microservices to modern versions of .NET Framework, and Node.js, increasing reliability and performance of the platform while reducing cost and security risk.", | |
"Designed and implemented new testing capability for recurring payment processing system, allowing for the first time the ability to test recurring payment processing in a production-like environment." | |
] | |
}, | |
{ | |
"company": "Microsoft", | |
"url": "https://www.microsoft.com/", | |
"position": "Software Engineer II", | |
"startDate": "2022-08-01", | |
"endDate": "2020-06-15", | |
"summary": "Built and maintained Geneva Observability Pipeline, an internal-only data pipeline aggregating, treating and storing over 50PB of log and metric data every day from the machines that run Azure with %99.99 uptime", | |
"highlights": [ | |
"Todo: redis cache", | |
"todo: GDPR compliance", | |
"todo: Qatar", | |
"todo: troubleshoot", | |
"todo: overcome scaling problems" | |
] | |
}, | |
{ | |
"company": "MITRE", | |
"url": "https://www.mitre.org/", | |
"position": "Senior Software Systems Engineer", | |
"startDate": "2017-06-15", | |
"endDate": "2020-03-15", | |
"summary": "MITRE operates federally funded research and development centers (FFRDC's) which provide technical guidance and expertise to US government agencies. I worked with a diverse set of technologies on many projects for many agencies including FAA, Treasury, and the FCC.", | |
"highlights": [ | |
"TODO: Deaf/HoH video calling FCC", | |
"TODO: Visualization of FAA flights", | |
"TODO: BlockChain research for data provenance smart contracts for Treasury" | |
] | |
} | |
], | |
"education": [ | |
{ | |
"institution": "University of Colorado Colorado Springs", | |
"url": "https://www.uccs.edu/", | |
"area": "Computer Science", | |
"studyType": "Bachelor of Science", | |
"startDate": "2014-09-15", | |
"endDate": "2017-06-15" | |
}], | |
"skills": [ | |
{ | |
"name": "Programming Languages", | |
"level": "", | |
"keywords": [ | |
"C#", | |
"Javascript", | |
"Python" | |
] | |
}, | |
{ | |
"name": "Frameworks & runtimes", | |
"level": "", | |
"keywords": [ | |
"ASP.NET Framework", | |
"ASP.NET Core", | |
"React.JS", | |
"Express.JS" | |
] | |
}, | |
{ | |
"name": "Infrastructure & Operations", | |
"level": "", | |
"keywords": [ | |
] | |
}, | |
{ | |
"name": "Tools & Practices", | |
"level": "", | |
"keywords": [ | |
"C#", | |
"Javascript", | |
"Python" | |
] | |
} | |
] | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment