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

Block or report tevass

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",
  2. awesome-resources awesome-resources Public

    A collection of resources that is commonly used in my projects!

    1