class WhoAmI {
public:
// Basic Info
std::string name = "Najd Elaoud";
std::string role = "Embedded Systems & Electronics Student";
std::string location = "Tunisia 🇹🇳";
std::string current_work= "Exploring embedded systems and building small projects";
// Interests & Hobbies
std::vector<std::string> hobbies = {
"Playing video games 🎮",
"Working out 💪",
"Reading manga 📖",
"Exploring new technologies 🚀",
"Being up all night fixing THAT ONE BUG... 🐞🔥"
};
void Ambitions() {
MasterEmbeddedSystems(); // Deep dive into low-level & hardware
BuildRoboticsProjects(); // Smarter, more autonomous systems
LearnGerman(); // Because why not? 🌍
// ...and keep leveling up every single day ⚡
}
};📊 GitHub Stats
🤣 Bonus Fun Zone
💡 Dev Quotes & Truths
"It works on my machine." – Every Developer Ever
"Programming is 10% writing code and 90% fixing why it didn’t work."
"There are two ways to write error-free programs; only the third one works." 😅
"To understand recursion, you must first understand recursion." 🔁
"while(true) { coffee++; bugs--; } ☕🐞"

