Files
poyraz-portfolio/data/education.ts
T

19 lines
637 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 EDUCATION = [
{
id: "ostim-university",
title: "Yazılım Mühendisliği (2. Sınıf)",
institution: "OSTİM Teknik Üniversitesi",
period: "2024 - Günümüz",
description:
"Yazılım temelleri, ürün bakış açısı ve disiplinler arası proje geliştirme alanlarında kendimi geliştirmeye devam ediyorum.",
},
{
id: "high-school",
title: "Lise",
institution: "Tuşba Fen Lisesi",
period: "2020 - 2024",
description:
"Temel mühendislik ve analitik düşünme yetkinliklerimi geliştirirken web ve mobil projeler üreterek pratik yaptım.",
},
] as const;