fix: update job titles to "Software Engineer" and add new position for WPP Media
All checks were successful
Build and Deploy Gabriel Kaszewski Portfolio / build-and-deploy-local (push) Successful in 1m23s
All checks were successful
Build and Deploy Gabriel Kaszewski Portfolio / build-and-deploy-local (push) Successful in 1m23s
This commit is contained in:
27
lib/data.ts
27
lib/data.ts
@@ -129,11 +129,11 @@ export const jobs: Job[] = [
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 6,
|
"id": 6,
|
||||||
"position": "Python Developer",
|
"position": "Software Engineer",
|
||||||
"company": "Choreograph",
|
"company": "Choreograph",
|
||||||
"still_working": true,
|
"still_working": true,
|
||||||
"start_date": "2025-03-01",
|
"start_date": "2025-03-01",
|
||||||
"end_date": null,
|
"end_date": "2026-02-01",
|
||||||
"technologies": [
|
"technologies": [
|
||||||
"Python",
|
"Python",
|
||||||
"FastAPI",
|
"FastAPI",
|
||||||
@@ -148,7 +148,7 @@ export const jobs: Job[] = [
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 7,
|
"id": 7,
|
||||||
"position": "Full Stack Developer",
|
"position": "Software Engineer",
|
||||||
"company": "digimonkeys.com",
|
"company": "digimonkeys.com",
|
||||||
"still_working": true,
|
"still_working": true,
|
||||||
"start_date": "2021-05-19",
|
"start_date": "2021-05-19",
|
||||||
@@ -162,7 +162,26 @@ export const jobs: Job[] = [
|
|||||||
"TailwindCSS",
|
"TailwindCSS",
|
||||||
"Nginx"
|
"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[] = [
|
export const projects: Project[] = [
|
||||||
|
|||||||
Reference in New Issue
Block a user