Hey, soy Oscar 🤙Hey, I'm Oscar 🤙

Llevo +10 años rompiendo y arreglando código. Me gusta crear apps que funcionen bien y no exploten en producción (la mayoría de las veces 😅). Backend, frontend, lo que sea. 10+ years breaking and fixing code. I like building apps that work well and don't blow up in production (most of the time 😅). Backend, frontend, whatever it takes.

Visitas
10 Años picando códigoYears coding
15+ Proyectos shippedProjects shipped
Tazas de caféCups of coffee
Oscar Martínez

Sobre MíAbout Me

Un poco de mi historia y lo que me apasionaA bit about my story and what I'm passionate about

Hey, soy Oscar Martínez 👋

<developer> construyendo software que importabuilding software that matters </developer>

Siempre me ha gustado resolver problemas complejos. De chico consideré estudiar astrofísica o matemáticas, pero cuando descubrí la programación en la prepa, supe que era lo mío. Combina lógica, creatividad y la satisfacción de ver algo funcionando.

I've always loved solving complex problems. As a kid I considered studying astrophysics or mathematics, but when I discovered programming in high school, I knew it was my thing. It combines logic, creativity, and the satisfaction of seeing something work.

Soy Ingeniero en Sistemas por la Universidad Politécnica de Aguascalientes. Mi camino profesional me ha llevado por empresas como ICMA, FrontRunner, Softtek, DensityLabs, MUBAI y actualmente en Truck Drivers y PROAN, donde me especializo en arquitecturas de microservicios y desarrollo full-stack.

I'm a Systems Engineer from Universidad Politécnica de Aguascalientes. My career has taken me through companies like ICMA, FrontRunner, Softtek, DensityLabs, MUBAI, and currently at Truck Drivers and PROAN, where I specialize in microservices architecture and full-stack development.

JavaScript & TypeScript

JavaScript y TypeScript son mi stack principal. Desde APIs robustas con Node.js hasta interfaces reactivas con React — domino el ecosistema completo. TypeScript me permite escribir código más seguro y mantenible a escala enterprise.

JavaScript and TypeScript are my main stack. From robust APIs with Node.js to reactive interfaces with React — I master the full ecosystem. TypeScript lets me write safer and more maintainable code at enterprise scale.

AI-Augmented Developer 🚀

Integro Inteligencia Artificial en mi flujo de trabajo diario para maximizar productividad y calidad. Desde pair programming con AI, generación de tests automatizados, hasta optimización de código — aprovecho las herramientas modernas para entregar soluciones más rápido sin sacrificar calidad.

I integrate Artificial Intelligence into my daily workflow to maximize productivity and quality. From AI pair programming, automated test generation, to code optimization — I leverage modern tools to deliver solutions faster without sacrificing quality.

📸 Fotografía y video como hobby creativoPhotography and video as a creative hobby
🚀 Side project: OventsLabs
Café + lo-fi = productividadCoffee + lo-fi = productivity
📚 Siempre leyendo algo técnicoAlways reading something technical
"Build things, break things, learn from both."

Blog

Cosas que escribo cuando no estoy debuggeandoStuff I write when I'm not debugging

AWS 🧑‍💻 DevOps 15 Feb 2026

agents.oventlabs.com en 45 minutos: Docker + ALB + ACM + Hostingeragents.oventlabs.com in 45 minutes: Docker + ALB + ACM + Hostinger

Publicar Next.js en Docker detrás de un ALB con HTTPS (ACM) validado por DNS en Hostinger, con hardening de puertos y rollback sin tumbar producción.Ship Next.js in Docker behind an ALB with HTTPS (ACM) validated via Hostinger DNS, with port hardening and rollback without breaking prod.

OpenClaw 🦞 DevOps 14 Feb 2026

OpenClaw: WhatsApp + Multi-Provider Failover — Nunca Más OfflineOpenClaw: WhatsApp + Multi-Provider Failover — Never Offline Again

Cómo configuré un agente de IA con 4 proveedores de respaldo, watchdog automático y reconexión de WhatsApp para que nunca deje de responder.How I configured an AI agent with 4 fallback providers, automatic watchdog, and WhatsApp reconnection so it never stops responding.

Metodología 🔥 Manifiesto 13 Feb 2026

Scrum Está Muerto: Tu Sprint de 2 Semanas Es Nuestro MartesScrum Is Dead: Your 2-Week Sprint Is Our Tuesday

2 humanos + N agentes de IA > tu equipo de 10. La metodología OventLabs: same day deploy, cero ceremonias, resultados reales.2 humans + N AI agents > your team of 10. The OventLabs methodology: same day deploy, zero ceremonies, real results.

Copilot ⚠️ ToS 11 Feb 2026

GitHub Copilot Pro Casi Gratis (~$20 MXN/mes)GitHub Copilot Pro Almost Free (~$20 MXN/month)

Método económico paso a paso para usar Copilot Pro por el precio de un chip Bait. Viola ToS — el riesgo es tuyo.Step-by-step budget method to use Copilot Pro for the price of a SIM card. Violates ToS — risk is yours.

