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


