#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;
}
};
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

