This commit is contained in:
2026-06-08 15:36:42 +02:00
parent 33f3260b99
commit 4252965f63
14 changed files with 232 additions and 5 deletions

View File

@@ -0,0 +1,8 @@
---
title: Codelearn Full-Stack App
slug: codelearn-app
date: 2026-01-01
description: A full-stack learning management application built during my time at Codelearn. Features user authentication, course management, and real-time progress tracking.
link: https://codelearn.cat
tech: ["Nuxt", "Express", "MongoDB", "TypeScript"]
---

View File

@@ -0,0 +1,7 @@
---
title: ML Pipeline Tool
slug: ml-pipeline
date: 2026-01-01
description: A modular machine learning pipeline tool for UPC's Machine Learning and Cybersecurity master's degree. Automates data preprocessing, model training, and evaluation workflows.
tech: ["Python", "PyTorch", "Docker"]
---

View File

@@ -0,0 +1,8 @@
---
title: Portfolio Website
slug: portfolio-website
date: 2026-01-01
description: This very website, built with Nuxt 4, Vue 3, and SCSS. Features pixel-art aesthetics, dark/light themes, accent color customization, and multilingual support across English, Spanish, and Catalan.
link: https://aranroig.com
tech: ["Nuxt 4", "Vue 3", "SCSS", "Node.js", "MongoDB"]
---