Skip to content
View vittordeaguiar's full-sized avatar
🇪🇪
Focusing
🇪🇪
Focusing

Highlights

  • Pro

Block or report vittordeaguiar

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

Hey! 🖖

I'm Vittor de Aguiar 🥶

  • Software Engineer 💻
  • Computer Science at URI Santo Ângelo 📚

📮 Send me a message!

TypeScript JavaScript Nest.js Next.js React.js Vue.js Flutter AWS Docker PostgreSQL

Pinned Loading

  1. vscode-settings vscode-settings
    1
    {
    2
      // General
    3
      "files.eol": "\n",
    4
      "window.commandCenter": true,
    5
      "breadcrumbs.enabled": false,
  2. zed-settings zed-settings
    1
    {
    2
      // General settings
    3
      "icon_theme": "Colored Zed Icons Theme Dark",
    4
      "features": {
    5
        "edit_prediction_provider": "zed"
  3. PypSystem/api-template PypSystem/api-template Public template

    Repositório que serve de template para novos projetos de API da Pyp System

    TypeScript 2

  4. PypSystem/web-template PypSystem/web-template Public template

    Repositório usado para template para as soluções web da Pyp System

    Vue