Skip to content
View matheuschimelli's full-sized avatar
:shipit:
Focusing
:shipit:
Focusing

Highlights

  • Pro
Block or Report

Block or report matheuschimelli

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
matheuschimelli/README.md
class Profile {
    get name(): string {
        return "Matheus Chimelli"
    }

    get skills():string[] {
        return ["Node.js", "Javascript", "Typescript", "Postgres", "ElasticSearch", "MongoDB", "React", "NextJS","Firebase"]
    }

    get bio():string {
        return ``
    }

    get hireable():boolean {
        const bioText = this.bio
        const isHireable = bioText.match(/looking for a job/)
        if (isHireable && isHireable[0]) return true
        return false
    }
}

Popular repositories

  1. relaxasearch relaxasearch Public

    RelaxaSearch is a lightweight full text search engine alternative to ElasticSearch built using Go.

    Go 1

  2. openshift-elasticsearch openshift-elasticsearch Public

    Run Elasticsearch on openshift

    Shell 1

  3. openmusic openmusic Public

    The sources for open music

    JavaScript

  4. boilerplate boilerplate Public

    a boilerplate for nodejs apps using express, prisma, and nuxt

    JavaScript

  5. matheuschimelli matheuschimelli Public

  6. brasileis-monorepo brasileis-monorepo Public

    brasileis monorepo

    TypeScript