Skip to content
View PaulosSouza's full-sized avatar
🏠
Working from home
🏠
Working from home

Block or report PaulosSouza

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
PaulosSouza/README.md

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?

Pinned Loading

  1. dotfiles dotfiles Public

    Lua

  2. rentx rentx Public

    Project developed under the rocketseat ignite course

    TypeScript

  3. typescript-settings typescript-settings Public

    My linter's settings of typescript

    JavaScript

  4. node-typescript-boilerplate node-typescript-boilerplate Public

    A typescript template for your projects. It includes prettier and eslint code style.

    TypeScript