Skip to content
View valerubio7's full-sized avatar
🎵
listening to rock
🎵
listening to rock

Highlights

  • Pro

Block or report valerubio7

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
valerubio7/README.md

Valentín Rubio

Advanced Systems Engineering Student at Universidad Tecnológica Nacional (UTN)

MY ASPIRATIONAL ROLES:

MLOps Engineer · ML Engineer · Backend Engineer · DevOps

LinkedIn · Portfolio · rubiovalentin.work@gmail.com


About me

I am an advanced Systems Engineering student at Universidad Tecnológica Nacional (UTN), focused on building production-oriented machine learning systems, backend APIs, data pipelines, and cloud-native infrastructure.

My main professional goal is to grow as an MLOps Engineer, while also fitting naturally into roles such as ML Engineer, DevOps, and Backend Engineer. I enjoy working at the intersection of software engineering, machine learning, automation, monitoring, and scalable backend systems.

I focus on designing clean, maintainable, and testable systems using Python, FastAPI, Django, PostgreSQL, Docker, AWS, MLflow, Prefect, Prometheus, Grafana, Kafka, Airflow, and Clean Code practices.


Main focus

  • MLOps platforms and production-ready ML systems
  • ML model serving, monitoring, and drift detection
  • Backend APIs with Python, FastAPI, and Django
  • Data pipelines and workflow orchestration
  • Containerized applications and cloud deployments
  • Observability, metrics, and infrastructure automation
  • Clean architecture, testing, and software engineering best practices

Tech Stack

Languages

Backend

Databases & Storage

MLOps & Machine Learning

Data Engineering & Streaming

DevOps & Cloud

Observability

Testing & Quality

Tools


Engineering Principles

  • SOLID
  • DRY
  • KISS
  • YAGNI
  • Clean Architecture
  • Service Layer Pattern
  • Repository Pattern
  • Spec-Driven Development
  • Type hints and explicit contracts
  • Automated testing
  • Container-first development
  • Observability

Academic Foundations

  • Systems Engineering
  • Calculus
  • Linear Algebra
  • Statistics fundamentals
  • Software architecture
  • Databases
  • Algorithms and data structures
  • Operating systems

Featured Projects

PredMaint ML Platform

Production-oriented MLOps platform for predictive maintenance.

A machine learning platform focused on industrial predictive maintenance, combining model training, API serving, monitoring, drift detection, orchestration, and cloud deployment.

Main technologies: Python, FastAPI, XGBoost, Prefect, MLflow, Docker, AWS ECS, Prometheus, Grafana, pytest.

Highlights:

  • ML model serving through FastAPI
  • Predictive maintenance pipeline
  • Drift detection and monitoring
  • Prometheus and Grafana observability
  • Dockerized services
  • CI/CD and AWS ECS deployment
  • Automated testing with pytest

Repository: https://github.com/valerubio7/predmaint-ml-platform


Academic Management System

Backend/fullstack academic management platform.

A university academic management system with role-based access control, enrollment workflows, exams, academic records, service-layer business logic, testing, and containerized deployment.

Main technologies: Python, Django, PostgreSQL, Docker, pytest, Railway.

Highlights:

  • Django-based backend architecture
  • Service layer pattern
  • Role-based access control
  • PostgreSQL database
  • Automated tests with pytest
  • Dockerized deployment

Repository: https://github.com/valerubio7/academic-management-system


Fraud Detection System

Real-time MLOps platform for fraud detection.

A fraud detection platform designed around streaming data, machine learning pipelines, feature engineering, model tracking, drift detection, observability, and event-driven architecture.

Main technologies: Python, Kafka, TimescaleDB, Redis, XGBoost, MLflow, Evidently, Airflow, Docker, Prometheus, Grafana.

Highlights:

  • Real-time fraud detection architecture
  • Kafka-based streaming pipeline
  • Feature engineering workflows
  • MLflow experiment tracking
  • Drift detection with Evidently
  • TimescaleDB for time-series data
  • Redis-based caching layer
  • Observability with Prometheus and Grafana
  • Multi-service Docker environment

Repository: https://github.com/valerubio7/fraud-detection-system


Pinned Loading

  1. hands-on-machine-learning-notebooks hands-on-machine-learning-notebooks Public

    Practical Jupyter Notebooks from my journey through Hands-On Machine Learning with Scikit-Learn, Keras & TensorFlow.

    Jupyter Notebook

  2. academic-management-system academic-management-system Public

    Python