Files
poyraz-portfolio/data/education.ts
T

32 lines
1.1 KiB
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 EDUCATION = [
{
id: "ostim-university",
title: {
tr: "Yazılım Mühendisliği (3. Sınıf)",
en: "Software Engineering (Junior)",
},
institution: "OSTİM Teknik Üniversitesi",
period: {
tr: "2024 - Günümüz",
en: "2024 - Present",
},
description: {
tr: "Yazılım temelleri, ürün bakış açısı ve disiplinler arası proje geliştirme alanlarında kendimi geliştirmeye devam ediyorum.",
en: "Continuing to develop my skills in software foundations, product perspective, and interdisciplinary project development.",
},
},
{
id: "high-school",
title: {
tr: "Lise",
en: "High School",
},
institution: "Tuşba Fen Lisesi",
period: "2020 - 2024",
description: {
tr: "Temel mühendislik ve analitik düşünme yetkinliklerimi geliştirirken web ve mobil projeler üreterek pratik yaptım.",
en: "Practiced by building web and mobile projects while developing my basic engineering and analytical thinking skills.",
},
},
] as const;