Coder Social home page Coder Social logo

Hi there, PH here 👋

Linkedin Badge Mail Me!

public class Human {

  protected string Name { get; set;}
  protected string Nationality { get; set; } 
  protected string Me { get; set; }
  
  public string FavoriteBand { get; set; }
  public List<object> Technologies { get; set; } = new List<object>();
  public List<string> Languages {get; set;} = new List<string>();

  public Human() {

    // About me
    this.Name = "Paulo Henrique";
    this.Nationality = "Brazilian";
    this.FavoriteBand = "Hands Like House";
    this.Me = "Music enthusiastic | Programming lover ❤";

    // Tecnologies
    this.Technologies.Add(new 
    {
        Javascript = new string[]     { "ReactJS", "Appium", "Nodejs" },
        Csharp = new string[]         { ".NET Core", "ASP.NET Core", "LINQ", "Universal Windows Platform" },
        APIs = new string[]           { "REST", "OData", "SOAP" },
        CloudComputing = new string[] { "Azure", "Azure Functions", "Azure Blob Storage" }
    });

    //Languages
    this.Language.Add("Fluent Portuguese");
    this.Language.Add("Intermediate English");
  }
}

💬 Let's talk about C# and Javascript?

Paulo Henrique's Projects

amazon-book-search icon amazon-book-search

Utilizando princípios de BDD realizando Automação de Testes com Ruby, Cucumber e Capybara

github-blog icon github-blog

A github-blog page that was created only for education

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.