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. EscuelaPosgradoUNICA EscuelaPosgradoUNICA Public

    🎓 Sistema académico modular para nivel posgrado, desarrollado con microservicios (Spring Boot + PostgreSQL) y un frontend moderno (Nextjs + Tailwind). Incluye autenticación con JWT, matrícula en lí…

    TypeScript 4 1

  4. usekaneo/kaneo usekaneo/kaneo Public

    🎯 All you need. Nothing you don't. Open source project management that works for you, not against you.

    TypeScript 8.4k 695

  5. microsoft/skill-recorder microsoft/skill-recorder Public

    Desktop app that records your on-screen work session and uses the GitHub Copilot CLI to reconstruct it as an intent + ordered steps, then builds a reusable Skill or Automation for Microsoft Scout, …

    TypeScript 3.3k 336

  6. GDGXICA/gdg-ica-data GDGXICA/gdg-ica-data Public

    1