I build AI-first products across web and mobile: shipping full-stack experiences (Next.js/NestJS/FastAPI), LLM apps with RAG/agents, and cloud-ready setups on Azure/AWS—always learning by building.
const experience = [
{ company: "Rappi", role: "AI Software Engineer", period: "Current" },
{ company: "Q-Vision", role: "Senior Development Analyst", period: "2024 - 2025" },
{ company: "Senavia Corp", role: "Software Engineer Lead", period: "2025" }
];
const learningIA = [
"RAG end-to-end",
"LangChain flows",
"LLM apps with tools",
"Lightweight agents",
"MLOps básico (monitoring/deploy)"
];
const aboutMe = {
birthPlace: "Cali, Colombia",
specializing: "Full stack software engineer",
interest: ["digital drawing", "write", "game dev", "hackathons"],
experience,
currentFocus: () => learningIA.slice(0, 3).join(" | ")
};

