import SoftwareDeveloper from 'thompsonemerson';
class Bio extends SoftwareDeveloper {
name = 'Emerson Thompson';
title = 'Software Engineer';
company = 'Pipoca Digital | Remote';
location = 'Fortaleza, CE';
}
class Skills extends SoftwareDeveloper {
languages = ['JavaScript', 'PHP'];
databases = ['MySQL', 'MongoDB', 'PostgreSQL'];
frameworks = ['React', 'React Native', 'Angular', 'GraphQL'];
}Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up