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" };
}
}
}
}
- Santo André - SP
- in/carlos-alberto-gomediano-neto-7238a9210
Popular repositories Loading
-
RepositoryDevops-NGPizza-s
RepositoryDevops-NGPizza-s PublicEsse 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
-
-
dio-lab-open-source
dio-lab-open-source PublicForked from digitalinnovationone/dio-lab-open-source
Repositório do lab "Contribuindo em um Projeto Open Source no GitHub" da Digital Innovation One.
Jupyter Notebook
-
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.