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.
CORESAMPLE: AWS AUDIT FRAMEWORK
An AWS-native security and compliance audit framework built on Amazon Bedrock and MCP. The audit logic, the foundation-model invocation, and every AWS API call run entirely inside the account boundary; no external service ever reaches in to inspect your infrastructure. Read-only, per-service IAM roles scan EC2 for untagged instances, public IP exposure, and overly permissive security groups, then hand findings to a dedicated reporting MCP server for a client-ready report.
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. Also available as a Bedrock-native variant for teams standardized on AWS.
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.
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.
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.