Skip to content
View Wayde-Ouadie's full-sized avatar
:shipit:
Coding
:shipit:
Coding
  • 1337 Coding School
  • Casablanca, Morocco
  • 17:00 (UTC)
  • LinkedIn in/oel-feng

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
#include <iostream>
#include <string>
using namespace std;

class Developer {
  private:
    string fullName = "Ouadie El Fengour";
    string location = "Casablanca, Morocco";
    string hobbies = "Chess, Formula 1, Gaming and Football.";

  protected:
    string title = "Junior Software Engineer - DevOps and SRE Enthusiast";
    string description = "Results-oriented Junior Software Engineer specializing in Infrastructure design.";
    string affiliation = "Student at 1337 Coding School (42 Network)";

  public:
    Developer() {
        cout << "Working on the next best thing..." << endl;
    }
    
    ~Developer() {
        cout << "No coffee found, initiating sleep sequence..." << endl;
    }
};

Languages and Tools:


Education:

1337 Coding School - Advance Core
DevOps & Cloud infrastructure
2026 - present

1337 Coding School - Common Core
Computer Science, Software Engineering
2023 - 2026

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


Connect with me:

Popular repositories Loading

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

    C++ 4 1

  2. Born2beroot-42 Born2beroot-42 Public

    Born2beroot project for the 42 Network.

    Shell 1

  3. Colya Colya Public

    JavaScript 1

  4. pool1337kh pool1337kh Public

    Forked from reka81/pool1337kh

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

    C 1

  5. Exam-Rank-06 Exam-Rank-06 Public

    C 1

  6. OpenSource-SRE OpenSource-SRE Public

    OpenSource DevOps Hackaton

    Python 1