Skip to content
View gabrielcarlossl's full-sized avatar
🏠
Working from home
🏠
Working from home

Block or report gabrielcarlossl

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
gabrielcarlossl/README.md

Linkedin Badge

Gmail Badge

type AboutMeType = (Name: string, Skills: string[], EducationalBackground: string) => void

const AboutMe: AboutMeType = (Name, Skills, EducationalBackground) => {
    console.log("Name:", Name)
    console.log("Educational Background:", EducationalBackground)
    console.log("Skills:", Skills.join(', '))
}

AboutMe(
'Gabriel Carlos',
 [
  'React',
  'Typescript',
  'Javascript',
  'Ruby on Rails',
  'Django'
  'Python',
  'AWS',
  'Docker',
  'Terraform'
],
'Systems for Internet - UNIESP')

Pinned Loading

  1. e-comerce-next-typescript-graphql e-comerce-next-typescript-graphql Public

    TypeScript

  2. courses-api courses-api Public

    Ruby

  3. courses-ui courses-ui Public

    TypeScript

  4. interactive-calendar-with-events interactive-calendar-with-events Public

    JavaScript

  5. curso-django-projeto1 curso-django-projeto1 Public

    Recipes site

    JavaScript

  6. azs-web-rickandmorty azs-web-rickandmorty Public

    Sistema de episódios do Rick and Morty

    TypeScript