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 Public

    Lua

  2. rentx Public

    Project developed under the rocketseat ignite course

    TypeScript

  3. typescript-settings Public

    My linter's settings of typescript

    JavaScript

  4. node-typescript-boilerplate Public

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

    TypeScript

522 contributions in the last year

Contribution Graph
Day of Week March April May June July August September October November December January February March
Sunday
Monday
Tuesday
Wednesday
Thursday
Friday
Saturday
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More

Activity overview

Loading A graph representing PaulosSouza's contributions from March 24, 2024 to March 29, 2025. The contributions are 100% commits, 0% issues, 0% pull requests, 0% code review.   Code review   Issues   Pull requests 100% Commits

Contribution activity

March 2025

PaulosSouza has no activity yet for this period.
Loading