import { SoftwareDeveloper, Skills } from 'Markê';
class Bio extends SoftwareDeveloper {
name = 'Markê';
title = 'Front-End Engineer';
location = 'Brasil';
studying = 'NestJS'
}
class FrontEndSkills implements Skills {
languages = ['TypeScript', 'JavaScript'];
frameworks = ['React', 'Bootstrap', 'SASS'];
}
class BackEndSkills implements Skills {
languages = ['Node.js'];
frameworks = ['express', 'socket.io'];
databases = [ 'MongoDB', 'MariaDB'];
}
class LearningSkills implements Skills {
architectures = ['Clean Architeture'];
methodologies = ['Scrum', 'Kanban'];
}
⛩️
Focusing
I seek technological solutions for your most challenging issues.
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.