39 Commits

Author SHA1 Message Date
48e6043205 chore: add wrangler dependency to package.json 2025-10-03 20:32:05 +02:00
6c5b561d49 Refactor code structure for improved readability and maintainability 2025-10-03 17:37:34 +02:00
f73276df8f refactor: remove Vercel references and update dependencies
- Removed Vercel from skills and theme descriptions.
- Updated theme description to only mention JetBrains Mono.
- Changed deployment references from Vercel to Cloudflare in multiple locales.
- Updated package dependencies:
  - @iconify-json/devicon from 1.2.44 to 1.2.45
  - @tailwindcss/typography from 0.5.18 to 0.5.19
  - vue from 3.5.21 to 3.5.22
  - @types/node from 24.5.2 to 24.6.0
  - vue-tsc from 3.0.8 to 3.1.0
2025-09-30 11:16:32 +02:00
913924fc06 Add new resume for M1 2026 in French 2025-09-23 20:01:32 +02:00
f5a573f5ec feat: update project links to use redirect URLs for consistency 2025-09-09 12:51:28 +02:00
f1ba8657e7 feat: add @vueuse/math dependency and update .gitignore for Vercel 2025-09-06 17:05:34 +02:00
e3feba6a51 feat: import usePrecision for enhanced statistical calculations 2025-09-06 16:51:17 +02:00
d3048d04a0 fix: adjust layout spacing for resume section for better alignment 2025-09-06 14:50:03 +02:00
88eebc089a fix: adjust shadow style for location component for improved aesthetics 2025-09-06 14:45:06 +02:00
38405ef7e3 feat: add experiences section with localization and update skills and writings components 2025-09-06 14:19:04 +02:00
5436c6bf2d feat: add HomeLab component and update localization for homelab in English, Spanish, and French 2025-09-05 15:52:35 +02:00
0921cfdd53 feat: update French resume file name and add the corresponding PDF 2025-09-05 15:01:33 +02:00
899a9846bc feat: enhance resume component with PDF file indication and update localization for multiple languages 2025-09-05 14:43:26 +02:00
590628fea2 feat: update resume component with localized file names and add PDF files 2025-09-05 14:33:48 +02:00
7af0464a11 feat: simplify localization handling and add resume component with translations 2025-09-05 14:08:13 +02:00
16cf818f0d feat: add credits component and update localization for multiple languages 2025-09-05 13:32:24 +02:00
addb63a792 feat: enhance navigation and content structure across chat and project components 2025-09-05 12:51:25 +02:00
c665f5ea3d feat: enhance chat message handling; add createdAt timestamp to messages and implement dynamic component rendering for various chat types 2025-09-04 16:22:26 +02:00
8d7ff6f3a2 feat: add Hobbies section with dynamic content; update localization for hobbies in English, Spanish, and French 2025-09-04 15:59:19 +02:00
283cf7352e feat: add Writings section with dynamic content; enhance localization for projects and writings 2025-09-04 15:42:13 +02:00
83631c378a feat: implement ChatCommandPalette with dynamic mode handling; enhance localization for tooltips and post footer; add new project pages and content 2025-09-04 15:06:17 +02:00
b40546ed9f feat: enhance UI components with consistent background styling for improved visibility 2025-09-04 13:25:51 +02:00
81814b507e fix: update project links to point to the new ArtStudies repository
feat: add new homelab project documentation with details on services and hardware

fix: correct project code links for Monte Carlo Project and Schelling Segregation Model

refactor: rename Studies Projects to ArtStudies for better clarity and consistency

i18n: add project descriptions in English, Spanish, and French locales

chore: update package name to artsite and adjust dependency versions

style: add cover image for ArtLab project

