FULL-STACK
DEVELOPMENT
Design · Security · Infrastructure
Modern tools. No shortcuts.
I tackle the hard problems.
ABOUT
I'm a full-stack developer based in Austin, TX, building production systems where security is a first-class concern — not a checkbox at the end. I work across the entire stack: front-end interfaces, API design, cloud infrastructure, and the DevOps pipelines that hold it all together.
What I Build
My work ranges from autonomous trading platforms with multi-agent AI orchestration to enterprise automation tools processing sensitive government records. I've built collaborative finance apps with real-time bank sync, digital wallet integrations for Apple and Google, and serverless data pipelines on Azure. The common thread: systems that are secure by design and built to run without hand-holding.
How I Work
I care about the details that keep systems alive at 3 AM — proper encryption in transit and at rest, rate limiting that actually protects your API, audit logging you can trust, and infrastructure you can reproduce from code. I lean on Docker, Terraform, and CI/CD pipelines to make deployments boring and predictable. When it needs to be fast, I keep it simple.
PROJECTS
Trading Master AI
Autonomous quantitative trading system with a multi-agent AI orchestrator. FinBERT sentiment analysis, ML-based slippage prediction (LightGBM, XGBoost), and a weighted voting arbiter across four strategies — all behind a human-in-the-loop kill switch with budget governance. LLMOps framework with prompt registry and A/B testing. 7 pre-built Grafana dashboards for trading performance, risk management, and data quality monitoring with Prometheus metrics and zero-downtime deployment automation.
Atomos Finance
Collaborative household finance platform with dual-provider bank sync — Teller via mTLS client certificates and Plaid via OAuth for maximum institution coverage. Two-pass AI categorization engine: rules-based instant pass, then Claude/GPT for unmatched transactions with BYOK multi-provider fallback. Real-time bill-splitting with QR code sharing, Stripe subscription billing with feature gating, and 50+ API endpoints secured by row-level security across 20 database migrations.
Government Automation Suite
Enterprise automation tool for processing 250–500 sensitive government records daily at scale. PII masking in the DOM before PDF capture, AES-256-CBC decryption of encrypted database fields, Azure Managed Identity authentication with Key Vault credential management, and YAML-driven workflow configuration. Keyboard-only terminal UI designed for Azure Bastion remote access with session-persistent batch processing.
Cyberpunk Terminal UI Framework
Rich terminal user interface built for headless server environments where browser access isn't an option. Full keyboard-driven navigation, real-time data streaming, and a retro-futuristic aesthetic — designed to make operators actually enjoy working in the terminal.
RAG Knowledge Chatbot
AI chatbot powered by retrieval-augmented generation over a custom knowledge base. Semantic search with pgvector, abuse prevention middleware for prompt injection, and a knowledge ingestion pipeline that indexes repositories into structured entries automatically. Answers complex domain questions with sourced context.
Canna Card
Multi-tenant digital wallet SaaS supporting Apple Wallet and Google Wallet pass generation with RS256 JWT signing, device registration tracking, and push notifications via APNs. Golden-record Customer Data Platform merging 5+ POS sources (Lightspeed, Square, Dutchie, Treez, manual) with field-level priority conflict resolution. Dynamic per-tenant PostgreSQL schema isolation, batch campaign processing (250 items/batch with recursive queuing via QStash), and white-label branding.
Custom ETL Pipeline
Serverless data pipeline for enterprise platform migration built on 18 Azure Functions — HTTP endpoints, Cosmos DB triggers, timer functions, and queue consumers orchestrating real-time data ingestion with OAuth and rate-limit recovery. Dynamic Cosmos DB container provisioning per workspace with flattened document transformation, deduplication via SQL Server, and 7 Azure Storage Queues for async fault-tolerant processing with automatic retry and dead-letter recovery.
Director-y
Filmmaker social networking platform with 87 Eloquent models, 93 database migrations, JWT authentication, and 25 API controllers serving a mobile-first client. Real-time chat via Laravel Reverb (WebSockets), Firebase Cloud Messaging push notifications, and an engagement system repeated across 6 content types. 8 department role categories, aggregated content feeds, connection/friend system, and crew/casting call marketplace.
Atomos Sales
AI-powered sales training and lead discovery pipeline. Adversarial training system with persona-driven buyer agents vs. sales playbook agents, LLM-as-judge scoring (Claude Opus), evolutionary optimization, and automatic playbook rollback. Multi-provider LLM client (Anthropic, OpenAI, xAI Grok) with Google Places API lead discovery and 3-signal deduplication. Epoch-based training tracking with rubric versioning, parallel agent-safe SQLite (WAL mode, atomic row claiming), and ElevenLabs conversational AI deployment.
Modern Front-End Applications
Server-rendered React applications deployed on Vercel with CI/CD from push to production. Dynamic OG image generation, structured data for SEO, responsive design systems, and edge-optimized static generation. Built for performance — sub-second page loads, zero layout shift, and lighthouse scores in the high 90s.
Expertise Levels
121 skills • 32 overpowered
Showing 12 of 121 skills • 32 overpowered
Next.js
React framework with SSR/SSG
Next.js extends React with server-side rendering, static site generation, and the App Router architecture. It handles code splitting, API routes, and image optimization out of the box. The framework suits applications needing strong SEO and fast initial page loads.
Tailwind CSS
Utility-first CSS framework
Tailwind provides low-level utility classes applied directly in HTML rather than writing custom CSS. Its JIT compiler generates only the classes you use, keeping production bundles small. The constraint-based design system helps maintain visual consistency across projects.
Node.js
JavaScript runtime
Node.js runs JavaScript on servers using Chrome's V8 engine with an event-driven, non-blocking I/O model. The npm ecosystem provides packages for virtually any task. Node suits REST APIs, real-time services, and tooling scripts.
Express.js
Minimal Node.js framework
Express provides routing and middleware for Node.js without imposing structure. Its minimalist design means you choose your own templating, ORM, and authentication solutions. Most Node tutorials and packages assume Express compatibility.
Python
General-purpose programming
Python's readable syntax and extensive standard library make it popular for scripting, data science, and backend development. Frameworks like Django and FastAPI handle web applications while TensorFlow and PyTorch dominate machine learning. The language prioritizes developer productivity.
Flask
Lightweight Python framework
Flask provides routing and templating without dictating project structure. Extensions add functionality like database integration and authentication as needed. The microframework approach gives control over architecture decisions.
React Native
Cross-platform with React
React Native renders actual native UI components rather than web views, using React patterns familiar to web developers. Code sharing between iOS and Android reduces development time. Hot reloading speeds up the development cycle.
Flutter/Dart
Google's cross-platform SDK
Flutter uses its own rendering engine to draw UI consistently across iOS, Android, web, and desktop. The Dart language and hot reload provide quick iteration. Widget-based composition creates flexible layouts.
Push Notifications
Mobile push systems
Push notifications via FCM and APNs deliver messages to users even when apps are closed. Implementation requires handling tokens, payloads, and platform-specific behaviors. Proper targeting and frequency affect user retention.
PostgreSQL
Advanced open-source RDBMS
PostgreSQL offers ACID compliance, advanced indexing, JSONB columns, and full-text search. Extensions like PostGIS add geospatial capabilities and pgvector enables vector similarity search. It handles complex queries and large datasets reliably.
Supabase
Open-source Firebase alt
Supabase builds on PostgreSQL with auto-generated APIs, real-time subscriptions, authentication, and storage. The open-source model allows self-hosting while managed hosting handles infrastructure. SQL knowledge remains useful unlike pure NoSQL alternatives.
Vercel
Frontend cloud platform
Vercel deploys Next.js and other frameworks with preview URLs for each git branch. Edge functions run code close to users. The platform handles builds, CDN, and analytics without server management.
BONUS STAGE
Arctica Construction Manager
Burning Man
Project-managed large-scale physical infrastructure builds in extreme desert conditions, coordinating crews and logistics for one of the event's core service camps.
Computer Science & Physics
Academic Foundation
Formal study in both disciplines — systems thinking from physics meets algorithmic reasoning from CS. The combination drives an engineering approach rooted in first principles.
7+ Years Production
Full Stack Experience
Shipping production code across startups, enterprise, and independent consulting. From federal compliance platforms to autonomous trading systems — always security-first.
INITIATE CONNECTION
Ready to tackle a challenging project or discuss security-first development?
Let's connect.