I'm a software engineer . Think of me as the master chef of code , making software dishes with precision and creativity. Just as a chef blends ingredients to perfection, I craft code, mixing technologies seamlessly. With a taste for innovation , 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) {}
}