Portfolio

Here's what I've been building.

Projects

Carded application screenshot

Carded

AI-powered business card scanner that turns a photo into importable contact data. Uses Claude's vision model with BAML for structured field extraction, then exports as a vCard (.vcf) for Apple Contacts or a CSV for Google Contacts. Implements a bring-your-own-key design that never stores API credentials in plaintext, pairing practical utility with privacy-first architecture.

Friendly Advice Columnist application screenshot

Friendly Advice Columnist

AI-powered advice service delivering thoughtful guidance on interpersonal challenges. Built with a three-stage LLM pipeline: input screening, response generation, and voice-matching refinement. Demonstrates practical multi-agent orchestration and sophisticated prompt engineering for consistent, empathetic output.

Receipt Ranger application screenshot

Receipt Ranger

AI-powered receipt parser transforming photos into structured spreadsheet data. Combines computer vision and LLMs to extract line items, totals, and merchant details with direct Google Sheets integration. Eliminates manual expense tracking through automated data extraction and formatting.

Recipe Chatbot application screenshot

Recipe Chatbot

Intelligent recipe assistant built with retrieval-augmented generation (RAG). Searches a vector database of curated recipes using semantic similarity, falling back to LLM generation when needed. Demonstrates practical implementation of hybrid AI systems balancing accuracy with flexibility.

Cursor File System application screenshot

Cursor File System

Opinionated filesystem architecture designed for AI agent development. Organizes work into categories (features, bugs, refactors, tests) with executable instruction documents that AI agents can interpret and run directly. Includes GitHub Issues synchronization and workflow automation for AI-assisted development.

Open Source Contributions

  • River City Resources — Built comprehensive features and fixed critical bugs for River City Resources, connecting people with disabilities to available resources in San Antonio
  • CHARLOTTE — Added custom plugins to CHARLOTTE, an AI-driven cybersecurity application (now closed source)
  • Taco Price Index — Designed and implemented modern front end for Taco Price Index, tracking taco prices across San Antonio

Certifications

AWS Certified Solutions Architect (2025)

Core Skills

  • AWS (Lambda, S3, EC2, RDS, CloudFront, IAM, CDK, EventBridge)
  • Python, JavaScript / TypeScript
  • Infrastructure as Code (CloudFormation, CDK)
  • AI / LLM integration, prompt engineering, RAG
  • Security hardening, Prisma Cloud, SOC 2 compliance
  • PostgreSQL, database administration
  • React, Astro, front-end development
  • GitHub, CI/CD, automation