Skip to content
View raahimfareed's full-sized avatar

Highlights

  • Pro

Organizations

@CUST-Developers

Block or report raahimfareed

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

Hi, I'm Raahim 👋

My Code

class Me:
    def __init__(self):
        self.name = "Raahim Fareed"
        self.operating_systems = "Arch Linux"
        self.vocal_languages = [
            "English",
            "Urdu"
        ]
        self.programming_languages = [
            "JavaScript",
            "TypeScript",
            "PHP",
            "C++",
            "Python",
            "HTML",
            "CSS",
            "Bash"
        ]
        self.technologies = {
            "FrontEnd": [
                "ReactJS",
                "TailwindCSS",
                "Bootstrap",
                "SASS"
            ],
            "Backend": [
                "Laravel",
                "Flask",
            ],
            "Game Development": [
                "Unity",
            ],
            "Databases": [
                "MySQL",
                "PostgreSQL",
                "SQLite"
            ],
            "Source Control": [
                "Git"
            ],
            "Other": [
                "Arduino"
            ]
        }
        self.hobbies = [
            "Coding",
            "Basketball",
            "Gaming",
            "Cubing"
        ]
        print("Hello World!")

Top Langs

Support:

raahimfareed



raahimfareed

Pinned Loading

  1. pine pine Public template

    A minimal PHP web framework

    PHP 3

  2. note-taker note-taker Public

    A note taking web app made in Laravel 8

    PHP