I'm a software engineer
, I'm always exploring new flavors in the world of software engineering, serving up solutions that delight
class SoftwareEngineer {
name = 'Ayyoub Essadeq';
hobby = 'Chess, Video Games, Ping Pong..';
code = ['Java', 'JavaScript', 'Typescript', 'Python'];
coding() {}
solve(problem : Problem) {}
}