33 lines
1.1 KiB
TypeScript
33 lines
1.1 KiB
TypeScript
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",
|
||
},
|
||
current: true,
|
||
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;
|