- ๐จโ๐ป 7th Semester Software Engineering Student
- ๐ฑ Flutter Developer โ GetX, Firebase, REST APIs
- ๐ฎ Unity + C# Gameplay Logic & Mechanics
- ๐ FullโStack Developer โ PHP / Laravel / MySQL
- ๐จ UI/UX Designer โ Clean Interfaces & Smooth Animations
- ๐ Passionate about scalable systems & highโquality software
- ๐ Portfolio: **https://nojaid-ad.github.io/Portfolio/
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",
"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 Software Engineer passionate about building powerful systems.";
}
}



