feat: overhaul
This commit is contained in:
@@ -1,13 +1,22 @@
|
||||
import { WorkExperienceArgs } from "@/src/portfolio/helpers/WorkExperience";
|
||||
|
||||
const workExperienceData : WorkExperienceArgs[] = [
|
||||
{
|
||||
industry: "Software & AI",
|
||||
title: "Technical Consultant",
|
||||
company: "Softwire",
|
||||
city: "Manchester",
|
||||
country: "United Kingdom",
|
||||
startDate: "November 2025"
|
||||
},
|
||||
{
|
||||
industry: "Software & AI",
|
||||
title: "Software Developer",
|
||||
company: "Softwire",
|
||||
city: "Manchester",
|
||||
country: "United Kingdom",
|
||||
startDate: "November 2024"
|
||||
startDate: "November 2024",
|
||||
endDate: "November 2025"
|
||||
},
|
||||
{
|
||||
industry: "Artificial Intelligence",
|
||||
@@ -109,8 +118,8 @@ export const workExperienceParagraph =
|
||||
"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 " +
|
||||
"I accepted a full-time offer to join Softwire as a Software Developer in their North West office in Manchester. " +
|
||||
"In November 2025, I transitioned to Technical Consultant, AI Specialist. 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.";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user