Skip to content

Commit 0e9016d

Browse files
committed
Updated the projects section of the CV
1 parent 1aac510 commit 0e9016d

1 file changed

Lines changed: 9 additions & 13 deletions

File tree

src/config/cv.json

Lines changed: 9 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -382,21 +382,17 @@
382382
],
383383
"projects": [
384384
{
385-
"name": "Arkadia — IoT Home Environment Monitoring System",
386-
"startDate": "2024-06-01",
387-
"endDate": "2025-02-01",
388-
"description": "Designed a containerized, microservices-based home environment monitoring system featuring real-time sensor readings, Redis caching, FastAPI endpoints, and a React frontend for visualization. Includes a custom BME280 client and demonstrates continuous data processing via a polling-based pipeline.",
385+
"name": "Integrating a print-friendly and web-friendly resume into an Astro website",
386+
"startDate": "2025-08-01",
387+
"endDate": "2025-09-07",
388+
"description": "I built a modern resume system that combines Astro's static site generation with the JSON Resume standard and print-optimized CSS to create both an SEO-friendly web presence and recruiter-ready PDF downloads.",
389389
"highlights": [
390-
"microservices",
391-
"Docker",
392-
"BME280",
393-
"Redis",
394-
"FastAPI",
395-
"React",
396-
"real-time data",
397-
"IoT"
390+
"Astro",
391+
"HTML",
392+
"CSS",
393+
"SEO"
398394
],
399-
"url": "https://michaelalonge.com/projects/arkadia"
395+
"url": "https://michaelalonge.com/projects/astro-resume-integration"
400396
}
401397
]
402398
}

0 commit comments

Comments
 (0)