updating certificates

This commit is contained in:
Sascha 2025-09-18 10:37:28 +02:00
parent d39ceb7e9f
commit 9b985e07b6
1 changed files with 4 additions and 4 deletions

View File

@ -12,20 +12,20 @@ export default function CertificationsSection({
subtitle = "My professional qualifications and continuous learning", subtitle = "My professional qualifications and continuous learning",
certifications = [ certifications = [
{ {
name: "Prompt Engineering from Scratch", name: "Practical Prompt Engineering Masterclass: Hands-On Learning",
issuer: "Udemy", issuer: "Udemy Lecture - Asif Farooqi, Abdullah Dar",
year: "2025", year: "2025",
icon: "" icon: ""
}, },
{ {
name: "Understanding Typescript", name: "Understanding Typescript",
issuer: "Udemy", issuer: "Udemy Lecture - Maximilian Schwarzmüller",
year: "2025", year: "2025",
icon: "" icon: ""
}, },
{ {
name: "Angular Step by Step", name: "Angular Step by Step",
issuer: "Udemy", issuer: "Udemy Lecture - Shivprasad Koirala",
year: "2020", year: "2020",
icon: "" icon: ""
}, },