- 7th Semester Software Engineering Student
- Flutter Developer — GetX, Firebase, REST APIs
- Unity + C# Gameplay Logic & Mechanics
- Full-Stack Developer — PHP / Laravel / MySQL
- Focused on scalable systems and clean, maintainable code
class NojaidAd {
final String name = "Nojaid Abdullah Issa";
final int age = 22;
final String role = "Software Engineer";
final Map<String, List<String>> skills = {
"Mobile Development": ["Flutter", "Dart", "GetX", "Firebase"],
"Backend": ["PHP", "Laravel", "MySQL"],
"Web": ["HTML", "CSS", "JavaScript"],
"Game Dev": ["Unity", "C#"],
"Desktop Apps": ["Java Swing"],
};
final List<String> interests = [
"Software Engineering",
"Team Work",
"Mobile App Development",
"Game Development",
"Backend Systems",
"UI/UX Design",
];
void work() {
print("$name is currently building amazing apps...");
}
@override
String toString() {
return "$name, a $age y.o $role passionate about building powerful systems.";
}
}





