Selected Work

Projects

A working archive of what I build — trading systems, Web3 infrastructure, developer tooling, and full-stack products.

01Public

Dropbeam

Peer-to-peer file transfer with no server in the middle — lightning fast, direct device-to-device sharing.

What I builtA browser P2P transfer flow that opens a direct connection between peers so files move straight across without an upload server hop.
JavaScriptP2PWebRTC
02Public

linkerv

An ad network with an inverted economy: the people who view the ads get paid — not the platform. Advertiser budgets drain per click like fuel, and that revenue is pooled and split among users.

What I builtThe payout engine that distributes the pooled budget every two weeks based on active uptime and verified impressions, plus the advertiser funding/burn-down mechanics.
JavaScriptHTML/CSSAd-tech
03Public

web3-tools

A curated, continuously expanding collection of blockchain infrastructure, developer tooling, protocols and ecosystem resources. Open to community contributions via Issues and PRs.

What I builtOrganised the catalogue and contribution workflow in TypeScript so other developers can add resources cleanly and find the right tool fast.
TypeScriptWeb3Open Source
04Public

mulul

Open-source, zero-storage custom-domain email delivery infrastructure. Send and receive on your own domain without warehousing messages.

What I builtA thin, type-safe Next.js (App Router) API gateway in front of the Rust-based Stalwart mail core, containerised with Docker for one-command self-hosting.
TypeScriptNext.jsDockerEmail Infra
05Public

smgts

A School Management System covering the administrative workflows a school runs on — records, classes and operations in one place.

What I builtA PHP backend with a Vue front end (and some Rust components), modelling students, staff and academic data into a single management dashboard.
PHPVueRust
06Public

learnit

Upload an academic PDF and it generates five questions per page — theory or multiple-choice — to test your understanding of the material.

What I builtA PDF-parsing pipeline wired to Gemini AI for question generation, with a Postgres-backed store and a TypeScript web UI for studying.
TypeScriptGemini AIPostgreSQL
07Public

oddraw

OddDraw Casino — a high-performance, decentralized game backend built on a ckUSDC ↔ ICP hybrid architecture, using the Internet Computer for escrow and balance accounting.

What I builtThe official ckUSDC bridge flow, the ICP canisters (Rust/Motoko) for escrow and accounting, and a Next.js web app — tying Solidity-side assets to on-chain game logic.
TypeScriptRustSolidityICP
08Public

solo

A native, minimalist TODO & reminder application for Fedora / GNOME, built in Rust — fast, local-first, and at home on the Linux desktop.

What I builtA Cargo workspace split into a shared core crate (model + JSON storage + DBus constants) and the app layer, integrating with the desktop via DBus for notifications.
RustGNOMEDBusLinux
09Public

hybridq

A lightweight, embedded background worker for serverless. Run safe, batched, deferred tasks directly inside Vercel / Next.js / Cloudflare Workers / Lambda — with no persistent worker server.

What I builtA self-limiting queue in TypeScript where incoming request traffic ("hybrid triggers") drains the backlog in secured batches, with strict execution-time and job caps to stay inside serverless budgets.
TypeScriptServerlessVercel
10Public

sankofa

A volunteer-led learning movement affiliated with IEEE Smart Village, built on the belief that quality learning should reach every community.

What I builtThe TypeScript web platform that tells the movement's story and coordinates its volunteer community across locations.
TypeScriptHTML/CSSIEEE Smart Village
11Public

sniper-bot

An automated market sniper — it watches for a target condition and fires the moment it is met, removing the human reaction lag that costs entries.

What I builtReal-time monitoring loop in TypeScript with a fast trigger pipeline and a lightweight web control panel for configuring targets and watching execution live.
TypeScriptNodeHTML/CSS
12Public

desktop-quant

A growing, sophisticated desktop trading application spanning forex, crypto and stocks — one terminal for multiple markets.

What I builtA native desktop shell wrapping live market data, charting and order flow, designed to scale into a full quant workstation rather than a single-asset tool.
Desktop AppTradingMulti-market
13Public

printf

A from-scratch reimplementation of C's printf — handling standard and custom conversion specifiers, written as a low-level collaboration project.

What I builtThe _printf function in C with variadic argument handling, buffered output, and support for format specifiers — built collaboratively with version-controlled review.
CSystemsCollaboration
14Public

sendmail

A local Gmail Batch Sender — enter a Gmail address, an App Password and a recipient list, and send batches straight from your own account on your own machine.

What I builtA Svelte + Vite front end with an Express + Nodemailer backend that authenticates via Gmail App Password and dispatches batched mail locally.
SvelteExpressNodemailer
15Public

tictactoe

A clean, browser-based Tic-Tac-Toe — a focused front-end exercise in game state and turn logic.

What I builtThe full board, win/draw detection and turn handling in plain HTML and JavaScript, no framework.
HTMLJavaScriptGame
16Public

content_blocker

A content blocker — filtering unwanted content out of the browsing experience.

What I builtThe filtering rules and blocking logic that intercept and suppress targeted content as pages load.
BrowserFiltering
17Public

network_sharig

NetShare — route a visitor's internet traffic through your local machine. Users open a web page, click Connect, and browse using your network connection: no VPN software, no browser config.

What I builtA Next.js front end paired with Python / PowerShell components that proxy and route traffic through the host machine, set up entirely from the browser.
TypeScriptPythonNext.jsNetworking
18Public

payment

A payment integration layer — the plumbing that lets a product collect money cleanly.

What I builtA TypeScript payment flow handling the checkout-to-confirmation lifecycle, structured to drop into other products.
TypeScriptPaymentsFintech
19Public

zyraapi

Zyra — a blockchain-powered crowdfunding platform built to make fundraising trustworthy and transparent for urgent needs like medical care, education and community projects.

What I builtThe TypeScript API and Postgres data layer behind verified, on-chain-backed campaigns so donors can see exactly where funds go.
TypeScriptPostgreSQLBlockchain
20Public

task-me

A task-management app for capturing, organising and tracking work to completion.

What I builtA TypeScript front end with task CRUD, state tracking and a clean, focused interface for staying on top of a backlog.
TypeScriptJavaScriptProductivity

and many more projects that live in private repos