Miguel Ortiz

Network Engineering · Security Operations · AI-Assisted Development

Currently Shipping
Latest Video
April Fools Fun in Zwift
Apr 2026
Latest Demo
Cycling AI
Apr 2026
Latest Repo
miguelortiz.ai
Apr 2026
Latest Track
Faith & Fire on Spotify
2025
About

Network engineer by trade. Builder by instinct. Now AI has become my force multiplier. Twenty years across military intelligence, enterprise infrastructure, and security operations taught me what to build and why. AI tools like Claude Code, Cursor, Codex, and more give me the ability to actually build it — operational tooling that compresses manual work into repeatable, auditable processes.

My career started in the Marines doing tactical computer forensics and digital network intelligence, and every role since has been rooted in the same instinct: understand the system, find what's broken, fix it. Troubleshooting is my primary craft. I've built infrastructure from scratch, managed firewall estates across Cisco and Palo Alto, run vulnerability programs, led teams, and shipped AI-built tools that cut hours of daily work into minutes.

This site is a working example. Wix DNS → Azure Static Web Apps → GitHub Actions CI/CD — built and deployed with AI assistance. I don't just talk about using AI. I ship with it.

Experience
2026 –
AI-Assisted Development
Independent
Building network automation tools, security output parsers, and full-stack portfolio projects using Claude Code. Developing a cycling performance ML application with training data integration. Shipping real tools — not tutorials.
Active
2020 – 2026
Network Engineer II
Anju Software · Remote (Fort Lauderdale, FL)
Owned all firewall installation, replacement, and maintenance across Cisco ASA, FTD, and Palo Alto platforms — including HA failover configuration in Azure. Ran the vulnerability management program via Qualys VMDR and WAS: scanning, patching, remediation tracking, and monthly/quarterly compliance reporting. Managed daily network operations including site-to-site and remote access VPNs, DMZ port management, tunnel configurations, and security ACL updates.
→ Shipped:AI-powered IP ACL management tool — bulk IP parsing, duplicate/malformed filtering, AbuseIPDB scoring, CLI/CSV output for Cisco ASA, FTD, and Palo Alto.
See the evolved version in the IP Parser demo below →
2013 – 2020
Tier 3 Helpdesk / Team Leader
L7 Solutions · Davie, FL
Led a team of seven handling escalations for server outages, network failures, system-wide incidents, and Exchange/Windows errors across 40+ client environments. Managed technical escalations, training, SLA enforcement, and served as primary point of contact for client-specific infrastructure. Assisted the projects department with networking equipment configuration and installation.
2017
Helpdesk Technician
Level5 Mgmt · Boca Raton, FL
Managed an Exchange 2010→2016 migration for 90 users, deployed mobile VPN for 40 remote users, configured Ubiquiti wireless APs, managed VLANs across Cisco and HP switching, and administered VMware environments including ESXi and vCenter.
6-month contract during L7 gap
2007 – 2013
Senior Network Engineer
Focus Technologies · Sunrise, FL
Designed and managed all network infrastructure: IP addressing, VLAN/trunk management, BGP/PBR/static routing, site-to-site and remote VPNs, DNS, SSL certificates, and monitoring. Virtualized 70+ physical servers onto 20+ Dell Blade hosts using Citrix XenServer, built 150+ virtual desktops on a redundant XenDesktop/NetScaler environment, implemented five Dell EqualLogic SANs, and managed Cisco Unified Call Manager including disaster failover.
2006 – 2007
Network Engineer
SR Technologies · Davie, FL
Post-military transition into civilian engineering. Network troubleshooting, IDS log analysis, Linux server administration, and wireless security research including Bluetooth vulnerability assessment. Built multiple mobile wireless research platforms.
2001 – 2006
Digital Network Analyst
United States Marine Corps · Jacksonville, NC
Tactical computer forensics and digital network intelligence. Mission planning and execution of digital network operations and network security analysis. Conducted packet analysis of wired and wireless networks to identify protocols from web sessions, messaging services, and applications — reconstructing network topology maps from captured traffic. Helped stand up a new department including research and deployment of equipment to enhance warfare capabilities.
USMC Veteran
Training & Education
Cisco CCNA
Cisco Systems
Microsoft MCSE
Microsoft
CompTIA A+
CompTIA
CompTIA Network+
CompTIA
Computer Forensics
Intense Schools · Intermediate
TS/SCI Clearance
U.S. Government · Inactive

Simplicity with purpose — in networks, in code, and in life. I'm a competitive cyclist, content creator, and songwriter (a bit of a stretch). The same discipline that keeps infrastructure running keeps me in the saddle and in the AI studio. Growth is the constant — if I'm idle, I'm learning something, improving something, or strengthening a relationship.

Tools built with AI-assisted development. I identify the problem, architect the solution, and use Claude Code to build it. Each preview shows real output — click Open Full Demo to interact. These aren't mockups.

miguelortiz.ai/demos/fit-to-zwo/
// Real ride → Zwift workout

parseFit(ride.fit)
→ 1h24m captured · 237w avg
→ 6 segments detected
→ normalized to 200w FTP
→ output.zwo ready

Fit to Zwo

Drop a .fit or .gpx file into the browser. Parses the ride or route, extracts the power or elevation profile, normalizes it against your FTP, and emits a valid Zwift .zwo workout — with optional distance trimming, Strava segment fetch, and a manual workout builder.

Live · Pure JS, runs in your browser
miguelortiz.ai/demos/ip-parser/
// Threat report → firewall blocks

extract(syslogBlob)
→ 15 matches · 13 unique
→ filtered to 9 candidates
→ AbuseIPDB: 6 ≥ 75%
→ ASA / FTD / PA generated ✓

IP Parser

Originally a Windows desktop tool for triaging malicious-activity reports. Paste a threat feed (syslog, PDF, email), extract every public IP, filter against private / known-bad / company lists, score the survivors through AbuseIPDB, and generate deployment artifacts for Cisco ASA, FTD, and Palo Alto — then update the internal reputation database.

Live · Visual walkthrough · Canned data
miguelortiz.ai/demos/cycling-ai/
// Ride history → next 30 days

intervals.sync(84d)
→ 63 activities · 412 features
model.train(gradient_boost)
→ R²=0.91 · mae=1.6 W
predict.ftp(+30d, "ftp_build")
→ 318 W · 87% conf

Cycling AI

ML-backed training recommendations distilled from my own ride history. The demo replays an import-and-train theater, then drops you into a 4-panel dashboard: power curve, CTL/ATL/TSB fitness trajectory, 30-day FTP forecast with confidence band, and a 4-week recommended workout calendar.

Live · Visual walkthrough · Canned data
miguelortiz.ai
// This site's deployment pipeline

git push origin main

→ GitHub Actions triggered
→ Azure Static Web Apps deploy
→ miguelortiz.ai updated ✓

This Site

Wix DNS → Azure Static Web Apps → GitHub CI/CD. Custom domain, automated deployment, and every line built with AI-assisted development.

Live · You're looking at it
Coming Soon
miguelortiz.ai/demos/...
// coming soon

In Development

Next build in the pipeline. Stay tuned.

Open Full Demo
In development