lionelbenvino.projects
See GitHub profile for more details.
santafe2026.ar AWS Infrastructure
AWS
EC2
RDS
EFS
ALB
VPC
IAM
Production AWS infrastructure for the institutional website of the 2026 South American Games in Santa Fe. I operate the stack (Application Load Balancer, EC2, RDS and EFS inside a VPC with IAM access control), handling deployments and maintenance through operational runbooks so the site can handle thousands of daily visits during event peaks.
GCP
Cloud Run
Cloud Scheduler
Cloud Storage
BigQuery
Python
Parquet
Production pipeline consolidating around 130 Google Sheets into BigQuery. The original Apps Script job hit recurring timeouts after more than 30 minutes; I rebuilt it in Python on Cloud Run, reading the sheets in parallel with the batchGet API and writing Parquet files to Cloud Storage. It now finishes in 7 minutes and runs every 15 minutes.
Transcription-as-a-Service
Python
yt-dlp
AssemblyAI
Docker
Automated transcription service built as a Python web application. It downloads media with yt-dlp, sends audio to AssemblyAI, and presents transcripts directly in the browser.
Kubernetes
K3s
Portainer
Cloudflare Tunnels
Docker
Kubernetes (K3s) home lab for deploying multi-container applications, Portainer, and services exposed through Cloudflare Tunnels under a personal domain.
Frontend Portfolio Website
Laravel
Filament
Blade
MySQL
Docker
CMS-driven portfolio website built with Laravel, Blade, and Filament. Its authenticated admin panel lets the owner create, update, and manage public content.