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
}
}
Focusing
- Curitiba, Brazil
-
06:12
(UTC -03:00) - matheusrc.vercel.app
- matheusrchimelli
- in/matheus-chimelli
Highlights
- Pro
Popular repositories Loading
-
relaxasearch
relaxasearch PublicRelaxaSearch is a lightweight full text search engine alternative to ElasticSearch built using Go.
Go 1
-
-
-
boilerplate
boilerplate Publica boilerplate for nodejs apps using express, prisma, and nuxt
JavaScript
-
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.