IA / Agentes 🧠 Deep Dive 11 Feb 2026

Cómo Construí un Agente de IA con Tool CallingHow I Built an AI Agent with Tool Calling

Arquitectura completa de un AI Coach: agentic loop, tool calling con 5 herramientas, OAuth PKCE con Claude, stealth headers y optimización de 39s a 8sComplete AI Coach architecture: agentic loop, tool calling with 5 tools, OAuth PKCE with Claude, stealth headers, and 39s to 8s optimization

Proyecto 🔴 En vivo 04 Feb 2026

10K Hours Tracker: El viaje hacia la maestría10K Hours Tracker: The Journey to Mastery

Bitácora cronológica sobre el desarrollo de una app inspirada en la teoría de las 10,000 horas de Malcolm GladwellChronological devlog about building an app inspired by Malcolm Gladwell's 10,000 hours theory

Microservices 29 Jul 2020

Microservicios con Node.js y Spring Boot para CryptomonedasMicroservices with Node.js and Spring Boot for Cryptocurrencies

Arquitectura de tres microservicios conectando Java y JavaScript para consumir APIs de BitsoThree-microservice architecture connecting Java and JavaScript to consume Bitso APIs

Backend 14 Feb 2019

Node.js con ElasticSearchNode.js with ElasticSearch

Integrando el motor de búsqueda más potente con Node.js para búsquedas en tiempo realIntegrating the most powerful search engine with Node.js for real-time searches

Arquitectura 15 Jul 2018

El Arte de Construir Software (RESTFUL)The Art of Building Software (RESTFUL)

Patrones, buenas prácticas y la filosofía detrás de las APIs REST bien diseñadasPatterns, best practices, and the philosophy behind well-designed REST APIs

Frontend 28 Apr 2018

React, el State, los Props y Todo lo DemásReact, State, Props, and Everything Else

Fundamentos de React: componentes, estado y el flujo de datos unidireccionalReact fundamentals: components, state, and the unidirectional data flow

Seguridad 10 Feb 2018

Mi Primer Algoritmo de EncriptadoMy First Encryption Algorithm

Creando un algoritmo de encriptación desde cero — aprendiendo los fundamentos de la criptografíaBuilding an encryption algorithm from scratch — learning the fundamentals of cryptography

Tech Stack

Tecnologías con las que trabajo día a díaTechnologies I work with daily

Backend

Node.js Express TypeScript Spring Boot .NET Prisma GraphQL

Frontend

React Redux TypeScript JavaScript ES6+ Material-UI Flutter

Databases

PostgreSQL MongoDB Redis Elasticsearch

DevOps & Cloud

Docker Kubernetes AWS Heroku Firebase Git

Testing

Jest Cypress Mocha React Testing Library

Messaging & APIs

Kafka Socket.io REST APIs Swagger

AI & LLMs

Claude Code GitHub Copilot MCP RAG AI Agents ADK (Google)

Experiencia LaboralWork Experience

Mi trayectoria profesionalMy professional journey

PROAN · Freelance

Full Stack Developer

May 2025 - PresenteMay 2025 - Present

🚛 SIGMOP - Yard Truck Management System

Full-Stack Enterprise Solution — Sistema integral de gestión de flota que revoluciona las operaciones de camiones mediante automatización inteligente y tracking en tiempo real. Full-Stack Enterprise Solution — Comprehensive fleet management system that revolutionizes truck operations through intelligent automation and real-time tracking.

  • 📊 80% de reducción en asignación manual de flota📊 80% reduction in manual fleet assignment
  • 15+ APIs RESTful con lógica de negocio complejawith complex business logic
  • 🔄 Socket.io para comunicación bidireccional en tiempo realfor real-time bidirectional communication
  • 📱 App móvil Flutter cross-platform con BLoC state management📱 Flutter mobile app cross-platform with BLoC state management
  • 🌐 IoT Samsara integración para tracking vehicular en vivointegration for live vehicle tracking
  • ⚙️ Algoritmos inteligentes para optimización de asignaciones⚙️ Smart algorithms for assignment optimization
Node.js TypeScript React Flutter PostgreSQL Prisma Socket.io Firebase Docker
Truck Drivers · Part-time

Full Stack Developer

Dic 2024 - PresenteDec 2024 - Present

📚 Enterprise Online Training Platform

Plataforma de capacitación empresarial diseñada para optimizar el aprendizaje corporativo y gestionar el ciclo completo de formación profesional. Enterprise training platform designed to optimize corporate learning and manage the full professional development lifecycle.

  • 🔐 AutenticaciónAuthentication JWT con sistema de roles y permisos multinivelwith multi-level roles and permissions system
  • 📊 Dashboard personalizadopersonalized con progreso en tiempo real por empleadowith real-time progress per employee
  • 📝 Motor de exámenesExam engine con múltiples tipos de preguntas y calificación automáticawith multiple question types and automatic grading
  • 📈 Panel administrativoAdmin panel con reportes analíticos y control de usuarioswith analytics reports and user management
  • 🔄 Feedback instantáneoinstant para optimizar la experiencia de aprendizajeto optimize the learning experience
  • 💾 PostgreSQL con sistema de backups automáticoswith automatic backup system
