Enterprise loyalty infrastructure
My Enda
01A production-grade loyalty backend for Enda Tamweel, coordinating campaign eligibility, monthly scoring, point ledgers, reward requests, staff access, mobile authentication, and Hedera settlement.
Designed for a client population of roughly 500,000 with recoverable batch execution and auditable state transitions.
Java 25Spring BootPostgreSQLRabbitMQKeycloakHedera
Hackathons & autonomous evaluation
4Hacks
02A full-lifecycle hackathon platform spanning teams, judging, prizes, subscriptions, real-time communication, and an asynchronous four-layer system for evaluating submitted GitHub repositories.
Architected a modular NestJS backend with BullMQ workers, Redis-backed analysis, OAuth 2.0 / PKCE identity, Stripe billing, and production observability.
NestJSTypeScriptPostgreSQLPrismaBullMQAI Agents
Multi-tenant learning infrastructure
4Hacks Learning
03An enterprise learning and credentialing backend for organization workspaces, course progress, randomized assessments, verifiable PDF certificates, and configurable gamification.
Built around tenant isolation, immutable exam and credential snapshots, Redis and BullMQ workers, cookie-based sessions, TOTP 2FA, and auditable state changes.
NestJSTypeScriptPostgreSQLRedisBullMQPDFKit
AMM protocol & real-time indexing
Eagle Finance
04A full-stack decentralized exchange on Massa, combining independently audited AMM smart contracts with a Rust backend that turns live blockchain events into routing and market analytics.
Engineered pool, factory, and flash-loan mechanics alongside Redis Streams ingestion, TimescaleDB OHLCV rollups, exact U256 swap routing, and the open-source rust-massa-web3 SDK.
RustMassaActix WebRedis StreamsTimescaleDBAMM
AI automated liquidity management on Hedera
Yieldera
05An autonomous liquidity and yield optimization protocol built for Hedera, coordinating SaucerSwap V3 concentrated-liquidity vaults and Bonzo lending strategies with Gemini agents via MCP.
Engineered Solidity vault contracts, a multi-vault Tokio/Actix rebalancing engine, and a dedicated Rust Model Context Protocol server for agentic DeFi operations.
RustSolidityHederaMCPGeminiSaucerSwapDeFi
Private DeFi fund infrastructure
91 Funds
06Private product work on decentralized fund infrastructure, spanning secure multi-asset flows, on-chain transaction verification, high-water-mark settlement, and subscription-based access.
Applied defense-in-depth withdrawal controls and scheduled financial workflows while keeping client and implementation details confidential.
DeFiNestJSSolidityFinancial WorkflowsSecurity
Cross-chain token escrow & vesting
TokenPledge
07A multi-chain token escrow platform for market-cap-triggered releases and linear vesting, implemented across EVM networks and Massa with automated off-chain keepers.
Combined upgradeable Solidity contracts, WASM contract engineering, and Node.js workers that monitor market conditions and execute eligible releases.
SolidityMassaAssemblyScriptNestJSVestingDeFi
Local-first intelligence agent
Buoya News Agent
08A single-binary crypto, DeFi, and AI intelligence agent in Rust with background multi-source ingestion, local BGE vector embeddings, SQLite storage, and an LLM tool-use loop.
Engineered offline semantic search via sqlite-vec, a keyboard-driven Ratatui terminal UI, an Actix Web REST/SSE server, and Telegram notifications with zero idle overhead.
RustLLMSQLiteRatatuiActix WebSemantic Search
Architecture discovery in Rust
AI Repo Analyzer
09A multi-agent CLI tool in Rust that clones and indexes repository syntax trees, Git history, and project metrics, generating deep architectural reports using Gemini.
Combines git2 commit forensics, framework detection, code complexity metrics, and the Rig AI agent framework to produce structured JSON/YAML intelligence.
RustAI AgentsGeminiRiggit2CLI
Private ZK payroll streaming on Stellar
Stream Zero
10A zero-knowledge payroll streaming protocol on Stellar Soroban where salaries vest per second with identities, rates, and totals concealed behind Groth16 zk-SNARKs.
Verified on public testnet via Protocol 25 BN254 host functions, featuring in-browser WASM proving, Poseidon commitments, and front-running resistant nullifiers.
StellarSorobanRustGroth16BN254NoirWASM
Private continuous payroll on Canton
Canton Payroll Stream
11A privacy-first continuous payroll dApp on Canton Network where salary accrues per second with native on-chain tax withholding and Canton sub-transaction privacy.
Engineered a single Daml PayrollStream template with lazy per-second accrual math and a custom TypeScript client for Canton JSON Ledger API v2.
DamlCantonTypeScriptReactJSON Ledger APIPrivacy
FHE payroll for Web3 teams
GhostPay
12An institutional payroll protocol using Fully Homomorphic Encryption (FHE) on Fhenix so salary amounts, deductions, and balances remain encrypted while executing on-chain.
Solves the institutional privacy gap with CoFHE contracts, encrypted euint32 arithmetic, edge encryption, and gasless cryptographic viewing permits.
SolidityFhenixFHENext.jsPayrollConfidential EVM
Trading engine internals
Rust Spot Order Book
13A high-performance spot matching engine in Rust with limit and market orders, partial fills, price-time priority, precise decimal handling, and a Tokio message-passing interface.
Achieves sub-10 microsecond execution latency and 100K orders/sec on a single thread using Tokio MPSC channels, BTreeMap price levels, and VecDeque queues.
RustTokioOrder BookTradingConcurrencyLow Latency
Agentic smart-contract security
Auditra
14An autonomous AI security CLI in Rust that analyzes Hardhat and Foundry codebases, reasons across multi-contract interactions, and synthesizes reproducible Foundry exploit tests.
Bridges static analysis and manual audits by verifying potential vulnerabilities with executable proof-of-concept tests, eliminating false positives.
RustSoliditySecurityAI AgentsFoundryHardhat
Neural economy state channel protocol
Synapse
15A real-time micropayment protocol and infrastructure SDK for autonomous AI agents, streaming gasless per-token payments for live LLM inference using Yellow Network state channels on Polygon.
Engineered an Actix Web and SQLx gateway coordinating state-channel signatures, Ollama LLM streaming, and Polygon Amoy custody.
RustActix WebState ChannelsAI AgentsPolygonSQLx