From b6bf9d6c133b7201d1e2d2be32e46c38387f578a Mon Sep 17 00:00:00 2001 From: Kevin Matsubara Date: Sat, 14 Jun 2025 17:40:45 +0200 Subject: [PATCH] Add 2 Udemy courses. --- src/Pages/Software/education.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/src/Pages/Software/education.json b/src/Pages/Software/education.json index 24fe77e..31dc911 100644 --- a/src/Pages/Software/education.json +++ b/src/Pages/Software/education.json @@ -1,5 +1,27 @@ { "courses": [ + { + "name": "Blazor Deep Dive", + "sub": "From beginner to advanced in .NET 8", + "instructor": "Frank Liu", + "achieveDate": "2025-04-18", + "duration": 14.5, + "institution": "Udemy", + "link": "https://www.udemy.com/course/responsive-web-design-tutorial-course-html5-css3-bootstrap/", + "certificate": "https://www.udemy.com/certificate/UC-8b73ec23-4187-4ec2-9b0c-6b1c9e109220/", + "skills": ".NET, Blazor" + }, + { + "name": "Entity Framework Core", + "sub": "A full tour", + "instructor": "Trevoir Williams", + "achieveDate": "2025-04-14", + "duration": 10.5, + "institution": "Udemy", + "link": "https://www.udemy.com/course/responsive-web-design-tutorial-course-html5-css3-bootstrap/", + "certificate": "https://www.udemy.com/certificate/UC-0c891709-9105-498c-b9db-f7b2eef2b83a/", + "skills": ".NET, Entity Framework" + }, { "name": "Responsive Web Design Essentials", "sub": "HTML5 CSS3 Bootstrap",