class SoftwareEngineer {
constructor() {
this.name = "Mossab Arektout";
this.location = "๐ฒ๐ฆ Rabat, Morocco";
this.education = "ENSIAS";
this.role = "Software Engineer & AI Engineer";
this.passions = [
"Artificial Intelligence",
"Full-Stack Development",
"Open Source",
"Problem Solving"
];
}
getDailyRoutine() {
return "Code โ Learn โ Build โ Deploy โ Repeat ๐";
}
getLifePhilosophy() {
return "Stay hungry, stay foolish, stay coding! ๐ก";
}
}
const mossab = new SoftwareEngineer();๐ฅ Core Technologies
---
class PersonalLife:
def __init__(self):
self.hobbies = ["๐ธ Music", "๐ Reading", "โ๏ธ Chess", "โฝ Football"]
self.interests = ["๐ Space Tech", "๐จ Design", "๐ฏ Productivity"]
self.currently_reading = "Clean Architecture by Robert C. Martin"
self.favorite_quote = "The only way to do great work is to love what you do"
def weekend_routine(self):
activities = ["Code side projects", "Learn new tech", "Contribute to OSS"]
return f"Weekends = {' โ '.join(activities)} ๐"
life = PersonalLife()
print(life.weekend_routine())
# Output: Weekends = Code side projects โ Learn new tech โ Contribute to OSS ๐|
|
|
|
|
โ
Collaboration on innovative projects
โ
Freelance opportunities
โ
Tech discussions & mentorship
โ
Open source contributions
โญ From Mossab Arektout with ๐
"Code is like humor. When you have to explain it, it's bad!" ๐


