You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app/page.tsx
+32-33Lines changed: 32 additions & 33 deletions
Original file line number
Diff line number
Diff line change
@@ -146,30 +146,17 @@ export default function Home() {
146
146
};
147
147
constcompanies=[
148
148
{
149
-
name: "Ashutec",
150
-
description: {
151
-
position: "Software Engineer",
152
-
companyName: "Ashutec Solutions",
153
-
link: "https://www.ashutec.com/",
154
-
startDate: "August 2019",
155
-
lastDate: "March 2020",
156
-
details: [
157
-
"Developed and maintained code for in-house and client websites primarily using Vue.js, React, and Javascript",
158
-
"Manually tested sites in various browsers and mobile devices to ensure cross - browser compatibility and responsiveness"
159
-
]
160
-
}
161
-
},
162
-
{
163
-
name: "Alchemy",
149
+
name: "American Express",
164
150
description: {
165
-
position: "Frontend Developer",
166
-
companyName: "Alchemy Technologies",
167
-
link: "https://www.alchemytech.ca/",
168
-
startDate: "April 2020",
169
-
lastDate: "July 2021",
151
+
position: "Engineer II",
152
+
companyName: "American Express",
153
+
link: "https://www.americanexpress.com/",
154
+
startDate: "January 2023",
155
+
lastDate: "Present",
170
156
details: [
171
-
"Developed and shipped highly interactive web applications for clients using React, Redux, MaterialUI, and Tailwind",
172
-
"Interfaced with clients on a monthly basis, providing project updates"
157
+
"Developing highly interactive web applications for American Express using React",
158
+
"Developing Common Libraries used internally and Managing CI/CD Pipelines",
159
+
"Work with a variety of different languages, platforms, frameworks, and content management systems such as JavaScript, React, Java, SpringBoot and OracleDB"
173
160
]
174
161
}
175
162
},
@@ -188,17 +175,30 @@ export default function Home() {
188
175
}
189
176
},
190
177
{
191
-
name: "American Express",
178
+
name: "Alchemy",
192
179
description: {
193
-
position: "Engineer II",
194
-
companyName: "American Express",
195
-
link: "https://www.americanexpress.com/",
196
-
startDate: "January 2023",
197
-
lastDate: "Present",
180
+
position: "Frontend Developer",
181
+
companyName: "Alchemy Technologies",
182
+
link: "https://www.alchemytech.ca/",
183
+
startDate: "April 2020",
184
+
lastDate: "July 2021",
198
185
details: [
199
-
"Developing highly interactive web applications for American Express using React",
200
-
"Developing Common Libraries used internally and Managing CI/CD Pipelines",
201
-
"Work with a variety of different languages, platforms, frameworks, and content management systems such as JavaScript, React, Java, SpringBoot and OracleDB"
186
+
"Developed and shipped highly interactive web applications for clients using React, Redux, MaterialUI, and Tailwind",
187
+
"Interfaced with clients on a monthly basis, providing project updates"
188
+
]
189
+
}
190
+
},
191
+
{
192
+
name: "Ashutec",
193
+
description: {
194
+
position: "Software Engineer",
195
+
companyName: "Ashutec Solutions",
196
+
link: "https://www.ashutec.com/",
197
+
startDate: "August 2019",
198
+
lastDate: "March 2020",
199
+
details: [
200
+
"Developed and maintained code for in-house and client websites primarily using Vue.js, React, and Javascript",
201
+
"Manually tested sites in various browsers and mobile devices to ensure cross - browser compatibility and responsiveness"
202
202
]
203
203
}
204
204
},
@@ -689,8 +689,7 @@ export default function Home() {
Although I'm not currently looking for freelance opportunities, my inbox is always open. Whether for a
693
-
potential project or just to say hi, I'll try my best to answer your email!
692
+
I'm currently open to freelance opportunities and new projects. If you have an exciting project in mind or just want to say hi, feel free to reach out and I'll get back to you as soon as possible!
0 commit comments