Skip to content
View tevass's full-sized avatar
🚀
Never stop learning
🚀
Never stop learning
Block or Report

Block or report tevass

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
tevass/README.md

Hi there, I'm Estevão 👋

class Dev {
  name = 'Estevão'
  role = 'Software Engineer'
  languages = ["pt_BR", "en_US"]

  helloWorld() {
    console.log('Thanks for stopping by, I hope you find some of my work interesting.')
  }
}

const fullStack = new Dev()
fullStack.helloWorld()

Skills

🔧 Tools and environments

NPM PNPM Git Docker

💻 Front-End Development

TypeScript next react tailwindcss

💻 Back-End Development

NodeJS NestJS prisma Socket.io

Social

Gmail LinkedIn

Pinned Loading

  1. VSCode Settings VSCode Settings
    1
    {
    2
        // Editor
    3
        "editor.fontSize": 16,
    4
        "editor.lineHeight": 1.6,
    5
        "editor.fontFamily": "JetBrains Mono",