Files

52 lines
1.1 KiB
TypeScript
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
export const EXPERIENCE = [
{
id: "omedya-part-time",
role: {
tr: "Fullstack Developer (Part-time)",
en: "Fullstack Developer (Part-time)",
},
company: "Omedya Bilişim A.Ş.",
period: {
tr: "Ağustos 2025 - Günümüz",
en: "August 2025 - Present",
},
current: true,
},
{
id: "omedya-intern",
role: {
tr: "Fullstack Developer Stajyeri",
en: "Fullstack Developer Intern",
},
company: "Omedya Bilişim A.Ş.",
period: {
tr: "Haziran 2025 - Ağustos 2025",
en: "June 2025 - August 2025",
},
},
{
id: "arc-intern",
role: {
tr: "Fullstack Developer Stajyeri",
en: "Fullstack Developer Intern",
},
company: "ARC Foreign Trade",
period: {
tr: "Şubat 2025 - Haziran 2025",
en: "February 2025 - June 2025",
},
},
{
id: "tarvina-intern",
role: {
tr: "Fullstack Developer Stajyeri",
en: "Fullstack Developer Intern",
},
company: "Tarvina Software Technologies",
period: {
tr: "Ekim 2024 - Aralık 2024",
en: "October 2024 - December 2024",
},
},
] as const;