Skip to content
View OrangePixelEye's full-sized avatar
🍊
🍊
  • Brazil
  • 01:39 (UTC -03:00)

Organizations

@zupah-tech

Block or report OrangePixelEye

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
OrangePixelEye/README.md

🐱‍👤 Welcome to my profile 🐱‍👤



(☞゚ヮ゚)☞ About me: ☜(゚ヮ゚☜)

class FullStackDeveloper {
    name:  string;
    role: string;
    communicationLanguages: Array<string>;
    programmingLanguages: Array<string>;
    hobbies: Array<string>;
    databases: Array<string>;
    learning: Array<string>;
    frameworks: Array<string>;

    constructor() {
        this.name = "Felipe Batista";
        this.role = "Full Stack Developer Typescript";
        this.communicationLanguages = ["pt_BR", "en_US"];
        this.databases = ["MySQL"];
        this.frameworks = ["Vue js", "Nest JS", "NextJS"];
        this.programmingLanguages = ["php", "typescript", "gdscript", "C#" ];
        this.hobbies = ["games", "music", "reading", "game development"];
        this.learning = ["HTMX", "bass"];
    }

    sayHello() {
        console.log("Thanks for dropping by");
    }
}

const me = new FullStackDeveloper();
me.say_hello();


ᓚᘏᗢ Contacts: ᓚᘏᗢ

  

Popular repositories Loading

  1. OrangePixelEye OrangePixelEye Public

    General Kenobi...

    1 1

  2. DigitalInnovationOneCollections DigitalInnovationOneCollections Public

    This repo refers to all the exercises and annotations related to the Digital Innovation One's courses.

    1

  3. ExerciciosDotnet ExerciciosDotnet Public

    Alguns exercicios feitos em c#

    C# 1

  4. Tcc_Bill_Games Tcc_Bill_Games Public

    My old school's final project

    Java

  5. EasyWay EasyWay Public archive

    Java

  6. FatecAmericanaCollection FatecAmericanaCollection Public

    Here i will put my school's codes

    Java