Skip to content

Latest commit

 

History

History
29 lines (26 loc) · 1.19 KB

README.md

File metadata and controls

29 lines (26 loc) · 1.19 KB

Hello 👋

class Tintef {
  constructor() {
    this.username = 'tintef';
    this.name = 'Nicolás Tinte';
    this.web = 'https://tintef.uy';
    this.languages = {
      'frontend': ['HTML', 'CSS', 'JavaScript', 'ReactJS', 'VueJS'],
      'backend': ['NodeJS', 'Ruby on Rails'],
      'database': ['PostgreSQL', 'SQL'],
      'devops': ['GitHub Actions', 'AWS', 'Heroku'],
      'tools': ['GIT', 'GitHub', 'Redis', 'Redux', 'Redux-Saga', 'Vuex'],
      'misc': ['Firebase', 'TDD', 'SCRUM', 'SOLID', 'GNU/Linux'],
    };
    this.mainEditor = 'neovim';
  }
}

tintef

Medium posts