Software developer. Problem solver. Creator.
I build software, automation tools, and AI systems focused on making things faster, smarter, and more efficient. Most of my work lives in C#, .NET, and backend development, with a growing focus on AI-assisted workflows and automation.
Currently studying Computer Science at Wichita State University while preparing for software engineering roles in backend development and data analytics.
Outside of tech, I enjoy taking photos, making videos, and documenting moments through creative projects, travel, and everyday life.
The modern platform for teams who want to move fast without breaking things.
{
"model": "claude-sonnet-4-20250514",
"max_tokens": 1024,
"messages": [{
"role": "user",
"content": "Analyze this dataset"
}]
} 1 import anthropic 2 3 async def run(prompt: str) -> str: 4 client = anthropic.Anthropic() 5 msg = client.messages.create( 6 model="claude-sonnet-4-20250514", 7 max_tokens=1024, 8 messages=[{ 9 "role": "user", 10 "content": prompt 11 }] 12 ) 13 return msg.content[0].text
{
"data": [
{
"id": 1,
"name": "fuel-ios",
"status": "live",
"stars": 128
}
],
"total": 6,
"cached": true
} I'll build
your site
I design and develop fast, custom software — no templates, no bloat. Hand-coded with modern tools, deployed in days not months. If you want something that works and ships fast, let's talk.
Projects
(hover)Fuel
Native iOS calorie tracker with AI food parsing, barcode scanning, HealthKit sync, and Apple Watch companion.
Yerb
Personal AI assistant running 24/7 on a Mac Mini. Manages calendar, automates coursework, runs autonomous builds overnight.
Token Tracker
Native macOS widget tracking Claude Code usage in real-time. Parses sessions, shows per-model breakdowns and costs.
Marketplace Scraper
Automated vehicle deal finder for Toyota Tacoma & 4Runner. Scrapes listings, scores deals, sends alerts.
Neural Networks
Custom neural network library — backpropagation, activation functions, convolutional layers — no frameworks.
Vault Keeper
AI-powered accountability system built on Obsidian. Reads journals, detects behavioral patterns, generates briefs.
Get in touch
For projects, collaborations, or just to say hey.








