improve experience

This commit is contained in:
2025-05-01 21:15:43 +01:00
parent 77dc7f42b8
commit 25902eea8b
4 changed files with 23 additions and 19 deletions

View File

@@ -2,7 +2,7 @@ import {WorkExperienceArgs} from "@/src/portfolio/helpers/WorkExperience";
const workExperienceData : WorkExperienceArgs[] = [
{
industry: "Software",
industry: "Software & AI",
title: "Software Developer",
company: "Softwire",
city: "Manchester",
@@ -47,8 +47,8 @@ const workExperienceData : WorkExperienceArgs[] = [
{
industry: "Education",
title: "Computer Science Teaching Intern",
company: "Sacred Heart of Mary Girls' School in Upminster",
city: "London",
company: "Sacred Heart of Mary Girls' School",
city: "Upminster",
country: "United Kingdom",
startDate: "June 2022",
endDate: "July 2022"
@@ -100,19 +100,18 @@ const workExperienceData : WorkExperienceArgs[] = [
},
];
// todo update
export const workExperienceParagraph =
"Since the age of 16, I have been actively engaged in various professional roles across multiple industries, " +
export const workExperienceParagraph =
"Since the age of 16, I have actively engaged in various professional roles across multiple industries, " +
"including Artificial Intelligence, Software, Education, and Hospitality. My journey began in the hospitality " +
"sector, working as a Customer Assistant at McDonald's in Warsaw, Poland, and later at Morrisons in London, UK. " +
"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. 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.";
"sector, where I developed strong interpersonal and customer service skills. 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 became a Laboratory Demonstrator. In the software industry, " +
"I gained experience as a Software Developer Intern at Softwire. During my master's degree, I contributed to " +
"the Artificial Intelligence industry as a Programming Data Annotator at DataAnnotation Tech. Upon graduation, " +
"I accepted a full-time offer to join Softwire as a Software Developer in their North West office in Manchester, " +
"known for its focus on innovation in the AI and Data sector. At Softwire, I have gained valuable experience " +
"working on several AI projects, applying my theoretical machine learning knowledge to real-world problems. " +
"Across these diverse roles, I have developed a strong work ethic and a broad set of transferable skills.";
export default workExperienceData;