feat: overhaul

This commit is contained in:
2026-02-22 19:58:13 +00:00
parent 3a625a1874
commit bdf5c0d4d7
18 changed files with 666 additions and 157 deletions

View File

@@ -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.";