Skip to content
View joaovds's full-sized avatar
🏬
Working
🏬
Working
  • GBM Tech & Control
  • Santos , SP - Brasil
  • LinkedIn in/joaovds

Organizations

@PeruibeTEC

Block or report joaovds

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

🇧🇷 Hi, I'm João Victor 🇧🇷

Linkedin Badge

me := Me{
  Name: "João Victor da Silva",
  Age: 21,
  Education: []Education{
    {
      School: "Etec de Peruíbe",
      Degree: "Technician",
      FieldOfStudy: "Systems Development",
      Status: "completed",
    },
    {
      School: "Catholic University of Santos",
      Degree: "Bachelor's degree",
      FieldOfStudy: "Computer Science",
      Status: "in_progress",
    },
  },
  CurrentJob: Job{
    Title: "Fullstack Software Developer Pl.",
    CompanyName: "GBM Tech & Control",
  },
}

🙋‍♂️ About me

  • 😁 I am a Brazilian developer 🇧🇷
  • 🩵 I love Golang
  • 🧙‍♂️ I am a lover of the works of J.R.R. Tolkien! 📚
  • 🎵 I know a little about music and play musical instruments
  • ✍️ I like to learn technologies and new things
  • 💻 I love Neovim, it's been my editor for at least 6 years now
  • jv782063@gmail.com

Pinned Loading

  1. nvim-config-lua nvim-config-lua Public

    Lua

  2. PeruibeTEC/Mobile PeruibeTEC/Mobile Public

    🌆 PeruibeTec Mobile. The best way to connect with Peruíbe! 📱

    TypeScript 5

  3. auth-jwt auth-jwt Public

    User authentication project using Golang, JWT, Fiber and MongoDB

    Go

  4. learn-grpc-go learn-grpc-go Public

    Estudo de Grpc com Golang; Pequeno servidor usando streams e etc

    Go

  5. go-2048 go-2048 Public

    2048 terminal game written in Go 🎮

    Go 1

  6. rust-quicksort rust-quicksort Public

    Quicksort sorting algorithm made by studying rust

    Rust