Skip to content

Commit 9adfcfc

Browse files
authored
Update data.ts
Changes to data.ts
1 parent 8fa02ea commit 9adfcfc

File tree

1 file changed

+44
-36
lines changed

1 file changed

+44
-36
lines changed

src/lib/data.ts

Lines changed: 44 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,38 @@
11
import React from "react";
22
import { CgWorkAlt } from "react-icons/cg";
33
import netsolImage from "../assets/images/image1.jpeg";
4+
import revenueImage from "../assets/images/image5.png";
45
import dayImage from "../assets/images/image2.png";
56
import chubbImage from "../assets/images/image3.png";
67
import drexelImage from "../assets/images/image4.png";
78

89
export const experiencesData = [
910
{
10-
title: "Software Engineering Co-op",
11+
title: "Associate Product Manager",
12+
company: "Revenue Healthcare Services",
13+
location: "Chicago, IL",
14+
icon: React.createElement(CgWorkAlt),
15+
date: "September 2024 – Present",
16+
image: revenueImage,
17+
},
18+
{
19+
title: "Software Product Management Co-op",
1120
company: "Chubb Limited",
1221
location: "Philadelphia, PA",
1322
icon: React.createElement(CgWorkAlt),
1423
date: "April 2023 – September 2023",
1524
image: chubbImage,
1625
},
1726
{
18-
title: "Technological Engineering Associate Co-op",
27+
title: "Technical Product Manager Co-op",
1928
company: "Day & Zimmermann",
2029
location: "Philadelphia, PA",
2130
icon: React.createElement(CgWorkAlt),
2231
date: "April 2022 – September 2022",
2332
image: dayImage,
2433
},
2534
{
26-
title: "Software Engineering Co-op",
35+
title: "UI/UX Designer Co-op",
2736
company: "NetSol Technologies Inc.",
2837
location: "Calabasas, CA",
2938
icon: React.createElement(CgWorkAlt),
@@ -111,37 +120,36 @@ export const projectsData = [
111120
] as const;
112121

113122
export const skillsData = [
114-
"JavaScript",
115-
"Python",
116-
"Java",
117-
"C/C++",
118-
"Tableau",
119-
"WordPress",
120-
"HTML",
121-
"Tailwind CSS",
122-
"React.js",
123-
"Next.js",
124-
"Node.js",
125-
"Express.js",
126-
"Three.js",
127-
"D3.js",
128-
"Flask",
129-
"Ruby",
130-
"PostgreSQL",
131-
"MySQL",
132-
"MongoDB",
133-
"AWS S3",
134-
"AWS API Gateway",
135-
"AWS Lambda",
136-
"AWS EC2",
137-
"AWS IAM",
138-
"Azure",
139-
"Google Cloud Platform",
140-
"Kubernetes",
141-
"Agile",
142-
"JIRA",
143-
"Notion",
144-
"Linux",
145-
"Django",
146-
"WebGL",
123+
"Java",
124+
"Python",
125+
"JavaScript",
126+
"SQL",
127+
"TypeScript",
128+
"HTML",
129+
"CSS",
130+
"React.js",
131+
"Next.js",
132+
"Node.js",
133+
"Express.js",
134+
"Flask",
135+
"Spring",
136+
"Django",
137+
"RESTful APIs",
138+
"Power BI",
139+
"Tableau",
140+
"Git",
141+
"AWS",
142+
"Azure",
143+
"Docker",
144+
"Kubernetes",
145+
"Linux",
146+
"JIRA",
147+
"Notion",
148+
"Trello",
149+
"Apache",
150+
"Excel",
151+
"Visio",
152+
"Product Management",
153+
"Product Ownership",
154+
"Cross-Functional Collaboration",
147155
] as const;

0 commit comments

Comments
 (0)