
OpsCore - Multi-tenant SaaS
Production-style multi-tenant SaaS admin experience showing how B2B platforms isolate tenants, govern access, and run internal operations at scale.
Tech Stack
TypeScript · Next.js · NestJS · Multi-tenant SaaS · FinTech

Production-style multi-tenant SaaS admin experience showing how B2B platforms isolate tenants, govern access, and run internal operations at scale.
Tech Stack
TypeScript · Next.js · NestJS · Multi-tenant SaaS · FinTech

Client-specific CEX volumizer bot with a NestJS automation layer and a Next.js control panel—strategy, monitoring, and 20+ centralized exchanges from one dashboard.
Tech Stack
TypeScript · Next.js · NestJS · Full-Stack Development

Modern DEX volumizer dashboard UI to simulate liquidity and volume routing across Uniswap-style pools (V2, V3, V4)—built with Next.js, TypeScript, and Tailwind for a production-grade DeFi control surface.
Tech Stack
TypeScript · Next.js · Tailwind CSS · NestJS · Solidity · DeFi / Web3 UI · Uniswap V2 · Uniswap V3 · Uniswap V4
Exchange-style trading terminal with NestJS + Next.js: live OHLC/K-line data over WebSockets, stacked order book, moving-average overlays, and symbol discovery—built for fintech and exchange platforms that need institutional-grade market views.
Tech Stack
TypeScript · Next.js · NestJS · WebSocket · OHLC / K-line · Exchange UI · FinTech
crates.io
aeon-market-scanner-rs
Open-source Rust crate on crates.io: a real-time crypto market scanner using REST and WebSocket APIs—lightweight, async-first, and ready to embed in trading or research workflows.
Tech Stack
Rust · REST API · WebSocket · Tokio · crates.io · Open Source
C++Blockchain demo
Blockchain Demo (C++)
Educational C++ demo on GitHub: a minimal blockchain with indexed blocks, timestamps, payloads, linked hashes, simple mining, and export to disk—useful for explaining chain fundamentals without a full network stack.
Tech Stack
C++ · OOP · std::vector · File I/O · Blockchain fundamentals · GitHub