Refactor: update project status values to use consistent capitalization; enhance app configuration for preview environment

This commit is contained in:
2025-12-24 14:30:19 +01:00
parent 00a5c34f36
commit 02ecf80cb9
15 changed files with 226 additions and 195 deletions

View File

@@ -6,7 +6,7 @@ description: My personal space on the web — a portfolio, a blog, and a digital
publishedAt: 2024-06-01
readingTime: 1
favorite: true
status: active
status: Active
tags:
- Vue.js
- Nuxt

View File

@@ -5,7 +5,7 @@ type: Personal Project
description: A customizable browser homepage that lets you organize all your favorite links in one place with categories, tabs, icons and colors.
publishedAt: 2024-09-04
readingTime: 1
status: archived
status: Archived
tags:
- Nuxt
- Vue.js

View File

@@ -6,7 +6,7 @@ description: A personal homelab environment where I deploy, test, and maintain s
publishedAt: 2025-09-04
readingTime: 1
favorite: true
status: active
status: Active
tags:
- Docker
- Proxmox

View File

@@ -6,7 +6,7 @@ description: A curated collection of mathematics and data science projects devel
publishedAt: 2023-09-01
readingTime: 1
favorite: true
status: in progress
status: In progress
tags:
- Python
- R

View File

@@ -5,7 +5,7 @@ type: Academic Project
description: Predicting the number of bikes rented in a bike-sharing system using Generalized Linear Models and various statistical techniques.
publishedAt: 2025-01-24
readingTime: 1
status: completed
status: Completed
tags:
- R
- Statistics

View File

@@ -5,7 +5,7 @@ type: Academic Project
description: Prediction of breast cancer presence by comparing several supervised classification models using machine learning techniques.
publishedAt: 2025-06-06
readingTime: 2
status: completed
status: Completed
tags:
- Python
- Machine Learning

View File

@@ -5,7 +5,7 @@ type: Research Project
description: TensorFlow/Keras implementation and reproduction of "Dropout Reduces Underfitting" (Liu et al., 2023). A comparative study of Early and Late Dropout strategies to optimize model convergence.
publishedAt: 2024-12-10
readingTime: 4
status: completed
status: Completed
tags:
- Python
- TensorFlow

View File

@@ -5,7 +5,7 @@ type: Academic Project
description: Predicting loan approval and default risk using machine learning classification techniques.
publishedAt: 2025-01-24
readingTime: 2
status: completed
status: Completed
tags:
- Python
- Machine Learning

View File

@@ -5,7 +5,7 @@ type: Academic Project
description: An implementation of different Monte Carlo methods and algorithms in R, including inverse CDF simulation, accept-reject methods, and stratification techniques.
publishedAt: 2024-11-24
readingTime: 3
status: completed
status: Completed
tags:
- R
- Mathematics

View File

@@ -5,7 +5,7 @@ type: Academic Project
description: A Python implementation of the Schelling Segregation Model using statistics and data visualization to analyze spatial segregation patterns.
publishedAt: 2024-05-03
readingTime: 4
status: completed
status: Completed
tags:
- Python
- Data Visualization

View File

@@ -5,7 +5,7 @@ type: Internship Project
description: Summary of my internship as a Data Engineer at Sevetys, focusing on data quality, cleaning, standardization, and comprehensive data quality metrics.
publishedAt: 2025-07-31
readingTime: 2
status: completed
status: Completed
tags:
- Python
- PySpark