fix: update chat message labels for better readability and translation usage
2025-09-04 12:52:59 +02:00
313b8180c0 feat: enhance CommandPalette and MessageContainer with improved styling and interactivity; update localization messages for clarity 2025-09-04 10:38:57 +02:00
eea42d85d1 feat: update Location component styles and improve localization message clarity 2025-09-03 18:59:44 +02:00
f4f2f1756f feat: update CommandPalette styling and remove unused 'uses' translations for improved clarity and organization 2025-09-03 18:52:05 +02:00
e7b3e5fcc4 feat: refactor uses handling and enhance category structure for improved organization and localization 2025-09-03 18:40:47 +02:00
8857b53854 feat: update UI configurations and enhance skills data structure for improved functionality 2025-09-03 17:58:56 +02:00
ae380c8c69 feat: refactor language handling and improve UI components for better usability 2025-09-03 17:14:11 +02:00
9519c91e61 feat: add Skills component and integrate skills data; enhance CommandPalette and MessageContainer with improved UI and animations 2025-09-03 16:04:44 +02:00
a6e3d4f57f feat: improve CommandPalette UI layout and enhance MessageContainer styling for better visibility 2025-09-03 13:52:57 +02:00
42e14ee94a Add multilingual support with English, Spanish, and French translations; update Nuxt configuration and package dependencies 2025-09-03 12:09:22 +02:00
6641846a8b feat: implement theme toggle functionality with useTheme composable 2025-09-02 21:48:19 +02:00
ff28b719de feat: enhance command palette with new "uses" feature and update chat types
- Added "View setup" command to the command palette in English, French, and Spanish.
- Removed "Tech Stack" command from the command palette.
- Updated MessageContainer to handle new "uses" message type.
- Refactored chat.ts to use a new ChatMessages function for better organization.
- Created new Uses.vue component to display a list of software and gadgets.
- Added Item.vue and List.vue components for rendering individual items and categories.
- Updated content configuration to include new skills and uses categories.
- Added new JSON files for programming languages, frontend, backend, devops, and python frameworks.
- Updated existing JSON files for homelab items with improved descriptions.
- Removed obsolete stack JSON files.
2025-09-02 21:19:32 +02:00
23f31aac99 feat: implement duplicate message detection and display notification 2025-09-02 20:19:28 +02:00
82b10ebc4b fix: adjust loading state delay and clean up Activity component template 2025-09-02 18:49:42 +02:00
01bbb6c00a feat: enhance chat UI and add location component with images 2025-09-02 18:21:48 +02:00
3fa4f574d3 refactor: update ESLint configuration and remove unused dependencies
- Replaced Nuxt ESLint configuration with Antfu's ESLint config.
- Removed 'nuxt-visitors' module from Nuxt configuration.
- Added linting scripts to package.json for easier code quality checks.
- Introduced a new API endpoint for fetching weather data from OpenWeather.
- Enhanced chat types with new enums and properties for better state management.
- Added OpenWeather response types for improved type safety.
- Updated social links in types/index.ts to include an email contact.
2025-09-02 17:45:01 +02:00
05963bb605 feat: add new articles on AI agents and machine learning
- Created a new article on "Understanding AI Agents, LLMs, and RAG" detailing the synergy between AI agents, LLMs, and Retrieval-Augmented Generation.
- Added an introductory article on "What is Machine Learning?" covering types, model selection, workflow, and evaluation metrics.

chore: setup ESLint and Nuxt configuration

- Added ESLint configuration for code quality.
- Initialized Nuxt configuration with various modules and settings for the application.

chore: initialize package.json and TypeScript configuration

- Created package.json for dependency management and scripts.
- Added TypeScript configuration for the project.

feat: implement API endpoints for activity and stats

- Developed API endpoint to fetch user activity from Lanyard.
- Created a stats endpoint to retrieve Wakatime coding statistics with caching.

feat: add various assets and images

- Included multiple images and assets for articles and projects.
- Added placeholder files to maintain directory structure.

refactor: define types for chat, lanyard, time, and wakatime

- Created TypeScript types for chat messages, Lanyard activities, time formatting, and Wakatime statistics.
2025-09-02 13:56:23 +02:00