Skip to content
View netovski's full-sized avatar

Block or report netovski

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
netovski/README.md
using System;
using System.Collections.Generic;

namespace Desenvolvedor
{
    public class Netovski
    {
        public class SobreMim : Netovski
        {
            public string Name { get; set; }
            public string Role { get; set; }
            public string Local { get; set; }
    
            public SobreMim()
            {
                Name = "Carlos ou Neto, como preferir!";
                Role = "Software Engineer";
                Local = "São Paulo";
            }
        }
    
        public class Skills : Netovski
        {
            public List<string> Languages { get; set; }
            public List<string> Frameworks { get; set; }
            public List<string> Databases { get; set; }
            public List<string> Miscellaneous { get; set; }
    
            public Skills()
            {
                Languages = new List<string> { "Python", "C#", "JavaScript", "Java" };
                Frameworks = new List<string> { "ASP.NET Core", "Blazor", "Bootstrap", "Entity Framework" };
                Databases = new List<string> { "MySQL", "PostgreSQL", "MongoDB", "SQLite" };
                Miscellaneous = new List<string> { "Github", "Git", "Bitbucket", "Docker" };
            }
        }
    }
}

netovski

Como me Encontrar:

LinkedIn Badge GitHub Badge Instagram Badge

Estatísticas do GitHub:

Estatísticas do GitHub

netovski

Popular repositories Loading

  1. Ebook-DIO Ebook-DIO Public

    1

  2. RepositoryDevops-NGPizza-s RepositoryDevops-NGPizza-s Public

    Esse projeto tem o intuito de implementar as praticas do Devops na empresa de delivery NGPizza’s, com o objetivo de qualificar e agilizar todos os processos independentes da empresa facilitando a u…

    HTML

  3. portifolio-frontend portifolio-frontend Public

    HTML

  4. dio-lab-open-source dio-lab-open-source Public

    Forked from digitalinnovationone/dio-lab-open-source

    Repositório do lab "Contribuindo em um Projeto Open Source no GitHub" da Digital Innovation One.

    Jupyter Notebook

  5. netovski netovski Public

    Config files for my GitHub profile.

  6. curso_dio curso_dio Public

    Python