Skip to content
View 3mmarYasser's full-sized avatar
🎯
Focusing
🎯
Focusing

Highlights

  • Pro

Block or report 3mmarYasser

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
3mmarYasser/README.md
  _   _                  _____   _   _ U _____ u  ____   U _____ u      
 |'| |'|    ___         |_ " _| |'| |'|\| ___"|U |  _"\ u\| ___"|/      
/| |_| |\  |_"_|          | |  /| |_| |\|  _|"  \| |_) |/ |  _|"        
U|  _  |u   | |          /| |\ U|  _  |u| |___   |  _ <   | |___        
 |_| |_|  U/| |\u       u |_|U  |_| |_| |_____|  |_| \_\  |_____|       
 //   \.-,_|___|_,-.    _// \\_ //   \\ <<   >>  //   \\_ <<   >>       
(_") ("_\_)-' '-(_/    (__) (__(_") ("_(__) (__)(__)  (__(__) (__)    
class ComputerEngineer {
    name: string;
    role: string;
    languagesSpoken: string[];
    passions: string[];

    constructor() {
        this.name = "Ammar Yasser";
        this.role = "Computer Engineer";
        this.languagesSpoken = ["English", "Arabic"];
        this.passions = ["Building intuitive user interfaces", "Exploring new technologies", "Solving complex problems"];
    }

    introduce(): void {
        console.log(`Hello, I'm ${this.name}, a passionate ${this.role}.`);
        console.log(`I speak ${this.languagesSpoken.join(' and ')}.`);
        console.log(`I'm passionate about: ${this.passions.join(', ')}.`);
    }

    engage(): void {
        console.log("I'm excited to share my projects with you! Feel free to explore and connect.");
    }
}

const me = new ComputerEngineer();
me.introduce();
me.engage();

πŸš€πŸ’» Technologies & Tools

Git GitHub GitLab BitBucket VS Code IntelliJ Postman Node.js React TypeScript NestJS Tailwind CSS MySQL MongoDB Docker GraphQL Linux Python

πŸ“ˆ My Coding Stats

Stack Overflow Stats
github-snake

Pinned Loading

  1. react-toast-plus react-toast-plus Public

    TypeScript 7 1

  2. path-finding path-finding Public

    TypeScript 1