Skip to content
View MohamedRafshan's full-sized avatar

Highlights

  • Pro

Block or report MohamedRafshan

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

Hi there πŸ‘‹

Welcome to my GitHub profile! I'm Rafshan Rakeeb, an undergraduate student specializing in Computer Science & Engineering at the University of Moratuwa. I have a passion for technology, coding, and teaching. Here’s a bit more about me:

class Iam {
    constructor() {
        this.username = 'mohamedRafshan';
        this.location = 'Ampara, Sri Lanka';
        this.currentEducation = {
            institutes: [ "University of Moratuwa"],
            majors: ["Software Engineering", "Computer Science and Engineering", "Web Development"]
        };
        this.currentlyLearning = {
            1: "Java",
            2: "React Native",
        };
        this.funFact = "Love for Adventure Sports πŸ„β€β™‚οΈ!";
        this.hobbies = [
            'Bike Ride',
            'Cricket',
            'Chilling 😎',
            'Coding πŸ’»',
            'Sci-Fi Movies πŸŽ₯'
        ];
    }

    getCity() {
        return "Ampara, Sri Lanka";
    }

    ambitions() {
        return [
            "Become an Engineer",
            "Do New Things",
            "Enjoy Life"
        ];
    }

    toString() {
        let profile = `
        Username: ${this.username}
        Location: ${this.location}
        Education:
        - Institutes: ${this.currentEducation.institutes.join(", ")}
        - Majors: ${this.currentEducation.majors.join(", ")}
        Currently Learning:
        `;
        for (const key in this.currentlyLearning) {
            profile += `  ${key}. ${this.currentlyLearning[key]}\n`;
        }
        profile += `
        Fun Fact: ${this.funFact}
        Hobbies:
        `;
        this.hobbies.forEach(hobby => {
            profile += `  - ${hobby}\n`;
        });
        profile += `
        City: ${this.getCity()}
        Ambitions:
        `;
        this.ambitions().forEach(ambition => {
            profile += `  - ${ambition}\n`;
        });
        return profile;
    }
}

const rafshan = new Iam();
console.log(rafshan.toString());

πŸ“Š GitHub Stats:

Man Technologist Skills

Gear Languages

My Skills

Link Web Development

React Native HTML CSS Next.js Express

Link Testing Tools

Jest Jira Selenium JMeter

πŸ“« How to Reach Me


⚑ Fun Fact:

Coding is like building a new world! When you're stuck in a bug, it's like solving a puzzle, and when it works β€” it's pure magic! ✨

Note

Coding is like humor. If you have to explain it, it’s probably bad.

Tip

Remember, "Hello, World!" is not just a phrase, it's a lifestyle.

Important

There are 10 types of people in the world: Those who understand binary and those who don’t.

Warning

Debugging: Removing the needles from the haystack. Coding: Adding new needles to the haystack.

Caution

Beware of code that compiles on the first run. It likely hides some evil trickery.

Popular repositories Loading

  1. Employee_Management- Employee_Management- Public

    JavaScript 1

  2. AWS_CD_react AWS_CD_react Public

    CSS 1

  3. Docker_sample_front_Back Docker_sample_front_Back Public

    JavaScript 1

  4. Check_workFlow_GitHub Check_workFlow_GitHub Public

    JavaScript 1

  5. micro_services_sample micro_services_sample Public

    JavaScript 1

  6. FinalProjectDepSample FinalProjectDepSample Public

    JavaScript 1