Last active
November 15, 2024 17:44
-
-
Save joelpittet/c8dd493e4da4e10572405d019def311e to your computer and use it in GitHub Desktop.
This file contains 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": "Joël Pittet", | |
"label": "Web Developer", | |
"email": "[email protected]", | |
"phone": "(604) 369-3963", | |
"url": "https://pittet.ca", | |
"summary": "As a Web Applications Team Lead at The University of British Columbia since 2016, I have been deeply involved in open-source contributions to the Drupal community. My work includes co-maintaining the Drupal theme system, contributing to core and maintaining contrib projects, and supporting the adoption of modern theming practices. I am passionate about fostering collaboration, maintaining quality standards, and creating tools that empower developers within the community.", | |
"location": { | |
"city": "Nanaimo", | |
"region": "British Columbia", | |
"countryCode": "CA" | |
}, | |
"profiles": [ | |
{ | |
"network": "Drupal", | |
"username": "joelpittet", | |
"url": "https://www.drupal.org/u/joelpittet" | |
}, | |
{ | |
"network": "GitHub", | |
"username": "joelpittet", | |
"url": "https://www.github.com/joelpittet" | |
}, | |
{ | |
"network": "LinkedIn", | |
"username": "joelpittet", | |
"url": "https://www.linkedin.com/in/joelpittet" | |
} | |
] | |
}, | |
"work": [ | |
{ | |
"name": "University of British Columbia", | |
"position": "Web Applications Team Lead", | |
"startDate": "2016-02-16", | |
"summary": "Leads a team of developers to deliver high-quality Drupal and Laravel web applications that support The Department of Computer Science at UBC." | |
}, | |
{ | |
"name": "Self-Employed", | |
"position": "Owner / Developer / Designer", | |
"startDate": "2009-01-01", | |
"summary": "Managed and executed web development and design projects for various clients." | |
}, | |
{ | |
"name": "Karo Group", | |
"position": "Lead Web Developer", | |
"startDate": "2006-01-01", | |
"endDate": "2009-01-01", | |
"summary": "Led web development projects, collaborating with designers and clients to deliver high-quality websites." | |
}, | |
{ | |
"name": "Applied Communications Inc", | |
"position": "Designer / Developer", | |
"startDate": "2002-01-01", | |
"endDate": "2006-01-01", | |
"summary": "Directed and developed multimedia projects, ensuring alignment with client objectives." | |
} | |
], | |
"education": [ | |
{ | |
"institution": "Southern Alberta Institute of Technology", | |
"area": "VB.NET", | |
"studyType": "Certificate" | |
}, | |
{ | |
"institution": "Applied Multimedia Training Centres", | |
"area": "Multimedia Design and Communications", | |
"studyType": "Diploma" | |
}, | |
{ | |
"institution": "Applied Multimedia Training Centres / Sprott Shaw Community College", | |
"area": "Internet Web Developer", | |
"studyType": "Certificate" | |
} | |
], | |
"skills": [ | |
{ | |
"name": "Programming Languages", | |
"keywords": [ | |
"PHP", | |
"JavaScript", | |
"HTML", | |
"CSS", | |
"C#.NET" | |
] | |
}, | |
{ | |
"name": "Frameworks", | |
"keywords": [ | |
"Drupal", | |
"Laravel", | |
"ASP.NET", | |
"Django" | |
] | |
}, | |
{ | |
"name": "Leadership", | |
"keywords": [ | |
"Mentoring", | |
"Team Management", | |
"Project Planning" | |
] | |
}, | |
{ | |
"name": "Data", | |
"keywords": [ | |
"SQL", | |
"JSON", | |
"XML", | |
"Excel/CSV" | |
] | |
}, | |
{ | |
"name": "Design Tools", | |
"keywords": [ | |
"Photoshop", | |
"Illustrator" | |
] | |
}, | |
{ | |
"name": "Version Control", | |
"keywords": [ | |
"Git", | |
"Subversion" | |
] | |
}, | |
{ | |
"name": "Operating Systems", | |
"keywords": [ | |
"macOS", | |
"Linux", | |
"Windows" | |
] | |
} | |
], | |
"languages": [ | |
{ | |
"language": "English", | |
"fluency": "Native" | |
}, | |
{ | |
"language": "French", | |
"fluency": "Conversational" | |
} | |
], | |
"interests": [ | |
{ | |
"name": "Web", | |
"keywords": [ | |
"Web Design and Typography", | |
"Open Source Contribution", | |
"Design Patterns" | |
] | |
}, | |
{ | |
"name": "Sports", | |
"keywords": [ | |
"Soccer", | |
"Swimming", | |
"Volleyball" | |
] | |
}, | |
{ | |
"name": "Games", | |
"keywords": [ | |
"Video", | |
"Board" | |
] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment