27 lines
716 B
TypeScript
27 lines
716 B
TypeScript
export const certifications = {
|
|
title: 'Zertifizierungen & Erfolge',
|
|
subtitle: 'Meine beruflichen Qualifikationen und kontinuierliche Weiterbildung',
|
|
certificationItems: [
|
|
{
|
|
name: 'Practical Prompt Engineering Masterclass: Hands-On Learning',
|
|
issuer: 'Udemy Kurs - Asif Farooqi, Abdullah Dar',
|
|
},
|
|
{
|
|
name: 'Understanding Typescript',
|
|
issuer: 'Udemy Kurs - Maximilian Schwarzmüller',
|
|
},
|
|
{
|
|
name: 'Angular Step by Step',
|
|
issuer: 'Udemy Kurs - Shivprasad Koirala',
|
|
},
|
|
{
|
|
name: 'Angular and Typescript',
|
|
issuer: 'LinkedIn TestDome',
|
|
},
|
|
{
|
|
name: 'Bachelor of Science in Informatik',
|
|
issuer: 'TU Darmstadt',
|
|
},
|
|
],
|
|
};
|