// Developer Profile
const developer = Developer(
id: 1108,
name: "Erkin Ovlyagulyyev",
role: "Mobile Engineer",
company: "https://www.sputnik8.com",
location: "Istanbul, Turkey"
);
// Contact Information
const contacts = ContactInfo(
developerId: 1108,
email: "mail@erkin.me",
telegram: "@erknvl"
instagram: "@erknvl"
github: "@erknvl"
linkedin: "@erknvl"
);
// TO-DO: I'll add more data, but for now
// you can just type to ask AI anything