Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 650 Bytes

thompsonemerson.md

File metadata and controls

24 lines (20 loc) · 650 Bytes

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'];
}

Credit: thompsonemerson

Last Edited on: 23/09/2020