27 lines
721 B
TypeScript
27 lines
721 B
TypeScript
export const certifications = {
|
|
title: 'Certifications & Achievements',
|
|
subtitle: 'My professional qualifications and continuous learning',
|
|
certificationItems: [
|
|
{
|
|
name: 'Practical Prompt Engineering Masterclass: Hands-On Learning',
|
|
issuer: 'Udemy Lecture - Asif Farooqi, Abdullah Dar',
|
|
},
|
|
{
|
|
name: 'Understanding Typescript',
|
|
issuer: 'Udemy Lecture - Maximilian Schwarzmüller',
|
|
},
|
|
{
|
|
name: 'Angular Step by Step',
|
|
issuer: 'Udemy Lecture - Shivprasad Koirala',
|
|
},
|
|
{
|
|
name: 'Angular and Typescript',
|
|
issuer: 'LinkedIn TestDome',
|
|
},
|
|
{
|
|
name: 'Bachelor of Science in Computer Science',
|
|
issuer: 'TU Darmstadt',
|
|
},
|
|
],
|
|
};
|