Recent builds, open for review.
A sample of recent projects — AI agents, MCP servers, and the site you're looking at right now. Every repo below is public; clone it, read the code, and judge for yourself.
- VIEW ON GITHUB ›
AWS AUDIT MCP SERVER
A custom Model Context Protocol server that audits AWS EC2 infrastructure for security and compliance issues — flagging untagged instances, public IP exposure, and overly permissive security groups — then generates client-ready reports in Markdown, HTML, or PDF.
- VIEW ON GITHUB ›
DAILY TECH BRIEF AGENT
An autonomous Claude Code agent that runs nightly via cron, researches the latest news in DevOps, AI agents, MCP, and cloud infrastructure using a scoped subagent, and posts a structured summary straight to Slack through a custom MCP server.
- VIEW ON GITHUB ›
MOORE SOLUTIONS WEBSITE
This site — built with Next.js 16, React 19, and Tailwind CSS, featuring a custom dark design system, a server-action contact form with Gmail SMTP and reCAPTCHA, and a fully agentic build process using Claude Code.
- VIEW ON GITHUB ›
WEBTECHHQ INFRASTRUCTURE
Terraform infrastructure for webtechhq.com — a single EC2 instance, Elastic IP, and security group provisioned as code, with user-data bootstrapping Node.js, PM2, Nginx, UFW, and fail2ban for production hardening.
- VIEW ON GITHUB ›
IOT TELEMETRY PIPELINE
A full-stack IoT demo: ESP32 sensors monitoring an oil well tank, streaming over MQTT into OpenSearch, with a Next.js dashboard for visualization. A portfolio piece demonstrating the full path from sensor to dashboard.