- π» Full-Stack Web Developer specializing in Laravel, Backend APIs, and modern web architectures
- π¨ Frontend Developer experienced in building responsive and user-friendly interfaces using HTML, CSS, JavaScript, and modern frameworks
- π± Mobile Developer with experience in Flutter & cross-platform app development
- π Bachelorβs in Mobile Computing β Islamic University of Gaza
- π Palestinian Developer passionate about impactful tech solutions
- π§ Focused on building scalable, clean, and maintainable software systems with great user experience
// About Me in Code Style
class Developer {
final String name = "Fathiyeh Mousa";
final String role = "Full-Stack Web Developer";
final List<String> skills = [
"Laravel",
"REST APIs",
"MySQL",
"Android",
"Flutter",
"MongoDB",
"Javascript"
];
}
