class Rogerio extends Person {
constructor() {
super();
this.name = 'Rogerio Duenas';
this.age = 34;
this.work = [
{ company: 'QS Qualidade em Saúde', role: 'Frontend Developer', duration: '1 year' },
{ company: 'Loop Brasil', role: 'Frontend Developer', duration: '1 year' },
{ company: 'Freelance', role: 'Frontend Projects', duration: 'Ongoing' }
];
this.expertise = ['ReactJS', 'JavaScript', 'TypeScript', 'NextJS', 'Material UI'];
this.hobbies = ['Gym', 'Video games (FPS)', 'Podcasts about technology'];
}
currentLocation() {
return ['Tokyo, JAPAN'];
}
currently() {
return {
studying: [
'English (focusing on speaking and listening)',
'NodeJS (building APIs, Express, and advanced concepts)',
'Programming books (Computer Networks, Operating Systems)'
],
volunteering: ['Frontend development for Hack for LA (non-profit projects)'],
};
}
goals() {
return {
shortTerm: ['Fluency in English', 'Master NodeJS', 'Contribute more to open-source'],
longTerm: ['Become a Fullstack Developer', 'Work in a good company']
};
}
philosophy() {
return "The only way to fail is to give up, eventually, we'll get a 200 status code!";
}
contacts() {
return {
linkedIn: 'https://www.linkedin.com/in/rogerio-duenas-3428441b1/',
github: 'https://github.com/rogerioduenas',
portfolio: 'https://portfolio-rogerioduenas-projects.vercel.app/'
};
}
}
-
Notifications
You must be signed in to change notification settings - Fork 0
rogerioduenas/rogerioduenas
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published