Work
Things I've shipped.
A mix of solo builds, hackathons, and college development projects. Federal work isn't listed publicly — happy to walk through it in a call.
Needlr
Location-first tattoo discovery and booking — the deliberate anti-Instagram.
ASP.NET Core API + Blazor WebAssembly PWA, with PostgreSQL/PostGIS for geospatial queries, Stripe Connect for split payments, and Hangfire for background jobs. Architectural Decision Records lock the scope: no social feed, no public reviews, booking-scoped messaging only. Currently active development — Montréal-first, single-maintainer.
- ASP.NET Core
- Blazor WASM
- PostgreSQL · PostGIS
- Stripe Connect
- Hangfire
- MediatR
- EF Core
Crittr
Animal-care SPA built solo, end to end.
Single-page application with a Blazor WebAssembly frontend and ASP.NET Core API backend. Implements JWT authentication, REST endpoints, dependency injection, and an SRP-based service architecture. Currently exploring AI-powered features for enhanced UX.
- Blazor WebAssembly
- ASP.NET Core
- JWT
- TailwindCSS
- EF Core
Job Radar
Daily .NET job-posting aggregator scored against my CV with Claude.
Pulls postings from multiple ATS platforms and aggregator feeds, filters for .NET roles and eligible locations, deduplicates via SQLite, scores each one with Claude Haiku, and emails a ranked daily digest. The whole pipeline runs on GitHub Actions on a cron — zero hosting cost. Built around Microsoft.Extensions.Hosting for DI, IHttpClientFactory for HTTP, raw HttpClient calls to the Anthropic API, and xUnit for the test suite.
- .NET 8
- C#
- SQLite
- Anthropic Claude API
- GitHub Actions
- xUnit
Swipe & Decide Cards
Real-time group decisions, built in 24 hours.
JacHacks 2025 entry. Users swipe on options, vote in real time, and an AI model summarizes the consensus. Owned backend logic, session management, and database operations.
- .NET MVC
- MongoDB
- SignalR
- JavaScript
- OpenAI API
HIAAA
Production-grade identity & authorization system.
Architected and built an Identity-Authentication-Authorization-Audit platform with app registration, RBAC, identity-provider integration, audit logging, CSV import, and user provisioning workflows. Heritage College development project.
- .NET 8 MVC
- EF Core
- Razor
- TailwindCSS
- MS SQL