Available for new opportunities

Engineering at the
Intersection of Intelligence.

Architecting high-complexity systems across Quantitative Trading, Real-time Media Protocols, and Web3 Infrastructure.

Philosophy

Architecting the
Whole.

Born from a dissatisfaction with fragmented engineering, I've spent nearly a decade bridging the gap between high-level aesthetics and low-level logic.

I believe that truly robust systems—from order-matching engines to real-time protocols—require a unified vision that spans the entire stack.

Fusion of Design and Logic
8+
Years Exp
Expertise

Technical
Capabilities.

Bridging the gap between low-latency performance systems and modern, intuitive user interfaces with a focus on scalability and security.

Frontend

React
Next.js
TypeScript
Tailwind

Backend

NestJS
Node.js
Python
PostgreSQL

Cloud

AWS
Cloudflare
Docker
CI/CD
Scale Distributed
Matching
<500μs
Security Hardened
Logic Advanced
Works

Selected
Projects.

Futures Trading Simulation Platform

A high-performance, real-time futures trading simulator designed for professional trader training.

React NestJS WebSocket PostgreSQL High Performance

Quantitative Order Execution System

Algorithmic trading execution engine capable of handling complex order strategies. (Currently in development)

Python Rust AWS Low Latency

Hardi Fusion Lab Portfolio

The platform you are currently viewing. Built with Astro, React, and Tailwind CSS for maximum performance.

Astro React Tailwind
Featured Project

Futures Trading Simulation Platform

A high-performance, real-time futures trading simulator designed for professional trader training.

Real-time K-Line Charting with TradingView

Real-time K-Line Charting with TradingView

Positions & Orders Management

Positions & Orders Management

Overview

A comprehensive futures trading simulation environment built to mimic real-world exchange behavior. It provides a risk-free environment for traders to test strategies, featuring real-time market data, sub-millisecond order matching, and strict risk management controls. The platform combines a C-Client for trader interaction, an Admin Dashboard for system management, and a robust backend engine handling market data ingestion and trade execution.

Key Features

  • Real-time K-Line charting with TradingView Lightweight Charts integration.
  • Tick-to-Bar data aggregation engine for historical data analysis.
  • Sub-millisecond order matching simulation engine.
  • Real-time P&L calculation and comprehensive position management.
  • Admin Dashboard for instrument management, user controls, and fee templates.
  • CTP Gateway integration for live market data ingestion from futures exchanges.
  • Strict risk management implementation including margin calculation and liquidation logic.

Tech Stack

Frontend

React TypeScript Tailwind CSS Zustand TradingView Lib

Backend

NestJS Node.js Python (CTP Gateway) Redis Pub/Sub Socket.io RxJS

Data & Infra

PostgreSQL Redis Docker TimescaleDB

System Architecture

Microservices-inspired modular architecture. Market Data Gateway streams ticks via Redis Pub/Sub to the Matching Engine and Data Service. The Frontend connects via WebSocket for real-time updates of Order Book, Quotes, and Account State. The entire system is type-safe end-to-end using shared TypeScript DTOs.