Node.js Express React TypeScript Redux Toolkit Material-UI PostgreSQL JWT Swagger Jest
MUBAI · Full-time

Full Stack Developer

Nov 2024 - Ene 2026

🧠 SOUL GATE System

Implementación del sistema SOUL GATE en versiones web y móvil (Android/iOS), trabajando en equipo con desarrolladores Full Stack e ingenieros de IA para integrar modelos analíticos de forma modular. Implementation of the SOUL GATE system in web and mobile (Android/iOS) versions, collaborating with Full Stack developers and AI engineers to integrate analytical models in a modular architecture.

  • 🤖 Integración de IAAI IntegrationModelos analíticos y algoritmos de machine learningAnalytical models and machine learning algorithms
  • 📱 Despliegue multiplataformaCross-platform deployment — Web + Android + iOS con testing exhaustivowith comprehensive testing
  • 📖 DocumentaciónDocumentation Swagger y manual técnico completo del sistemaand complete system technical manual
  • OptimizaciónOptimizationRendimiento, seguridad y escalabilidadPerformance, security and scalability
  • 🤝 CapacitaciónTrainingTraining al equipo para continuidad operacionalTeam training for operational continuity
Node.js React iOS Android AI/ML Integration Swagger TypeScript
DensityLabs · Full-time

Full Stack Engineer

Sep 2020 - Ago 2024 · 4 añosSep 2020 - Aug 2024 · 4 years

🏠 Remine - Real Estate Platform

Plataforma inmobiliaria con listados interactivos, visualización de mapas, y herramientas avanzadas para agentes inmobiliarios. Real estate platform with interactive listings, map visualization, and advanced tools for real estate agents.

  • 🔍 ElasticsearchBúsqueda en tiempo real de propiedades optimizadaOptimized real-time property search
  • 💳 Stripe APIProcesamiento de pagos y suscripciones de agentesPayment processing and agent subscriptions
  • 🔧 Node.js + KoaResolución de issues en endpoints APIAPI endpoint issue resolution
  • 🏗️ MicroserviciosMicroservicesCoordinación e integración de múltiples serviciosCoordination and integration of multiple services
  • ⚛️ React + ReduxDesarrollo de componentes y gestión de estadoComponent development and state management
  • 🧪 Testing completocomplete — Cypress, Jest, Mocha + stress testing
Node.js Koa React TypeScript PostgreSQL Elasticsearch Stripe Redux Material-UI Cypress
Softtek

Software Developer

Oct 2019 - Sep 2020 · 1 añoOct 2019 - Sep 2020 · 1 year

☁️ Enterprise APIs & Microservices

Especializado en construcción de APIs y microservicios con tecnologías enterprise de nivel corporativo. Specialized in building APIs and microservices with enterprise-level corporate technologies.

  • 🔗 MuleSoftIntegración de aplicaciones y datos empresarialesEnterprise application and data integration
  • ☁️ Spring CloudDesarrollo de aplicaciones cloud-nativeCloud-native application development
  • 🐳 Docker + K8sContainerización y orquestación a escalaContainerization and orchestration at scale
  • 📨 Apache KafkaStreaming de datos en tiempo realReal-time data streaming
  • 🌐 Netflix OSS — Eureka + Zuul para service discovery y routingfor service discovery and routing
Spring Boot Spring Cloud MuleSoft Docker Kubernetes Kafka AWS Netflix Eureka Apache Camel
FrontRunner Technologies

Full Stack Developer

Abr 2018 - Oct 2019 · 1.5 añosApr 2018 - Oct 2019 · 1.5 years

✈️ PartsBase - Aviation Parts Marketplace

Marketplace líder de partes de aviación con búsqueda en tiempo real e interfaz intuitiva para compradores y vendedores del sector aeronáutico. Leading aviation parts marketplace with real-time search and intuitive interface for buyers and sellers in the aeronautics sector.

  • ⚛️ React + ReduxDesarrollo de interfaces dinámicas con Material-UIDynamic interface development with Material-UI
  • 🔍 ElasticsearchBúsqueda en tiempo real de inventario de partesReal-time parts inventory search
  • 🔌 WebSocket — Quick RFQ con actualizaciones en vivowith live updates
  • 🖥️ .NET REST APIsIntegración backend robustaRobust backend integration
  • 🧪 Enzyme + JestTesting unitario y de componentesUnit and component testing
  • 📱 Responsive DesignExperiencia optimizada para todos los dispositivosOptimized experience for all devices
React Redux .NET C# Elasticsearch WebSocket Material-UI Jest jQuery

ContáctameContact Me

¿Tienes un proyecto en mente? ¡Hablemos!Have a project in mind? Let's talk!