// Developer Profile
const profile = Developer(
id: 0x454,
name: "Erkin Ovlyagulyyev",
location: "Ashgabat, Turkmenistan"
);
// Work Experience
final List<Experience> experiences = [...];
Experience(
role: "Mobile Engineer",
company: "@sputnik8",
period: "2021 – present",
),
Experience(
role: "Mobile Developer",
company: "@asman_oky",
period: "2018 – 2021",
),
];
// Contact Information
const contacts = ContactInfo(
developer_id: 0x454,
email: "mail@erkin.me",
socials: {
handle: "@erknvl",
platforms: [...]
}
);
// TO-DO: I'll add more data, but for now
// you can just type to ask anything
// in this terminal