import SoftwareDeveloper from 'fveronezipeters';
class Bio extends SoftwareDeveloper {
name = 'Felipe Veronezi Peters';
title = 'Software Developer Intern';
company = 'SAP';
location = 'São Leopoldo, Brazil';
}
class Skills extends SoftwareDeveloper {
languages = ['Java', 'Python', 'C++', 'JavaScript', 'PHP'];
databases = ['MySQL', 'PostgreSQL', 'MongoDB'];
}
⚡
Ahead
Pinned Loading
-
javascript-algorithms
javascript-algorithms PublicForked from trekhleb/javascript-algorithms
📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings
JavaScript
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.