Skip to content
View jpmmatias's full-sized avatar

Block or report jpmmatias

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

Hello there 👋

visitors Open Source Love

class SoftwareEngineer {
    name: string;
    role: string;
    languageSpoken: string[];

    constructor() {
        this.name = "João Pedro Matias";
        this.role = "Software Engineer";
        this.languageSpoken = ["pt_BR", "en_US"];
    }

    sayHi(): void {
        console.log("Thanks for dropping by, hope you find some of my work interesting.");
    }
}

const me = new SoftwareEngineer();
me.sayHi();

🔧 Technologies & Tools

🏆 GitHub Trophies

trophy

Popular repositories Loading

  1. ally ally Public

    CSS 1 1

  2. jpmmatias jpmmatias Public

    1

  3. blockchain_demo_whith_python blockchain_demo_whith_python Public

    Python 1

  4. adventuregame adventuregame Public

    C# 1

  5. rinha-frontend rinha-frontend Public

    Forked from codante-io/rinha-frontend

    Repositório oficial da Rinha de Front-end

    TypeScript 1

  6. react-native-maps react-native-maps Public

    Forked from react-native-maps/react-native-maps

    React Native Mapview component for iOS + Android

    Objective-C 1