import { SoftwareEngineer, Skills, Methodologies } from 'Gabr002';
class Bio extends SoftwareEngineer {
name = 'Gabriel Dantas Lopes';
role = 'Software Engineer in Progress';
location = 'Brazil';
studying = 'Bachelor of Computer Science';
focus = 'FAANG Preparation';
}
class CompetitiveProgramming implements Skills {
languages = ['C++', 'C'];
focus = [
'Algorithms',
'Data Structures',
'Graphs',
'Time & Space Complexity'
];
practice = [
'Codeforces',
'Beecrowd',
'LeetCode'
];
}
class Frontend implements Skills {
languages = ['HTML', 'CSS', 'JavaScript', 'TypeScript'];
frameworks = ['React.js'];
concepts = [
'Componentization',
'State Management',
'Responsive Design'
];
}
class FaangRoadmap implements Skills {
inProgress = [
'Backend Development',
'REST API Design',
'Database Modeling',
'System Design (Foundations)',
'Scalable Systems (Basics)',
'Advanced Data Structures',
'Problem Solving (FAANG Level)'
];
nextSteps = [
'Microservices Fundamentals',
'Caching Strategies',
'Load Balancing',
'Distributed Systems (Intro)'
];
}
class MyMethodologies implements Methodologies {
inProgress = [
'Clean Architecture',
'SOLID',
'DDD (Tactical)',
'TDD (Unit Tests)',
'Agile / Scrum'
];
}
Pinned Loading
-
-
app-taxi-shopper
app-taxi-shopper PublicDesafio técnico para a vaga de Desenvolvedor full stack da Shopper.
TypeScript
-
-
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.


