EN / RU / TK
// Developer Profile
const profile = Developer(
id: 0x454,
name: "Erkin Ovlyagulyyev",
);

// Work Experience
final List<Experience> experiences = [...];

// Contact Information
const contacts = ContactInfo(
developer_id: 0x454,
socials: {
handle: "@erknvl",
platforms: [...]
}
);
// TO-DO: I'll add more data, but for now
// you can just type to ask anything
// in this terminal