Skip to content

Instantly share code, notes, and snippets.

@pdehaan
Created February 18, 2025 05:26
Show Gist options
  • Save pdehaan/f01e7171a453d54e002ef07a52e9692d to your computer and use it in GitHub Desktop.
Save pdehaan/f01e7171a453d54e002ef07a52e9692d to your computer and use it in GitHub Desktop.
Resume for jsonresume
{
"meta": { "theme": "elegant" },
"basics": {
"name": "Peter deHaan",
"label": "Quality Engineer",
"image": "",
"email": "[email protected]",
"phone": "(250) 951-7536",
"url": "https://pdehaan.dev",
"summary": "Quality Engineer/Developer with 17+ years industry experience helping organizations ship high quality software used by hundreds of millions of users.\n\nA unique skill set that spans product testing, documentation, developer relations, and customer support, I enjoy a good challenge and seek out collaboration and inspiration across all levels of an organization.",
"location": {
"address": "",
"postalCode": "V0R 1V0",
"city": "Errington",
"countryCode": "Canada",
"region": "BC"
},
"profiles": [
{
"network": "Twitter",
"username": "pdehaan",
"url": "https://twitter.com/pdehaan"
},
{
"network": "GitHub",
"username": "pdehaan",
"url": "https://github.com/pdehaan"
},
{
"network": "LinkedIn",
"username": "mrpeterd",
"url": "https://linkedin.com/in/mrpeterd/"
}
]
},
"work": [
{
"name": "Mozilla",
"position": "Sr/Staff QA Developer",
"url": "https://mozilla.org",
"startDate": "2013-07-15",
"summary": "",
"highlights": [
"Lead quality engineer on several privacy projects, including Mozilla Monitor, Mozilla/Firefox Accounts, Firefox Relay, and Mozilla TestPilot.",
"Lead the company Dogfooding/Foxfooding program which encouraged internal employees and external users to help test new features/products early before released to end users. This included helping onboard new hires, and coordinating with several people internally to get new products ready to test and promoted in various channels/newsletters.",
"Lead administrator for our TestRail instance and oversaw the migration from a self-hosted to a cloud-based solution.",
"Co-built a distributed load testing platform using GCP, Kubernetes, and Locust.",
"Helped lead the transition of automated test cases from WebdriverIO/Puppeteer/Intern to Playwright.",
"Prototyped serveral internal tools and Slack integrations which helped improve visibility and developer feedback."
]
},
{
"name": "Sencha Inc",
"position": "Developer Relations Manager",
"url": "https://www.sencha.com/",
"startDate": "2012-02-15",
"endDate": "2013-07-15",
"summary": "",
"highlights": [
"Lead developer on try.sencha.com (using Node.js) and an updated Sencha Learn portal (using Node.js/Solr).",
"Assisted the documentation and development teams with documentation content and workflow.",
"Built several internal tools to improve documentation quality by checking links, running JSHint, spell checking.",
"Managed development of senchadevs.com and Sencha Market.",
"Developed dozens of code samples and snippets for documentation to help improve customer learning."
]
},
{
"name": "Motorola Mobility",
"url": "https://www.motorola.com/",
"position": "Lead Quality Engineer",
"startDate": "2011-01-15",
"endDate": "2012-02-15",
"summary": "",
"highlights": [
"Lead quality engineer on various core features of Google Web Designer.",
"Worked on NDA internal projects. Created a build system which integrated with Git and wrote several internal code quality tools."
]
},
{
"name": "Adobe",
"url": "https://adobe.com/",
"position": "Flex SDK QE",
"startDate": "2007-04-15",
"endDate": "2011-01-15",
"summary": "",
"highlights": [
"Responsible for testing several components and features in the Flex framework.",
"Contributed sample files for the ActionScript Language Reference.",
"Responsible for monitoring user forums and beta forums.",
"Was the team’s top bug filer for 4 years in a row."
]
},
{
"name": "Adobe/Macromedia",
"url": "https://adobe.com/",
"position": "ActionScript Developer Writer",
"startDate": "2005-04-15",
"endDate": "2007-04-15",
"summary": "",
"highlights": [
"Co-authored several chapters on ActionScript and components as well as creating dozens of sample files on the Flash Professional and Flash Player IMD teams.",
"Authored several Flash/ActionScript articles on the Adobe Developer Center.",
"Built several tools for linting documentation and detecting broken link detectors."
]
},
{
"name": "",
"position": "Freelance Programmer/Developer",
"startDate": "1998",
"endDate": "2006",
"summary": "",
"highlights": [
"Various ColdFusion/SQL Server projects for small and large clients (including one of Canada’s largest online pharmacies, one of the largest online wedding portals, and Toyota Canada)."
]
}
],
"education": [
{
"institution": "Camosun College",
"url": "https://camosun.ca/",
"area": "Computer Systems Technology",
"studyType": "Bachelor",
"startDate": "1997-09-01",
"endDate": "2000-01-01"
}
],
"skills": [
{
"name": "Web Development",
"keywords": [
"JavaScript",
"Node.js",
"TypeScript",
"HTML",
"CSS",
"Load Testing",
"Performance Testing",
"Playwright",
"Puppeteer",
"Python"
]
}
],
"languages": [
{
"language": "English",
"fluency": "Native speaker"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment