Projects I’ve Built

A mix of open-source, personal, and experimental projects—each one pushing my skills further.

  • Street Ninja

    A full-stack, non-profit project providing real-time resources for vulnerable people in Vancouver. Built with Django REST Framework, Next.js, PostgreSQL (GIS), Redis, Celery, and Twilio for SMS-based assistance.

    github.com

  • Street Ninja Website

    The official website for the Street Ninja project. It serves as an informational hub for government officials, grant issuers, fundraisers, and NGOs to learn about the initiative. The site features an interactive map and a web-based chat that allows users to simulate the normally SMS-based service in their browser.

    github.com

  • Stegosaurus

    A C# steganography tool that allows users to hide and extract encrypted messages within images using LSB encoding and AES encryption. Includes a CI pipeline with automated testing, and published on NuGet.

    github.com

  • Fingerprint Defender

    A TypeScript-based browser extension built with Vite that intelligently spoofs browser fingerprinting vectors such as canvas, WebGL, and user-agent metadata. It uses a baseline of the user's real environment to generate realistic spoofed values, aiming to counter modern tracking techniques while maintaining plausible browser behavior.

    github.com

  • PowerSweep

    A PowerShell module designed for Windows privilege escalation in Capture The Flag (CTF) scenarios. Automates enumeration of misconfigurations that can lead to privilege escalation.

    github.com

  • Webweaver

    A fully asynchronous web scraper using Playwright and aiohttp, designed for human-like bot behavior, efficient data extraction, and automated website interaction.

    github.com

  • tire_codes

    A Python package for parsing and decoding automotive tire codes, providing detailed specifications such as tire width, aspect ratio, load index, and speed rating. Pubished on PyPI.

    github.com

  • canatax

    A Python tool for quickly calculating Canadian income tax and sales tax rates across provinces, useful for personal finance and business applications. Published on PyPI.

    github.com

  • BlockchainExplorer

    A simple tool for querying the BTC blockchain on my BTCPayServer node. Built for the purpose of familiarizing myself with C#, .NET, and Entity Framework.

    github.com

  • Nikki Racing

    A full-stack React/Django project documenting the build of a Tesla Model 3 racecar, nicknamed 'nikki'.

    github.com

  • Tortoise Shell

    A Python tool that provides an interactive shell with Tortoise-ORM model imports, streamlining database interactions for developers using Tortoise ORM.

    github.com

  • django-affiliate-marketing

    A Django Rest Framework plugin for setting up an affiliate marketing program, allowing businesses to track referrals and commissions seamlessly.

    github.com

  • kitchen_sink

    A Bash script that automates hash-cracking by recursively collecting every wordlist in a directory and feeding them to John the Ripper. Designed primarily for use with SecLists, it can also work with any custom wordlist collection. Used for capture-the-flag (CTF) challenges.

    github.com

  • lukio

    (L)inux (U)nified (K)ey IO: A Bash script for mounting and unmounting LUKS-encrypted volumes via different backends. Originally designed to support zuluCrypt, cryptsetup, and udisksctl, it currently wraps zuluCrypt-cli, simplifying the syntax for easier usage

    github.com

  • BTC/LTC payment processor

    A Django-based Bitcoin payment processor that integrates with the Electrum BTC wallet via JSON-RPC. It converts CAD to BTC using CoinMarketCap and CoinGecko APIs, generates unique deposit addresses from the merchant’s master public key, and ensures secure authentication with HMAC. Originally built as a proof of concept for handling crypto payments for online dispensaries—without ever controlling private keys. Also has support for Electrum's LTC wallet.

    github.com

  • arduino-lib

    A Bash wrapper for Arduino CLI, allowing easier filtering of Arduino packages by name, author, and maintainer.

    github.com

  • Django HMAC Plugin

    A fork of github.com/aaronlelevier/django-rest-framework-hmac, originally built by another dev but left broken on Django 3+. I fixed the header handling, cleaned up some internals, and made it fully functional for modern Django/DRF setups.

    github.com

  • CTF Time

    A Python CLI tool to automate the initial recon steps of a Capture The Flag (CTF) challenge. It streamlines setup by creating a new directory, running an Nmap scan, saving results, querying Searchsploit for vulnerabilities on whichever services/versions are running on the open ports, and launching FFUF fuzzing on any detected web servers. Built with Python, Click, and the Python Nmap library.

    github.com

  • Sudoku Solver

    A simple Python script that takes a Sudoku board, as a 2D array of integers, and solves it using recursion and a backtracking algorithm. A fun project to build, although it definitely takes the fun out of playing Sudoku.

    github.com