Skip to content
View Wayde-Ouadie's full-sized avatar
:shipit:
Coding
:shipit:
Coding
  • 1337 Coding School
  • Casablanca, Morocco
  • 15:30 (UTC +01:00)

Highlights

  • Pro

Block or report Wayde-Ouadie

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
Wayde-Ouadie/README.md
class Developer {
  fullName: string = "Ouadie El Fengour";
  title: string = "Software Engineer";
  affiliation: string = "Student at 1337 Coding School, part of the 42 Network";
  description: string = "Passionate software engineer with expertise in web development" +
                        " and low-level programming, always experimenting with" +
                        " different technologies, striving to always learn.";
  hobbies: string = "Reading novels and man(ga/hua/hwa)s," +
                    " watching F1 (McLaren Fan)" +
                    " and Football (Wydad Casablanca + Real Madrid).";

  constructor() {
    console.log("Working on the next best thing...");
  }

  destructor() {
    console.log("No coffee found, initiating sleep sequence...");
  }
};

Languages and Tools:


Education:

1337 Coding School
Computer Science, Software Engineering
2023 - Present

Faculté des sciences Aïn Chock
Bachelor's degree, Computer Science and Mathematics
2020 - 2023


Connect with me:


Top Languages

GitHub Streak

Popular repositories Loading

  1. Exam-Rank-05 Exam-Rank-05 Public

    C++ 5 1

  2. Born2beroot-42 Born2beroot-42 Public

    Born2beroot project for the 42 Network.

    Shell 1

  3. pool1337kh pool1337kh Public

    Forked from reka81/pool1337kh

    New exercices that popped up in the 42/1337 exams.

    C 1

  4. Exam-Rank-06 Exam-Rank-06 Public

    C 1 1

  5. Wayde-Ouadie Wayde-Ouadie Public

    Config files for my GitHub profile.

  6. Libft-42 Libft-42 Public

    Libft project for the 42 Network.

    C