Skip to content
View gusmaomatheus's full-sized avatar
📚
Learning
📚
Learning
  • Estudante
  • São Carlos - SP, Brasil
  • LinkedIn in/gusmaom

Block or report gusmaomatheus

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
gusmaomatheus/README.md
const Matheus = {
  age: 20,
  location: {
    country: 'Brazil',
    state: 'São Paulo',
    city: 'São Carlos', 
  },
  hobbies: ['Programming', 'Learn', 'Soccer', 'Music', 'Games'],
  job: 'Software Engineer',
  education: [
    {
      course: 'Development and Analysis of Systems',
      degree: 'Higher Technology Course',
      institution: 'IFSP - São Carlos',
      status: 'Enrolled',
    },
  ],
};

Tecnologias:


Front end:

Back end:

Database:

Outras:


Contato:

Pinned Loading

  1. scheduling-appointments-api scheduling-appointments-api Public

    A simple API that simulates scheduling medical appointments.

    Java 2

  2. bossabox-code-challenge bossabox-code-challenge Public

    Code challenge: API to manage productivity tools.

    Java