Skip to content
View OrangePixelEye's full-sized avatar
🍊
🍊
Block or Report

Block or report OrangePixelEye

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
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

  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. EasyWay EasyWay Public archive

    Java

  5. FatecAmericanaCollection FatecAmericanaCollection Public

    Here i will put my school's codes

    Java

  6. react-complete-guide react-complete-guide Public

    Code generated following the "React - The Complete Guide" course (https://acad.link/reactjs)

    JavaScript