Sujal
Sharma.
Software engineer at Orbital, 2 years in. Hyderabad, India.
- Role
- Software Eng
- Years
- 2Y
- Where
- Hyderabad
- Status
- Open
Match Engine
C++20 · personal project · target sub-microsecond · code private, demo open
A C++20 match engine I built solo to learn low-latency systems from the ground up. Simulates order flow against Binance and NSE market data with matching, risk checks, and replay — paired with a Next.js 16 control plane. Code is private; demo and benchmark are open.
- → live demo
- → race the engine
- source available on request
Race the engine.
A reaction-time bench against Mach-Zero. You click as fast as you can. The C++ matcher beats you by ~6 orders of magnitude.
open the benchPinnacle Trading Platform
Python + TypeScript · OSS · pub/sub backend + Next.js control plane · Angel One
End-to-end algorithmic trading platform. Python backend pushes signals from a strategy engine through Redis pub/sub to an order manager that executes against Angel One (paper or live). Next.js 15 frontend on Prisma/Postgres for users, strategies, orders, and portfolio tracking. Two repos, one system.
K8Secret
Swift · macOS native · MIT · multi-cluster Kubernetes manager
A native macOS app that talks directly to the Kubernetes API. Decodes Opaque secrets in-place, edits with bulk .env import, scales deployments, streams pod logs with severity filters, and handles port-forwarding with retry. Multi-cluster, multi-window, keyboard-driven. MIT.