From eb10977086bd39fb341ef810484c1137d4e4c797 Mon Sep 17 00:00:00 2001 From: Gabriel Kaszewski Date: Fri, 6 Mar 2026 10:44:13 +0100 Subject: [PATCH] fix: update job titles to "Software Engineer" and add new position for WPP Media --- lib/data.ts | 27 +++++++++++++++++++++++---- 1 file changed, 23 insertions(+), 4 deletions(-) diff --git a/lib/data.ts b/lib/data.ts index 0b222dc..443663e 100644 --- a/lib/data.ts +++ b/lib/data.ts @@ -129,11 +129,11 @@ export const jobs: Job[] = [ }, { "id": 6, - "position": "Python Developer", + "position": "Software Engineer", "company": "Choreograph", "still_working": true, "start_date": "2025-03-01", - "end_date": null, + "end_date": "2026-02-01", "technologies": [ "Python", "FastAPI", @@ -148,7 +148,7 @@ export const jobs: Job[] = [ }, { "id": 7, - "position": "Full Stack Developer", + "position": "Software Engineer", "company": "digimonkeys.com", "still_working": true, "start_date": "2021-05-19", @@ -162,7 +162,26 @@ export const jobs: Job[] = [ "TailwindCSS", "Nginx" ] - } + }, + { + "id": 8, + "position": "Software Engineer", + "company": "WPP Media", + "still_working": true, + "start_date": "2026-02-01", + "end_date": null, + "technologies": [ + "Python", + "FastAPI", + "Django", + "PostgreSQL", + "GCP", + "Azure", + "Docker", + "Kubernetes", + "Gitlab Pipelines" + ] + }, ]; export const projects: Project[] = [