// about.js
class About extends Me {
getSkills() {
return [
'JavaScript',
'TypeScript',
'React.js',
'React Native',
'Next.js',
'Node.js',
'Angular',
'Web Components',
'Elasticsearch',
'Strapi',
'GraphQL',
'HTML',
'CSS',
];
}
getGoals() {
return [
'Contribute to open source.',
'Create useful tools for humanity.',
];
}
getHobbies() {
return [
'Music',
'Swimming',
'Photography',
'Exploring anything new',
];
}
}
export default About;
- Yerevan, Armenia
Pinned Loading
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.