Summary
Software engineer and founder with experience spanning Rust systems programming, full-stack web development, and AI agent architecture. Built and shipped multiple production platforms as a solo developer—including a Virtual Private Network (VPN) with WireGuard encryption and mesh networking, an open-source Large Language Model (LLM) agent platform with WebAssembly (WASM) sandboxing, and an accessibility compliance Software as a Service (SaaS) with real-time Web Content Accessibility Guidelines (WCAG) scanning. Left Clemson University’s Electrical Engineering program to pursue software ventures full-time.
Experience
Founder & Lead Engineer
2024 – Present
Tunnely · tunnely.org
- Built a full-stack Virtual Private Network (VPN) platform in Rust with a Tauri + Solid.js desktop client, distributed relay server infrastructure, and a Next.js marketing site with Stripe billing
- Implemented WireGuard-based encrypted tunneling (ChaCha20-Poly1305, Curve25519) using a userspace boringtun stack with async TUN device management
- Designed a multi-relay mesh network with automatic peer discovery, latency probing, and optimal path computation for multi-hop routing
- Engineered channel bonding system aggregating multiple network interfaces (WiFi + Ethernet + Cellular) with custom binary protocol, packet reordering, and three bonding modes
- Developed QUIC obfuscation layer wrapping WireGuard traffic as HTTPS/HTTP3 to bypass ISP-level VPN detection, plus a man-in-the-middle (MITM) HTTPS proxy for client-side ad/tracker blocking
Founder & Lead Engineer
Nov 2025 – Present
Omni · Open Source
- Architected a privacy-first AI agent platform as a 10-crate Rust workspace with a Tauri + React/TypeScript desktop UI
- Built a WebAssembly (WASM) extension runtime via Wasmtime/WASI with deny-by-default permissions and 27 native tools
- Designed a 4-layer anti-injection pipeline (signature, heuristic, machine learning classifier, output validation) to secure Large Language Model (LLM) I/O
- Implemented multi-provider LLM orchestration supporting OpenAI, Anthropic, Google, Ollama, and Amazon Bedrock with streaming and credential vault
- Developed 30+ messaging channel integrations (Discord, Slack, Telegram, Teams, etc.) and a visual flowchart automation engine
Founder & Lead Engineer
2025 – Present
A11yCore
- Built an accessibility compliance Software as a Service (SaaS) platform in React + TypeScript with real-time Web Content Accessibility Guidelines (WCAG) 2.2 scanning, health scoring, and a modularized scanner backed by Supabase and Puppeteer
- Engineered a standalone JavaScript plugin (14KB ESM) with 76+ deep DOM remediation features including Accessible Rich Internet Applications (ARIA) injection, keyboard trap detection, heading restructuring, and chart accessibility
- Implemented Stripe subscription billing with Supabase Edge Functions, webhook signature verification, and Row-Level Security for multi-tenant data isolation
- Developed AI-powered accessibility code fixer and real-time scanning with WebSocket progress updates, screenshot capture, and CSV export across 50+ WCAG rule categories
Founder & Developer
Aug 2024 – Present
BattleforgePC · Remote
- Built the business from the ground up, developing the full-stack website solo with React, JavaScript, and Supabase
- Integrated Stripe for payment processing and ChatGPT API for enhanced user functionality
- Architected the database, authentication flows, and deployment pipeline end-to-end
- Optimized performance and maintained site stability as user traffic scaled
Independent Game Developer
Aug 2023 – Present
Self-Employed
- Developing a VR police training simulator in C# targeting licensing deals with police academies nationwide
- Handling full product lifecycle: design, development, testing, and business development
Software Developer
Aug 2022 – Aug 2023
Critterz NFT
- Contributed to a 6-person dev team building server software for live online concerts supporting thousands of concurrent users
- Engineered CDN-like streaming infrastructure to ensure low-latency delivery at scale
Projects
A11yCore
Accessibility SaaS with real-time WCAG 2.2 scanning, 76+ deep DOM remediation features in a 14KB plugin, and subscription billing
Omni
omniapp.org
Open-source AI agent platform built in Rust with WebAssembly-sandboxed extensions, multi-provider LLM support, 30+ channel integrations, and anti-injection security
Tunnely
tunnely.org
Privacy-focused VPN platform built in Rust with WireGuard encryption, multi-relay mesh networking, channel bonding, and built-in ad/tracker blocking
BattleforgePC
E-commerce platform for custom hardware, built with React & Supabase