class OmarHarkous extends Developer {
constructor() {
super();
this.name = "Omar Harkous";
this.title = "Full-Stack Alchemist";
this.location = "Digital Realm";
this.languages = ["JavaScript", "TypeScript", "Python"];
this.currentlyLearning = "The Art of Digital Magic";
this.lifePhilosophy = "Code is Poetry, Bugs are Plot Twists";
}
getSkills() {
return {
frontend: ["Reactโ๏ธ", "Next.js๐ฅ", "TypeScript๐"],
backend: ["Node.js๐ข", "Expressโก", "Python๐"],
database: ["MongoDB๐", "MySQL๐ฌ", "Supabaseโก"],
tools: ["Git๐ฅ", "Vercel๐", "VS Code๐"],
superpowers: ["Debugging๐ป", "Coffee2Codeโ", "Ctrl+Z๐"]
};
}
executeDay() {
while(awake) {
code();
debug();
coffee++;
if(bugs.length === 0) break; // Never happens ๐
}
}
} |
โก POWER LEVELS โก
๐ฏ ACHIEVEMENTS UNLOCKED
|
๐ก "First, solve the problem. Then, write the code." - John Johnson
๐ "The best error message is the one that never shows up." - Thomas Fuchs
โก "Talk is cheap. Show me the code." - Linus Torvalds
๐ "Code is like a joke. If you have to explain it, it's bad." - Cory House