Skip to content
View dev-mikel's full-sized avatar
:electron:
Debugging and learning some stuff.
:electron:
Debugging and learning some stuff.

Block or report dev-mikel

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

👋 Hi, I'm Miguel Ladines

AI Engineer · LLM Integration · Business Automation · Cloud Infrastructure

Location: Caracas, Venezuela Open to work Native Spanish, C2 English

LinkedIn Email Portfolio Website Download CV


👋 About me

Bilingual Electronics Engineer (Spanish/English C2) with 5+ years of experience in IT consulting, corporate IT infrastructure, scientific research, intelligent transportation, and banking, in both employee and independent roles across Latin America. That multi-domain background shaped a systems-first approach: I think in terms of architecture, from the data layer to the business layer, and design accordingly, always weighing what a decision costs or saves the business, not just whether it works technically.

💼 What I focus on

  • LLM Integration: multi-model AI platforms, self-hosted and API-based, taken from prototype to cloud deployment and validated end-to-end.
  • Automation: workflow orchestration and reporting pipelines built to fail safely, with automatic validation and retries instead of silent errors.
  • Cloud & DevOps: containerized deployment and infrastructure as code, with every component validated on deployment, not assumed to work.
  • AI-assisted development: I use native AI tools (Claude Code) as part of my daily development workflow.

🛠️ How I work

  • Architecture in writing before code: scoped, documented decisions so any team member can maintain the system, not just me.
  • LLM output is untrusted until proven otherwise: generated content passes deterministic checks — format assertions, schema validation, retries with backoff — before anything ships.
  • Pipelines fail closed, not open: health checks block a pipeline from advancing on integrity failures — row counts, referential checks, access rules — instead of letting bad data reach a dashboard.
  • Reproducible by default: containerized, version-pinned configs that behave identically across dev, staging, and production — no "works on my machine."
  • Honest scope: explicit about what's a prototype and what's in production, without claiming results I can't back up.

📍 Caracas, Venezuela (UTC-4, full overlap with US business hours) · Open to independent remote, hybrid or on-site work.

🚀 Featured projects

Project Description
salesreport-automation Self-hosted reporting pipeline — n8n orchestration, PostgreSQL analytics, AI narrative generation, deterministic PDF rendering with retries and backoff.
ai-multimodel-chatbot Self-hosted multi-model AI chatbot on GCP — OpenWebUI behind hardened NGINX/Docker, pay-per-token access to OpenAI, Anthropic, xAI and DeepInfra via OpenRouter.
insurance-analytics End-to-end data pipeline for a synthetic insurance portfolio — star schema, row-level security on Supabase, four Looker Studio dashboards.
goldenmovies-webapp Bilingual cinema booking experience — Next.js 16, React 19 Server Components, interactive seat map, typed API layer with rate limiting.
agrotech-controlsystem Local-first IoT architecture for hydroponic control — six C4 diagrams, FSR/SAD/ADRs, an ICS/SCADA-style one-way trust boundary to the cloud.

💻 Tech stack

Languages & Web
C Python TypeScript JavaScript HTML5 CSS3 Bash

AI & LLM
Claude Code OpenAI API Hugging Face Ollama OpenRouter

Backend & Frameworks
Node.js Fastify Next.js React Tailwind CSS n8n

Cloud & DevOps
Docker Ansible NGINX Google Cloud DigitalOcean Supabase Git GitHub WireGuard Tailscale

Databases
PostgreSQL MySQL MariaDB SQLite Redis MongoDB

Embedded & IoT
ESP32 Raspberry Pi Arduino PlatformIO MQTT

Pinned Loading

  1. salesreport-automation salesreport-automation Public

    Reference architecture for a fully automated sales & inventory reporting pipeline — PostgreSQL analytics, AI-generated executive narratives, deterministic PDF rendering, and scheduled email deliver…

  2. ai-multimodel-chatbot ai-multimodel-chatbot Public

    Self-hosted AI chatbot on GCP — OpenWebUI in Docker behind NGINX, multi-provider LLM access via OpenRouter (OpenAI, Anthropic, xAi, DeepInfra), HTTPS with Let's Encrypt, UFW + VPC firewall. Pay-per…

  3. insurance-analytics insurance-analytics Public

    End-to-end synthetic Insurance Data Engineering pipeline with multi-layer HealthChecks, Supabase warehouse, and BI-ready datasets for Looker Studio.

    Python

  4. goldenmovies-webapp goldenmovies-webapp Public

    Premium bilingual cinema-booking web app — film discovery, visual seat selection, and order summary. Next.js 16 · React 19 · TypeScript · Tailwind CSS v4. Fully offline (in-memory mock store), EN/E…

    TypeScript

  5. agrotech-controlsystem agrotech-controlsystem Public

    Local-first IoT platform architecture for autonomous Flood & Drain hydroponic growing — FSR, SAD, ADRs, and C4 diagrams

  6. server-bootstrap server-bootstrap Public

    Reusable Ansible template for bootstrapping and hardening new Debian servers — SSH, firewall, Docker, monitoring, and shell, with built-in validation.

    Jinja