class Developer {
constructor() {
this.name = "Mohamed";
this.location = "Nouakchott, Mauritania π²π·";
this.role = "Junior Full-Stack Developer";
this.workingOn = ["Web Development", "API Design", "System Programming", "Mobile Application"];
this.languages = ["JavaScript", "TypeScript", "Python", "Java", "C++", "PHP", "Dart"];
this.databases = ["MySQL", "MongoDB", "Firebase"];
this.cloud = ["Docker", "Linux"];
this.challenge = "Building the next big thing!";
}
getCurrentStatus() {
return {
coding: "24/7",
learning: "Advanced System Design",
collaborating: "Open Source Projects",
dreaming: "Changing the world with code β¨"
};
}
getLife() {
return ["gonne","Code", "Eat", "Sleep", "Repeat"];
}
}
const Mohamed = new Developer();
- π Currently Working: Academic and personal development projects
- π Learning: Advanced software architecture and cloud technologies
- π‘ Goal: Contributing to open-source projects and building impactful applications
- β‘ Hobbies: Coding, exploring new tech trends, and connecting with developers worldwide
"Clean code always looks like it was written by someone who cares."
- Robert C. Martin
- π― Quality over Quantity: Writing maintainable, scalable code
- π Continuous Learning: Staying updated with latest technologies
- π€ Collaboration: Believing in teamwork and knowledge sharing
- π‘ Problem Solving: Finding elegant solutions to complex challenges