Git Product home page Git Product logo
	
public class Profile
{
    public string name { get; set; }
    public int age { get; set; }
    public string city { get; set; }
    public string[] Skills { get; set; }
}
public class Developer
{
   public Profile getDevFullstack()
    {
      Profile Dev = new Profile();
      Dev.name = "Willian gomes Vitor";
      Dev.age = 24;
      Dev.city = "Belo Horizonte | MG";
      Dev.Skills = new string[] { "ReactJS-TS", "C#", "Aspx", "NodeJS-TS", "Docker", "SQL Server", "Power BI", "SSIS"};

     return Dev;
   }
}

Vitor Willian's Projects

abstergo icon abstergo

Node JS API RestFull + Microsoft SQL + JWT Example + Swagger + Jest Test

arthas icon arthas

NODEJS - API Node feito para consultas de Embedded Token e AccessToken da microsoft para uso no Power BI.

illidan icon illidan

Node JS API RestFul - JWT - Socket IO - Knex(MSSQL)

illidanweb icon illidanweb

Aplicação React JS com Typescript + Web Socket

maievserver icon maievserver

API .NetCore + Swagger + Entity FrameWork + ExceptionClass + XUnityTest

maievweb icon maievweb

Projeto em ReactJS com TypeScript Parte Web do Projeto Maiev

supernova icon supernova

API em C# com um grud simples para controle de facas de uma grafica.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.