Skip to content

Commit ef93333

Browse files
authored
Update resume-page.tsx
1 parent cf4bb1a commit ef93333

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/components/vcard/resume-page.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
12
import { Book, Code, GraduationCap } from 'lucide-react';
23
import { Progress } from '@/components/ui/progress';
34
import { JavaIcon, PythonIcon, ReactIcon, NextJSIcon, FastAPIIcon, DockerIcon } from '@/components/portfolio/icons';
@@ -57,7 +58,8 @@ const certifications = [
5758
"Selenium Essential Training",
5859
"Udemy Certified The Complete (FullStack) Web Developer: Zero To Mastery",
5960
"React + Redux",
60-
"Ducat Certified Data Science using Python"
61+
"Ducat Certified Data Science using Python",
62+
"Agentic AI with Langchain & Langraph"
6163
]
6264

6365
export default function ResumePage() {

0 commit comments

Comments
 (0)