class Ahmed_Haddaji {
constructor() {
this.name = 'Ahmed Haddaji';
this.age = '21';
this.email = 'ahmedhaddajiahmed@gmail.com';
}
workExperience() {
return [
{ '2020-now' : 'Full-stack Game Developer' },
{ '2024-now' : 'Full-stack Developer' },
];
}
education() {
return [
{ '2021-2022' : 'Bachelor of Computer Science' },
{ '2023-2024' : 'isimg Gabes - Computer Science (IT)' }
];
}
skills() {
return [
'HTML', 'CSS', 'Node.js', 'Bootstrap', 'SCSS/Less', ,
'Tailwind', 'JavaScript', 'Python', 'C', 'C++', ,
'npm/yarn/pnpm', 'TypeScript', 'SQL', 'PostgreSQL', 'React', ,
'Nextjs', 'Unity', 'C#', 'PHP', 'MongoDB', ,
'MySQL', 'PlayFab', 'Photoshop', 'Motion design', 'Rust', ,
'Java', 'Android Studio', 'Git', 'Godot', 'GDScript'
];
}
}