Skip to content
View MiguelVivar's full-sized avatar
🏠
Working from home
🏠
Working from home

Block or report MiguelVivar

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
MiguelVivar/README.md

⚡ Quick facts

🎓 Educación Ingeniería de Sistemas — UNICA (Ica, Perú) · Tercio Superior
🌐 Organizer GDG Ica — Google Developer Groups
📜 Certificaciones AWS Certified · DeepTech Bootcamp (individual, top score)
🎯 Enfoque Arquitecturas FullStack, ERP, IA aplicada y Cloud-native

interface Engineer {
  readonly name: string;
  location: string;
  education: string;
  interests: string[];
  stack: TechStack;
}

type TechStack = Record<
  "languages" | "frontend" | "backend" | "data" | "cloud" | "ai",
  string[]
>;

const miguel: Engineer = {
  name: "Miguel Alonso Vivar Farfán",
  location: "Ica, Perú 🇵🇪",
  education: "Ingeniería de Sistemas — UNICA",
  interests: [
    "🏛️  Arquitecturas ERP y sistemas para el sector público",
    "🤖  IA generativa aplicada a producto",
    "☁️  Infraestructura cloud-native y microservicios",
  ],
  stack: {
    languages: ["TypeScript", "JavaScript", "Python", "Java", "SQL"],
    frontend:  ["Next.js", "React", "Astro", "TailwindCSS"],
    backend:   ["Node.js", "Express", "Spring Boot", "FastAPI"],
    data:      ["PostgreSQL", "MongoDB", "MySQL", "Redis"],
    cloud:     ["AWS", "Docker", "Kubernetes", "Azure", "Railway"],
    ai:        ["LLM Agents", "DeepSeek", "Whisper", "n8n", "MCP"],
  },
};

export default miguel;

🚀 Proyectos

🏛️ LicitaYa

SaaS B2B que automatiza la generación de anexos legales para compras públicas (SEACE), reduciendo el riesgo de descalificación para MYPES. Arquitectura FullStack con Next.js + TypeScript en frontend y Node.js/Express + Prisma ORM en backend, orquestada en Docker y Kubernetes (k3s). Fase Beta con 15 empresas activas en la región y finalista en el ISC 2026 (Tarapoto).

🎓 Sistema de Gestión Académica

Arquitectura desacoplada de Intranet y Matrícula: Next.js en frontend, ecosistema de microservicios con Spring Boot 3.5 + PostgreSQL en backend, seguridad con JWT + RBAC, y CI/CD sobre Railway con despliegues continuos sin downtime. Escuadrón ágil de 7 desarrolladores bajo Scrum.


📌 Repositorios destacados


🛠️ Stack completo

Lenguajes

Frontend

Backend

Bases de Datos

Cloud & DevOps

IA, Automatización & Herramientas


📊 Métricas

stats graph languages graph
streak stats
activity graph

contribution snake animation
repos por lenguaje lenguaje con más commits
horario más productivo (UTC-5, Perú)
trophies

"Código legible hoy es menos deuda técnica mañana."

📫 ¿Construyendo algo en ERP, GovTech o IA? Hablemos.



views

Pinned Loading

  1. GDGXICA/gdgxica.github.io GDGXICA/gdgxica.github.io Public

    TypeScript 5

  2. InnovaTechIca/InnovaTechIca.github.io InnovaTechIca/InnovaTechIca.github.io Public

    Astro 2

  3. Portafolio Portafolio Public

    Un espacio donde muestro mis proyectos como desarrollador web, con un enfoque en diseño moderno, funcionalidad y una experiencia de usuario excepcional. Cada proyecto refleja mi pasión por el desar…

    TypeScript

  4. facturacion-electronica-sunat facturacion-electronica-sunat Public

    Skill de Claude Code y motor nativo TypeScript / CLI para Facturación Electrónica SUNAT (Perú) — UBL 2.1, IGV, catálogos, SOAP y CDR.

    TypeScript

  5. Foliox Foliox Public

    TypeScript

  6. MiguelVivar MiguelVivar Public