abstract class ComputerScientist {}
class LucasClaros extends ComputerScientist {
LucasClaros({
this.age = '21y'
this.pronouns = 'He/Him',
this.languagesSpoken = ['pt_BR', 'en_US'],
this.currentWork = Cobli('Software Engineer Intern'),
this.currentFocus = 'Learning fullstack development',
this.technologies = const [
Code(
'C/C++',
'Python',
),
Web(
'HTML/CSS',
'Javascript',
'React',
'Kotlin/Spring Boot'
),
Mobile(
'Flutter',
),
Miscellaneous(
'Firebase',
'Git Flow',
),
],
this.askMeAbout = [
'tech',
'gaming',
'app dev',
'soccer 🇧🇷',
'movies',
],
this.funFact =
'People say "Bless you" when you sneeze because when you sneeze,'
'your heart stops for a millisecond.',
});
final String age;
final String pronouns;
final List<Language> languagesSpoken;
final Company currentWork;
final String currentFocus;
final List<Technology> technologies;
final List<Hobby> askMeAbout;
final String funFact;
}
Highlights
- Pro
Pinned Loading
-
-
-
tcc-mecatronica
tcc-mecatronica PublicEste foi meu Trabalho de Conclusão de Curso Técnico em Mecatrônica feito em 2019.
C++
-
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.