Last active
December 7, 2021 06:37
-
-
Save EthanBonsignori/e76ca88740082a2e5d3a56e9783396ae to your computer and use it in GitHub Desktop.
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": "paper" | |
| }, | |
| "basics": { | |
| "name": "Ethan Bonsignori", | |
| "label": "A fullstack web developer focusing on clean code and continuous learning.", | |
| "picture": "https://avatars3.githubusercontent.com/u/47482104?s=460&u=a8fbb1fe73832a210eaf92c72afef07cbd0b6154&v=4", | |
| "email": "ebonsignori@gmail.com", | |
| "phone": "(912) 507-3547", | |
| "website": "https://ethanbon.com", | |
| "summary": "A fullstack web developer focusing on clean code and continuous learning.", | |
| "location": { | |
| "address": "Remote or willing to relocate", | |
| "postalCode": "", | |
| "city": "", | |
| "countryCode": "US", | |
| "region": "" | |
| }, | |
| "profiles": [{ | |
| "network": "LinkedIn", | |
| "username": "EthanBonsignori", | |
| "url": "https://www.linkedin.com/in/ethanbonsignori/" | |
| }, { | |
| "network": "GitHub", | |
| "username": "EthanBonsignori", | |
| "url": "https://github.com/EthanBonsignori" | |
| }] | |
| }, | |
| "work": [ | |
| { | |
| "company": "The Home Depot", | |
| "position": "Software Engineer", | |
| "website": "", | |
| "startDate": "2021-05-01", | |
| "summary": "Followed agile practices to write, review, and deploy code for in-house management and data-monitoring software used by tens of thousands of Home Depot employees.", | |
| "highlights": [ | |
| "Lead an initiative to create documentation from scratch, reducing onboarding time for new team members.", | |
| "Volunteered to take on a massive refactor effort that cut down thousands of lines by introducing DRY practices and was highly praised by our team for its usability." | |
| ] | |
| }, | |
| { | |
| "company": "Dorsey Tire Co", | |
| "position": "Web Developer", | |
| "website": "", | |
| "startDate": "2019-08-20", | |
| "endDate": "2020-05-14", | |
| "summary": "Worked with managers to design and create web apps that would assist with day-to-day operations of various sectors of the tire industry.", | |
| "highlights": [ | |
| "Created an inventory and notification utility to track expensive equipment and notify responsible parties of calibration dates. Built custom Table, Form wizard with React.js. Node and MongoDB backend." | |
| ] | |
| } | |
| ], | |
| "education": [{ | |
| "institution": "Georgia Institute of Technology", | |
| "area": "Fullstack Web Development", | |
| "studyType": "Bootcamp", | |
| "startDate": "2019-02-01", | |
| "endDate": "2019-08-01", | |
| "gpa": "4.0", | |
| "courses": [ | |
| "Fullstack Flex Development" | |
| ] | |
| }], | |
| "skills": [ | |
| { | |
| "name": "Web Development", | |
| "keywords": [ | |
| "Javascript", | |
| "React", | |
| "Redux", | |
| "Node.js", | |
| "Next.js", | |
| "MongoDB", | |
| "PostgreSQL", | |
| "Styled Components", | |
| "Unit Testing", | |
| "CI/CD", | |
| "Gitflow", | |
| "HTML", | |
| "CSS" | |
| ] | |
| }, | |
| { | |
| "name": "Designer", | |
| "level": "Freelance", | |
| "keywords": [ | |
| "Adobe Photoshop", | |
| "Adobe Illustrator" | |
| ] | |
| } | |
| ], | |
| "references": [{ | |
| "name": "Dustin Sparks", | |
| "reference": "Taught the bootcamp I attended. Contact email: pixelmixer@gmail.com" | |
| }] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment