Last active
May 14, 2025 08:11
-
-
Save bendman/c2ca105738d5bff1fe874314abf25988 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": "Ben Duncan", | |
"label": "Senior Web Developer", | |
"picture": "https://example.com/photo.jpg", | |
"email": "[email protected]", | |
"phone": "+33 6 95 67 69 23", | |
"website": "https://thomasedison.com", | |
"summary": "I am a web developer with over 15 years of real-world experience, and have built production features serving millions of users. I am a based in France and am comfortable with remote work. I am particularly interested in improving user experiences on an ambitious and healthy remote-first team.", | |
"location": { | |
"address": "", | |
"postalCode": "64100", | |
"city": "Bayonne", | |
"countryCode": "FR", | |
"region": "" | |
}, | |
"profiles": [ | |
{ | |
"network": "LinkedIn", | |
"username": "benduncan", | |
"url": "https://www.linkedin.com/in/thomasedison" | |
}, | |
{ | |
"network": "GitHub", | |
"username": "bendman", | |
"url": "https://github.com/bendman" | |
} | |
] | |
}, | |
"work": [ | |
{ | |
"company": "Edison Electric Light Company", | |
"position": "Senior Web Developer", | |
"website": "https://edison.com", | |
"startDate": "2020-03", | |
"endDate": "2025-04", | |
"summary": "Pioneered TypeScript adoption and led the codebase migration, significantly improving maintainability as the development team expanded from 2 to 8 members. Overhauled specific aspects of web application architecture and transformed manual deployments into automated CI/CD workflows using CircleCI and later GitHub Actions with Docker. Developed robust internationalization solutions for 11 languages with diverse grammatical requirements. Contributed to site reliability through monitoring (Datadog/AWS CloudWatch) and testing (Playwright/Jest). Collaborated on DevOps using Terraform/AWS while serving as primary developer for the Growth Squad, delivering authentication, onboarding, and user management features.", | |
"highlights": [ | |
"React", | |
"TypeScript", | |
"JavaScript", | |
"Node.js", | |
"CSS", | |
"Storybook", | |
"Playwright", | |
"Datadog", | |
"AWS", | |
"CI/CD", | |
"I18N" | |
], | |
"name": "komoot", | |
"location": "Remote", | |
"url": "https://www.komoot.com", | |
"description": "\n" | |
}, | |
{ | |
"name": "Instrument", | |
"position": "", | |
"startDate": "2017", | |
"endDate": "2019", | |
"location": "", | |
"url": "", | |
"summary": "Instrument is a creative agency which specializes in developing websites and applications for major brands including Nike, Intel, and Google. I consulted for them on multiple projects.\n", | |
"description": "", | |
"highlights": [] | |
} | |
], | |
"volunteer": [], | |
"education": [], | |
"awards": [], | |
"publications": [], | |
"skills": [ | |
{ | |
"name": "Inventing", | |
"level": "Master", | |
"keywords": [ | |
"Electricity", | |
"Sound Recording", | |
"Motion Pictures" | |
] | |
}, | |
{ | |
"name": "Entrepreneurship", | |
"level": "Expert", | |
"keywords": [ | |
"Business Development", | |
"Product Innovation", | |
"Industrial Research" | |
] | |
} | |
], | |
"languages": [ | |
{ | |
"language": "English", | |
"fluency": "Native speaker" | |
}, | |
{ | |
"language": "French", | |
"fluency": "Professional proficiency" | |
} | |
], | |
"interests": [], | |
"references": [ | |
{ | |
"name": "Henry Ford", | |
"reference": "Thomas Edison was a brilliant inventor and a visionary businessman. His work has had a profound impact on the modern world." | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment