class Lalu:
nombre = "Luis Eduardo García Jiménez"
ubicacion = "Ciudad de México, México"
universidad = "UNAM — Facultad de Ingeniería"
semestre = "4° semestre, Ing. Computación"
enfoque = ["DevSecOps", "Software", "Inteligencia Artificial"]
certificacion = "CompTIA Security+ (en preparación)"
servidor = "Corriendo 24/7 en hardware propio"
contacto = "contacto.lalu@gmail.com"|
Dashboard de monitoreo de seguridad en tiempo real sobre infraestructura propia.
Stack: Python · FastAPI · PostgreSQL · Docker · Nginx |
Portfolio interactivo con navegación por grafos con física real.
Stack: Next.js · FastAPI · Docker · Cloudflare |
┌─────────────────────────────────────────────────────────┐
│ AOOSTAR MACO — Ryzen 9 8945HS · 32GB DDR5 · 1TB NVMe │
│ Ciudad de México │
└──────────────────────┬──────────────────────────────────┘
│
┌────────▼────────┐
│ Proxmox VE │
└────────┬────────┘
│
┌────────────▼────────────┐
│ Ubuntu Server 24.04 │
│ ┌─────────────────┐ │
│ │ Docker Engine │ │
│ └────────┬────────┘ │
│ │ │
│ ┌────────▼────────┐ │
│ │ Nginx Proxy │ │
│ └────────┬────────┘ │
│ │ │
│ ┌────────▼────────┐ │
│ │ FastAPI + DB │ │
│ └─────────────────┘ │
└─────────────────────────┘
│
┌────────────▼────────────┐
│ Cloudflare Tunnel │
│ HTTPS automático │
└────────────┬────────────┘
│
Internet
security.lalu.dev
| Certificado | Emisor | Estado |
|---|---|---|
| Introduction to Linux (LFS101) | Linux Foundation | ✅ Completado |
| Crash Course on Python | Google / Coursera | ✅ Completado |
| Cyber Security 101 | TryHackMe | ✅ Completado |
| Pre Security | TryHackMe | ✅ Completado |
| CompTIA Security+ | CompTIA | 📚 En preparación |
✅ Cloudflare WAF + DDoS protection
✅ fail2ban — bloqueo automático de IPs atacantes
✅ UFW Firewall — solo puertos 22 y 80 expuestos
✅ Rate limiting — 30 req/min por IP en APIs
✅ PostgreSQL restringido a localhost
✅ IPs anonimizadas en vistas públicas
✅ CORS restringido por dominio