Last active
October 1, 2019 17:32
-
-
Save bradydowling/d1779dd8a47c9dabdf2aae4d6b381131 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
{ | |
"basics": { | |
"name": "Brady Dowling", | |
"label": "Software Engineer", | |
"email": "[email protected]", | |
"summary": "Software engineer with a focus on product and UI. I enjoy working in a team, learning from and teaching others, and honing my craft in general.", | |
"location": { | |
"city": "Boston", | |
"countryCode": "US", | |
"region": "Massachusetts" | |
}, | |
"profiles": [{ | |
"network": "GitHub", | |
"username": "bradydowling", | |
"url": "http://github.com/bradydowling" | |
}, { | |
"network": "LinkedIn", | |
"username": "bradydowling", | |
"url": "https://www.linkedin.com/in/bradydowling" | |
}, { | |
"network": "YouTube", | |
"username": "ReadWriteExercise", | |
"url": "https://www.youtube.com/channel/UCPGv2tVqEt6iBFnnMTjnRBA" | |
}] | |
}, | |
"work": [{ | |
"company": "Amazon (Alexa Data Services)", | |
"position": "Software Development Engineer", | |
"website": "https://alexa.amazon.com", | |
"startDate": "2018-12-10", | |
"summary": "Using React and Redux, developed an internal framework that allows teams to build data labeling applications", | |
"highlights": [ | |
"Built text tagging UI component", | |
"Improved config file update and testing process", | |
"Simplified UI component development process using Storybook" | |
] | |
}, { | |
"company": "Amazon (AWS Cloud9)", | |
"position": "Software Development Engineer", | |
"website": "https://aws.amazon.com/cloud9/", | |
"startDate": "2016-07-08", | |
"endDate": "2018-12-10", | |
"summary": "Worked on a small integrations team, connecting services like AWS Lambda, API Gateway, and CloudFormation", | |
"highlights": [ | |
"Built an AWS Lambda integration", | |
"Contributed to AWS SAM CLI" | |
] | |
}, { | |
"company": "Cloud9 IDE", | |
"position": "Customer Happiness Engineer", | |
"website": "https://c9.io", | |
"startDate": "2015-01-01", | |
"endDate": "2016-07-08", | |
"summary": "Provided support to end-users, developed internal tools, performed user research and anything else that would improve our team's support process or our user's experience.", | |
"highlights": [ | |
"Built out Cloud9 community where users can get support and help one another", | |
"Scripted, recorded, and edited product video to show value proposition of Cloud9" | |
] | |
}], | |
"education": [{ | |
"institution": "Brigham Young University", | |
"area": "Information Technology", | |
"studyType": "Bachelor", | |
"endDate": "2015-04-30" | |
}], | |
"skills": [{ | |
"name": "Software Development", | |
"keywords": [ | |
"React", | |
"Redux", | |
"WordPress", | |
"JavaScript", | |
"HTML", | |
"CSS" | |
] | |
}], | |
"languages": [{ | |
"language": "English", | |
"fluency": "Native speaker" | |
}] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment