class Richard Trevivian extends Software Developer {
Person about() {
return {
Nationality:
British,
Location:
Coral Gables FL,
Emails: [
richardtrevivian@gmail.com,
rich@coachtrevi.com,
me@richardtrevivian.com,
],
Phones: [
+1 512.767.9815,
],
LinkedIn:
richard-trevivian-04217428,
X:
rtrevivian,
};
}
Array<
Degree>
education() {
return [
{
Name:
Bachelor of Arts
Design for Interactive Media
(Professional Media),
Institution:
University of Gloucestershire,
Started:
September 2001,
Completed:
July 2004,
Skills: [
Project Management,
Graphic Design,
Web Development,
Mobile Development,
],
}
];
}
Array<
Certification>
certifications () {
return [
{
Name:
Google AI
Issuer:
Google,
Issued:
June 2026,
},
{
Name:
Google AI Professional Certificate,
Issuer:
Coursera,
Issued:
June 2026,
},
{
Name:
Google AI Fundamentals,
Issuer:
Coursera,
Issued:
June 2026,
},
{
Name:
Android Basics Nanodegree by Google,
Issuer:
Udacity,
Issued:
Febuary 2017,
},
{
Name:
iOS Developer Nanodegree,
Issuer:
Udacity,
Issued:
Febuary 2016,
},
];
}
Array<
Experience>
workExperience() {
return [
{
Name:
Coach Trevi Limited
Positions: [
{
Role:
Chief Executive Officer,
Started:
January 2020,
},
],
Applications: [
Coach Trevi Web,
Download on the App Store,
Get it on Google Play,
Download on the Mac App Store,
Download from the Microsoft Store,
],
},
{
Name:
Freelance Software Engineer,
Location:
United States,
Started:
June 2018,
Ended:
December 2019,
},
{
Name:
Scrypt, Inc.,
Location:
Austin Texas (United States),
Positions: [
{
Role:
Vice President User Experience,
Started:
May 2018,
Ended:
September 2014,
},
{
Role:
Senior Interaction Designer,
Started:
January 2012,
Ended:
August 2014,
},
],
Applications: [
Sfax Web,
Download on the App Store,
],
},
{
Name:
Freelance Software Engineer,
Location:
United Kingdom,
Started:
October 2010,
Ended:
December 2011,
},
{
Name:
Itineris Ltd,
Location:
Ipswich (United Kingdom),
Positions: [
{
Role:
Senior Designer,
Started:
October 2010,
Ended:
December 2011,
},
],
},
{
Name:
Azexis
Location:
Ipswich (United Kingdom),
Positions: [
{
Role:
Web Designer,
Started:
August 2005,
Ended:
June 2006,
},
],
},
];
}
}