Skip to content
View math1974's full-sized avatar
🎯
Focusing
🎯
Focusing
  • amigoapp
  • Brazil, Recife- PE
Block or Report

Block or report math1974

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
math1974/README.md

Welcome to my profile.


Instagram Linkedin Email


app.get('/user/:id', (req, res) => {
  const user = {
    name: 'Matheus Ribeiro',
    age: 19,
    birthday: '09/07',
    state: 'Pernambuco',
    backend_stacks: ['JavaScript', 'NodeJS', 'AdonisJS', 'AWS Lambda', 'SQL', 'NestJS', 'Socket.io'],
    frontend_stacks: ['HTML', 'CSS', 'ReactJS', 'AngularJS', 'Angular 9', 'JQuery', 'Socket.io'],
    soft_skills: ['Team work', 'Responsability', 'Determined', 'Extroverted', 'Able to learn new technologies']
  };
  
  return res.status(200).json(user);
});

πŸ’» Some Technologies

πŸ’¬ Languages:

JavaScript Python NodeJS AdonisJS AWS Lambda ReactJS Angular JS Angular 9 HTML5 CSS3 SASS

πŸ”¨ Frameworks & Libraries:

React Styled Components

πŸ“¦ Database:

MySQL Postgres

πŸ”§ Tools

Git GitHub Visual Studio Code Insomnia NPM Yarn

Pinned

  1. todo-api todo-api Public

    API built with typescript, in order to study, to manage a single person tasks

    TypeScript