click a tech (or a few) to filter the projects below that use it
LOBEngine — Low-Latency Limit Order Book & Matching Engine
2026C++20 limit order book and matching engine built to production-grade low-latency standards — zero-allocation hot path, a TSan-verified lock-free ring buffer, and a full simulated exchange wired together over real loopback UDP with measured, honestly-reported latency.
Keytrus — Multi-Tenant Property Management Platform
2026Co-founded and built a multi-tenant SaaS property management platform — landlords, tenants, and vendors on one system, with tenant isolation enforced entirely at the database layer via Postgres Row-Level Security. Deployed live on Vercel.
FraudGuard — Real-Time Fraud Detection
2026Event-driven fraud/anomaly detection pipeline on Azure — a Go scoring microservice consumes a live transaction stream from Event Hubs and flags amount, velocity, and geo-velocity anomalies in real time on a Next.js dashboard.
NaniStack — Agency OS
2026Self-hosted agency operating system and Telegram bot that routes tasks to 6 specialized AI agents powered by a local LLM — real-time WebSocket dashboard, client management, and a built-in daily planner.
Autoholic Invoicing
2026Production invoicing system built for a real auto repair and towing business — managing clients, vehicles, invoices, and expenses with Canadian GST/PST tax handling. Deployed on Railway and actively in use.
AI Code Review Pipeline
2026Autonomous multi-agent system that reviews GitHub Pull Requests in real time, posting inline comments on specific lines of code — like CodeRabbit, built from scratch.
Horus — AI Desktop Assistant
2025 – 2026Agentic desktop AI assistant with an Iron Man HUD-style interface. Combines real-time voice I/O, persistent vector memory, and computer control — all running locally with Claude as the reasoning core.
Portable English-ASL Translator
Sept 2025 – Apr 2026Two-way offline translation system on Raspberry Pi 5 enabling real-time communication between ASL users and English speakers. Housed in a custom portable enclosure with battery-powered operation — no cloud dependency.
KawaKraft
2025Full-stack e-commerce platform with secure REST APIs for product management, authentication, and customer orders. Responsive UI built with Next.js and Tailwind CSS; version-controlled CI workflow via GitHub.
8-bit Microprocessor
2024Modular 8-bit microprocessor in Verilog HDL with sequencer, instruction decoder, and ALU. Validated on Intel FPGA using Quartus synthesis and ModelSim functional simulation.
Approximate Radix-4 Booth Multiplier
20248-bit Verilog HDL multiplier designed to accelerate DNN workloads by approximating the least significant partial product columns — achieving ~12% area and ~11% power reduction with 95% last-layer inference accuracy.
Travel Planning App
2024Django-based collaborative travel planning application with booking and reservation management backed by a relational database.