admin@localhost:~$ cat profile.txt

Backend Developer & DevOps Engineer

Diseñando arquitecturas escalables, automatizando flujos e implementando infraestructura inmutable.

admin@localhost:~$ whoami

> Solucionador de problemas en el backend.

> Especialista en optimización de bases de datos.

> Fiel creyente del "Infrastructure as Code" (IaC).

> Obsesionado con reducir la latencia de 200ms a 50ms.

admin@localhost:/skills$ ls -l
      _____ 
     / ___ \ 
    | |___| |
     \_____/ 
                        

Infra

  • Docker / Kubernetes
  • AWS / GCP / Terraform
  • Linux / Bash
       { }
      /   \
     |_____|
                        

Backend

  • Go / Python / Node.js
  • PostgreSQL / MongoDB
  • Redis / RabbitMQ
      +---+
      |CI |->
      +---+
                        

DevOps

  • GitHub Actions
  • Jenkins / ArgoCD
  • Prometheus / Grafana
./ejecutar_api_gateway.sh
     [Client] ---> [Load Balancer]
                         |
                +--------+--------+
                |                 |
           [Auth Service]   [Data Service]
                |                 |
            [Redis DB]      [PostgreSQL DB]
                

Microservicios de Alta Concurrencia

API Gateway construido en Go. Maneja más de 15,000 requests por segundo con latencia inferior a 30ms.

[ Ver repositorio ]
kubectl get pods -n production
    NAME                     READY   STATUS    
    auth-deploy-7b6c5        1/1     Running   
    payment-deploy-8x2d      1/1     Running   
    worker-deploy-1p9f       2/2     Running   
                

Cluster K8s + GitOps

Migración completa de monolito a contenedores. Despliegues automatizados usando ArgoCD y monitorización con Datadog.

[ Leer caso de estudio ]