Files
poyraz-portfolio/data/experience.ts
T

27 lines
669 B
TypeScript
Raw 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: "Fullstack Developer (Part-time)",
company: "Omedya Bilişim A.Ş.",
period: "Ağustos 2025 - Günümüz",
},
{
id: "omedya-intern",
role: "Fullstack Developer Intern",
company: "Omedya Bilişim A.Ş.",
period: "Haziran 2025 - Ağustos 2025",
},
{
id: "arc-intern",
role: "Fullstack Developer Intern",
company: "ARC Foreign Trade",
period: "Şubat 2025 - Haziran 2025",
},
{
id: "tarvina-intern",
role: "Fullstack Developer Intern",
company: "Tarvina Software Technologies",
period: "Ekim 2024 - Aralık 2024",
},
] as const;