import Developer from 'sergio1599';
class Bio extends Developer {
name = 'Sergio Quintana';
title = 'Software Engineer';
location = 'Colombia';
currentOccupation = 'I am a Student/Developer, and work as a university trainee in Ecopetrol';
pronouns = ['he', 'him'];
}
class AboutMe extends Developer {
hobbies = ['Listen Music', 'Coding', 'Gaming', 'Watch Series', 'Talking'];
}
class Skills extends Developer {
code = ['Javascript', 'Node', 'Java', 'Typescript', 'Bash', 'HTML', 'CSS'];
databases = ['MySQL', 'MongoDB'];
frameworks = ['React', 'NextJS', 'Docker'];
tools = ['VsCode', 'Git', 'GitHub', 'PostMan', 'Docker'];
}
👨💻
Highlights
- Pro
Popular repositories 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.