Skip to content

Instantly share code, notes, and snippets.

@jamesthomasonjr
Last active April 1, 2022 18:40
Show Gist options
  • Save jamesthomasonjr/30bd2753facc96f9e3f95217a365492b to your computer and use it in GitHub Desktop.
Save jamesthomasonjr/30bd2753facc96f9e3f95217a365492b to your computer and use it in GitHub Desktop.
resume.json
{
"basics": {
"name": "James Thomason, Jr",
"label": "Full Stack Software Engineer",
"picture": "https://avatars.githubusercontent.com/u/691492?s=400&u=0552378d317cc1603b7c39f9e3c652bdcdc09659&v=4",
"email": "james@jamesthomasonjr.com",
"phone": "(810) 214 0123",
"website": "https://jamesthomasonjr.com",
"summary": "I am a Full-Stack Software Engineer who is passionate about engineering, architecture, and tooling. I am looking to fill a T-Shaped position in a team that solves interesting and challenging problems with innovative technology.",
"location": {
"address": "7411 E River Rd",
"postalCode": "MI 48433",
"city": "Flushing",
"region": "Michigan",
"countryCode": "US"
},
"profiles": [
{
"network": "Github",
"username": "jamesthomasonjr",
"url": "https://github.com/jamesthomasonjr"
},
{
"network": "Stack Overflow",
"username": "jamesthomasonjr",
"url": "https://stackoverflow.com/users/2117356/jamesthomasonjr"
},
{
"network": "Twitter",
"username": "jamesthomasonjr",
"url": "https://twitter.com/jamesthomasonjr"
}
]
},
"work": [
{
"name": "ActiveCampaign",
"company": "ActiveCampaign",
"position": "Senior Software Engineer",
"website": "https://www.activecampaign.com",
"startDate": "2021-12-13",
"summary": "Improved reliability of customer experience automation functionality",
"highlights": [
"Wrote command line application for seeding data to local development in order to facilitate bug reproduction",
"Paired with junior developers to introduce them to coding basics and best practices"
]
},
{
"name": "Vanguard",
"company": "Vanguard",
"position": "Cloud Engineering Chapter Lead",
"website": "https://www.vanguard.com",
"startDate": "2020-03-09",
"endDate": "2021-12-10",
"summary": "Migrating enterprise security gates and CI/CD workflows from BitBucket and Bamboo to GitHub",
"highlights": [
"Maintaining existing CI/CD pipeline to improve developer experience during transition",
"Participating in rework of team structure and introduction of development chapters",
"Holding weekly one on ones with reports to build a rapport with them and continually support their growth",
"Discussing best practices and upcoming programming trends with chapter to foster a learning environment"
]
},
{
"name": "Quicken Loans",
"company": "Quicken Loans",
"position": "Software Engineer",
"website": "https://www.quickenloans.com",
"startDate": "2017-09-11",
"endDate": "2020-03-06",
"summary": "Developed internal deployment orchestration tool using PHP and maintained enterprise CI solution",
"highlights": [
"Created and maintained repository of development tools and scripts to improve developer experience",
"Participated in RFCs and audits to determine viability of various enterprise tools",
"Mentored junior engineers on PHP best practices, object oriented code, agile methodologies, and pair programming"
]
},
{
"name": "magicJack",
"company": "magicJack",
"position": "Senior Full Stack Software Engineer",
"website": "https://www.magicjackforbusiness.com",
"startDate": "2016-08-15",
"endDate": "2017-09-08",
"summary": "Developed customer portal and order processing engine using AngularJS, Spring, and MuleSoft Anypoint Platform",
"highlights": [
"Designed and implemented new API architecture to modernize internal services",
"Engineered a custom library to facilitate migration from monolith to microservices"
]
},
{
"name": "Bank of America",
"company": "Bank of America",
"position": "Software Engineer",
"website": "https://www.bankofamerica.com",
"startDate": "2015-08-31",
"endDate": "2016-08-12",
"summary": "Developed responsive web application for enterprise compliance testing, reporting, and monitoring using AngularJS and Spring",
"highlights": [
"Maintained blog posts to share knowledge and foster open communication and technology discussions",
"Developed widely-adopted internal libraries for data grids, state history, and loading animations"
]
},
{
"name": "Quicken Loans",
"company": "Quicken Loans",
"position": "Software Developer",
"website": "http://www.quickenloans.com",
"startDate": "2014-05-05",
"endDate": "2015-08-21",
"summary": "Developed responsive mortgage services platform built with AngularJS, Silex, ASP.NET, SQL, and Redis, while maintaining legacy application",
"highlights": [
"Created and maintained a Vagrant box to provide a reproducible development environment and streamline onboarding",
"Mentored an engineering intern on PHP best practices, object oriented code, agile methodologies, and pair programming"
]
}
],
"volunteer": [ ],
"education": [ ],
"awards": [ ],
"publications": [ ],
"skills": [
{
"name": "Front-End Development",
"level": "",
"keywords": [
"Building web apps with TypeScript, JavaScript, HTML and CSS",
"Experience with vanilla JavaScript and frameworks including Angular, React, and Ember",
"Compliance with UI accessibility standards",
"Tested with Storybook, Selenium WebDriver, Playwright"
]
},
{
"name": "Backend Development",
"level": "",
"keywords": [
"PSR-compliant PHP using the Symfony framework",
"NodeJS applications with Express, WebKit, and Jest",
"Java with Spring, Hibernate, JUnit and Mockito",
"SQL Experience with Postgres and MySQL, with and without ORMs"
]
},
{
"name": "Cloud & DevOps",
"level": "",
"keywords": [
"Applications using AWS Lambda, Step Functions, and EC2",
"Infrastructure As Code experience using Terraform and CloudFormation",
"CI/CD workflows with Bamboo, CircleCI, and GitHub Actions"
]
}
],
"languages": [ ],
"interests": [ ],
"references": [ ]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment