A minimal, Docker-ready static site built with Vite, TypeScript, React and Tailwind β showcasing and indexing projects in a clean, deployable SPA.

Full-stack ETL application that extracts public Humble Bundle book bundle data, normalizes it with Python, stores it in PostgreSQL or SQLite, and exposes it through a FastAPI API with a Vue 3 dashboard.
Production-style Nextcloud self-hosting stack built with Docker Compose, Nginx, PostgreSQL, Redis, rsyslog, BorgBackup and Certbot. The project demonstrates DevOps fundamentals such as internal service networking, reverse proxy configuration, automated backups, restore validation and E2E infrastructure testing with GitHub Actions. **Stack:** Docker Compose, Nextcloud, Nginx, PostgreSQL, Redis, BorgBackup, rsyslog, Certbot, GitHub Actions. **Best for showing:** DevOps, Linux server operations, Docker, backups, restore workflows and infrastructure validation.

Backend/DevOps project that tracks Peruβs SUNAT exchange rate, stores historical data in PostgreSQL, syncs daily with cron, exposes JSON endpoints with Flask, and serves a Chart.js dashboard behind Nginx using Docker Compose.