update the basic information

This commit is contained in:
2024-11-27 22:32:09 +00:00
parent f8a5f03f58
commit 10657e63ab
3 changed files with 44 additions and 32 deletions

View File

@@ -1,23 +1,22 @@
import {WorkExperienceArgs} from "@/src/portfolio/helpers/WorkExperience";
const workExperienceData : WorkExperienceArgs[] = [
{
industry: "Software",
title: "Software Developer",
company: "Softwire",
city: "Manchester",
country: "United Kingdom",
startDate: "November 2024"
},
{
industry: "Artificial Intelligence",
title: "Programming Data Annotator",
company: "DataAnnotations",
company: "DataAnnotation Tech",
city: "New York",
country: "USA",
startDate: "January 2024"
},
{
industry: "Software",
title: "Software Developer Intern",
company: "Softwire",
city: "London",
country: "United Kingdom",
startDate: "June 2023",
endDate: "August 2023"
},
{
industry: "Education",
title: "Laboratory Demonstrator",
@@ -27,6 +26,15 @@ const workExperienceData : WorkExperienceArgs[] = [
startDate: "September 2021",
endDate: "April 2024"
},
{
industry: "Software",
title: "Software Developer Intern",
company: "Softwire",
city: "London",
country: "United Kingdom",
startDate: "June 2023",
endDate: "August 2023"
},
{
industry: "Education",
title: "Buddy Scheme Mentor Volunteer",
@@ -100,9 +108,11 @@ export const workExperienceParagraph =
"I then transitioned into the education sector, serving as a Coding Tutor at Kodland, a Tutor at FireTechCamp, " +
"and a Computer Science Teaching Intern at Sacred Heart of Mary Girls' School in Upminster. I also volunteered " +
"as a Buddy Scheme Mentor at Queen Mary University, where I later took on the role of a Laboratory Demonstrator. " +
"In the software industry, I gained experience as a Software Developer Intern at Softwire. Most recently, I have " +
"been contributing to the Artificial Intelligence industry as a Programming Data Annotator at DataAnnotations. " +
"Throughout these diverse experiences, I have developed a strong work ethic and a wide range of transferable " +
"skills.";
"In the software industry, I gained experience as a Software Developer Intern at Softwire. During my masters, I " +
"have been contributing to the Artificial Intelligence industry as a Programming Data Annotator at DataAnnotation " +
"Tech. Upon Graduation, I was offered to join Softwire as a Software Developer and I decided to take the offer " +
"and to work in their regional North West office in Manchester know for pushing innovation in the AI and Data " +
"Sector Throughout these diverse experiences, I have developed a strong work ethic and a wide range of " +
"transferable skills.";
export default workExperienceData;