Skip to content
View vitorgoat's full-sized avatar
:octocat:
:octocat:
  • Maringá, Paraná, Brasil
  • 22:09 (UTC -03:00)
  • LinkedIn in/vitorbritob
Block or Report

Block or report vitorgoat

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
vitorgoat/README.md
Sou implantador de sistemas web ERP voltados para indústrias, já atuei como desenvolvedor web, e atualmente estou focado em aprimorar minhas habilidades no desenvolvimento backend e desbravar novas tecnologias.

About me


public class SobreMim
{
    public string Nome { get; set; } = "Vitor Brito";
    public string[] Tecnologias { get; set; } = new string[]
    {
        "C#", "ASP.NET Core", "Entity Framework", "SQL Server", "Docker",
        "HTML", "CSS", "Bootstrap"
    };
    public override string ToString()
    {
        return $"Me chamo {Nome}, e desenvolvo habilidades utilizando as tecnologias: {string.Join(", ", Tecnologias)}.";
    }
}

public class Habilidades
{
    public string[] Linguagens { get; set; } = new string[]
    {
        "C#"
    };

    public string[] BancoDeDados { get; set; } = new string[]
    {
        "Microsoft SQL Server"
    };

    public string[] Ferramentas { get; set; } = new string[]
    {
        "Azure Data Studio",
        "Postman Json",
        "Visual Studio Code",
        "GitHub"
    };
}

Pinned

  1. crud-asp-net-core-mvc crud-asp-net-core-mvc Public

    C#

  2. Minimal-Api Minimal-Api Public

    C#

  3. Calculadora Calculadora Public

    C#