{
  "$schema": "https://luissalberto.com/profile.schema.json",
  "generatedAt": "2026-04-29T05:08:20.202Z",
  "version": "2026.04",
  "person": {
    "name": "Luis Alberto Rodríguez Meneses",
    "role": "tech lead · IoT systems",
    "title": "Ph.D in Electronics",
    "location": "Puebla · MX · GMT-6",
    "email": "luiss_alberto@hotmail.com",
    "status": "open to collaboration",
    "bio": [
      "Lead engineering teams from Hardware to cloud.",
      "Ph.D. Electronics · 5 years shipping IoT.",
      "Hardware (antennas, PCBs, sensors, etc.).",
      "Software (cloud, dashboard, data).",
      "Focus: data analytics driving decision-making.",
      "Remote · small teams · open to collaboration."
    ],
    "links": {
      "site": "https://www.luissalberto.com",
      "cv": "https://cv.luissalberto.com",
      "linkedin": "https://www.linkedin.com/in/luissalberto"
    }
  },
  "education": [
    {
      "school": "Instituto Nacional de Astrofísica, Óptica y Electrónica",
      "degree": "Ph.D. in Electronics",
      "period": "2015 — 2019",
      "thesisUrl": "http://inaoe.repositorioinstitucional.mx/jspui/handle/1009/1772"
    },
    {
      "school": "Instituto Nacional de Astrofísica, Óptica y Electrónica",
      "degree": "M.Sc. in Electronics",
      "period": "2012 — 2014",
      "thesisUrl": "http://inaoe.repositorioinstitucional.mx/jspui/handle/1009/192"
    },
    {
      "school": "Benemérita Universidad Autónoma de Puebla",
      "degree": "B.Eng. in Mechatronics",
      "period": "2005 — 2010"
    }
  ],
  "skills": {
    "hero": [
      "Team leadership",
      "R&D management",
      "Technical mentoring",
      "Project delivery",
      "Systems architecture",
      "Hardware-software integration",
      "IoT solutions",
      "Wireless communications",
      "Computer vision",
      "Data analysis",
      "Cloud & edge computing"
    ],
    "competencies": [
      {
        "title": "Team leadership",
        "proficiency": "Expert",
        "role": "agile, OKRs, roadmap"
      },
      {
        "title": "R&D management",
        "proficiency": "Expert",
        "role": "budget, KPIs, cross-func"
      },
      {
        "title": "Technical mentoring",
        "proficiency": "Advanced",
        "role": "code review, growth plans"
      },
      {
        "title": "Project delivery",
        "proficiency": "Advanced",
        "role": "risk mgmt, stakeholders"
      },
      {
        "title": "Systems architecture",
        "proficiency": "Expert",
        "role": "distributed, embedded, cloud"
      },
      {
        "title": "Hardware-SW integration",
        "proficiency": "Advanced",
        "role": "firmware, drivers, protocols"
      },
      {
        "title": "IoT solutions",
        "proficiency": "Expert",
        "role": "LoRaWAN, MQTT, edge"
      },
      {
        "title": "Wireless communications",
        "proficiency": "Expert",
        "role": "RF, antenna, MIMO, 5G"
      },
      {
        "title": "Computer vision",
        "proficiency": "Advanced",
        "role": "YOLO, OpenCV, edge AI"
      },
      {
        "title": "Data analysis",
        "proficiency": "Advanced",
        "role": "Python, TF, Grafana"
      },
      {
        "title": "Cloud & edge computing",
        "proficiency": "Advanced",
        "role": "Docker, IaC, CI/CD"
      }
    ],
    "workFields": [
      {
        "title": "Data analysis",
        "proficiency": "Advanced",
        "role": "Python, TF, Grafana"
      },
      {
        "title": "IoT systems",
        "proficiency": "Advanced",
        "role": "LoRaWAN, MQTT, edge"
      },
      {
        "title": "Vehicle AI",
        "proficiency": "Intermediate",
        "role": "YOLO, OpenCV, edge AI"
      },
      {
        "title": "Cloud & CI/CD",
        "proficiency": "Advanced",
        "role": "IaC, Docker, GH Actions"
      },
      {
        "title": "Wireless comms",
        "proficiency": "Expert",
        "role": "MIMO, SDR, 5G"
      },
      {
        "title": "Antenna design",
        "proficiency": "Expert",
        "role": "microstrip, arrays, IoT"
      },
      {
        "title": "Microwave filters",
        "proficiency": "Expert",
        "role": "coupled-line, cavity"
      },
      {
        "title": "EM field analysis",
        "proficiency": "Expert",
        "role": "ANSYS HFSS, FEM, MoM"
      },
      {
        "title": "PCB design",
        "proficiency": "Expert",
        "role": "Altium, KiCad, HFSS 3D"
      }
    ]
  },
  "projects": [
    {
      "id": "p7",
      "year": "2026",
      "title": "NL→SQL MCP server for any database",
      "status": "live",
      "tags": [
        "MCP",
        "LLM",
        "SQL"
      ],
      "summary": "MCP server translating natural-language questions into safe, read-only SQL for any relational database, with a web console for queries and visualization. Impact: non-technical operators run analytics without SQL, cutting reports from days to seconds. Stack: TypeScript, MCP SDK, PostgreSQL, FastAPI, React, Docker."
    },
    {
      "id": "p10",
      "year": "2026",
      "title": "Automated CI/CD for cloud infrastructure",
      "status": "shipped",
      "tags": [
        "CI/CD",
        "IaC",
        "cloud"
      ],
      "summary": "End-to-end automated CI/CD pipeline for cloud systems and infrastructure: Git-driven builds, multi-stage testing, container registry, and zero-downtime rollouts with infrastructure-as-code provisioning and policy-gated approvals. Impact: release cycles cut from days to minutes, with auditable deploys and automatic rollback. Stack: GitHub Actions, Docker, Kubernetes, AWS."
    },
    {
      "id": "p12",
      "year": "2026",
      "title": "T3S3 LoRa Chat — P2P Wireless Messaging System",
      "status": "shipped",
      "tags": [
        "C++",
        "FreeRTOS",
        "LoRa",
        "Go",
        "TypeScript"
      ],
      "summary": "Peer-to-peer wireless chat over LoRa 915 MHz using two LilyGO T3S3 boards (ESP32-S3 + SX1276). Firmware in C++ with Clean Architecture, FreeRTOS multi-task design (4 dedicated tasks, inter-task communication via typed queues), real-time web UI over WebSocket, and OLED display output. Dual serial client implementations: Go (single static binary, zero runtime deps, 30 tests) and TypeScript/React-Ink (declarative terminal UI, 57 tests) — both with auto port detection, automatic reconnection, and session logging."
    },
    {
      "id": "p11",
      "year": "2026",
      "title": "EC2Docker Platform — AWS Provisioning Automation",
      "status": "shipped",
      "tags": [
        "Go",
        "AWS",
        "React",
        "TypeScript",
        "Docker"
      ],
      "summary": "Full-stack platform automating EC2 instance provisioning with Docker CE. Async job system for non-blocking deployments, REST API with Swagger docs, React dashboard for visual management, and Route53 DNS auto-update. Impact: reduced manual server setup from hours to minutes with zero manual SSH configuration. Stack: Go, Clean Architecture, AWS SDK v2, React 19, TypeScript, Docker, Prometheus."
    },
    {
      "id": "p1",
      "year": "2024",
      "title": "Secure cloud-based traffic control",
      "status": "shipped",
      "tags": [
        "IoT",
        "AI",
        "cloud"
      ],
      "summary": "Real-time traffic management system with redundant cloud+edge architecture, strict security protocols, and phased rollout. Impact: reduced average wait time at intersections during peak hours. Stack: Python, Go, MQTT, Node.js, React, C++, Linux, MySQL, OpenAI API."
    },
    {
      "id": "p2",
      "year": "2025",
      "title": "AI-based vehicle counting",
      "status": "live",
      "tags": [
        "YOLO",
        "CV"
      ],
      "summary": "Deep learning for real-time vehicle detection and classification, optimized for edge devices with custom pre-processing and augmentation pipelines. Impact: 95% classification accuracy across diverse lighting and weather conditions."
    },
    {
      "id": "p3",
      "year": "2023",
      "title": "Environmental monitoring system",
      "status": "shipped",
      "tags": [
        "LoRa",
        "TSDB"
      ],
      "summary": "Network of environmental sensors (air, temperature, humidity) with custom nodes, robust transmission, and a time-series database. 50+ deployed points informing environmental policy decisions."
    },
    {
      "id": "p4",
      "year": "2023",
      "title": "Smart city IoT platform",
      "status": "live",
      "tags": [
        "Docker",
        "µsvcs"
      ],
      "summary": "Integrated IoT platform with containerized microservices, cloud for scale, edge for real time. APIs, monitoring, TSDB, microcontrollers, and environmental sensors in a single pipeline."
    },
    {
      "id": "p9",
      "year": "2021",
      "title": "Autonomous UAV for precision agriculture & livestock",
      "status": "research",
      "tags": [
        "UAV",
        "CV",
        "remote sensing"
      ],
      "summary": "Autonomous UAV for aerial imagery capture in precision agriculture, livestock, and environmental monitoring. Impact: early anomaly detection and data-driven resource allocation. Stack: PX4, ROS, Python, OpenCV."
    },
    {
      "id": "p5",
      "year": "2019",
      "title": "UHF radio link · Ulises I nanosat",
      "status": "research",
      "tags": [
        "SDR",
        "FSK",
        "PCB"
      ],
      "summary": "Experimental UHF link for the \"Ulises I\" nanosatellite. SDR-based system with error correction and power management under strict size and power constraints. Reliable links successfully established."
    },
    {
      "id": "p8",
      "year": "2019",
      "title": "Dual-mode microstrip resonator filters",
      "status": "research",
      "tags": [
        "RF",
        "microstrip",
        "L-band"
      ],
      "summary": "Dual-mode microstrip resonator filters for 950–1450 MHz L-band. Compact footprint, sharp selectivity, low insertion loss. Application: IF stages and channel selection in RF chains. Stack: ADS, HFSS, MATLAB, VNA."
    },
    {
      "id": "p6",
      "year": "2018",
      "title": "K-band radio link system",
      "status": "research",
      "tags": [
        "µwave",
        "MATLAB"
      ],
      "summary": "K-band link for atmospheric attenuation measurement and broadband communications. Custom RF circuits + DSP to optimize the link. 99.9% reliability at 1 Gbps over 5 km."
    }
  ],
  "publications": [
    {
      "id": "mop-2019",
      "year": 2019,
      "date": "2019-10-01",
      "title": "Wideband dual-mode microstrip resonators as IF filters in a K-band wireless transceiver",
      "venue": "Microwave and Optical Technology Letters · Vol 62, Issue 2, p. 606–614",
      "type": "journal",
      "doi": "https://doi.org/10.1002/mop.32066"
    },
    {
      "id": "lamc-2018",
      "year": 2018,
      "date": "2018-12-12",
      "title": "Compact L-band Filter in a k-band Radiometer for Atmospheric Attenuation over Line-of-Sight Links",
      "venue": "IEEE MTT-S Latin America Microwave Conference (LAMC 2018)",
      "type": "conference",
      "doi": "https://doi.org/10.1109/LAMC.2018.8699062"
    },
    {
      "id": "lascas-2018",
      "year": 2018,
      "date": "2018-02-01",
      "title": "Design and construction of dual-mode micro-strip resonator filters for the 950–1,450 MHz band: Application as IF filters in microwave transceivers",
      "venue": "IEEE 9th Latin American Symposium on Circuits & Systems (LASCAS)",
      "type": "conference",
      "doi": "https://doi.org/10.1109/LASCAS.2018.8399962"
    },
    {
      "id": "somi-xxx-2015",
      "year": 2015,
      "date": "2015-10-01",
      "title": "Design and Characterization of Elementary Dipole Antennas for Nanosatellite Communications in the UHF Band",
      "venue": "Congreso de Instrumentación SOMI XXX · Durango, México",
      "type": "conference"
    },
    {
      "id": "somi-xxiv-2009",
      "year": 2009,
      "date": "2009-10-01",
      "title": "Design and Construction of a 2D Ultrasonic Anemometer",
      "venue": "Congreso de Instrumentación SOMI XXIV · Mérida, México",
      "type": "conference"
    }
  ]
}
