Skip to content
View Ekam219's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report Ekam219

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Ekam219/README.md

Ekamjot Jaggi

Trading Engineer · Flow Traders, Hong Kong
C++17/20 HFT · Lock-free systems · Exchange connectivity · Sub-millisecond latency


What I do

I build and maintain co-located, low-latency trading infrastructure at Flow Traders — exchange connectivity, market-data feed handlers, and event-driven middleware for digital-assets strategies operating at sub-millisecond latency.

Previously: quant engineering intern at Triapti Research (C++ tick ingestion, Kafka pipelines), open-source contributor to Google DeepMind tooling, and internship at Telus International (Node.js microservices on Kubernetes).


Core stack

Domain Technologies
Systems / HFT C++17/20, lock-free queues, feed handler architecture, co-located Linux
Streaming Apache Kafka, multithreaded pipelines, real-time risk monitoring
Infra & DevOps Docker, Kubernetes, Helm, ArgoCD, Jenkins, GitHub Actions
Observability Prometheus, Grafana, latency profiling, structured logging
Algorithms Graph theory, dynamic programming, probabilistic optimization, ICPC
Other Python, SQL, Bash

Featured projects

1M+ ticks/sec ingestion pipeline with lock-free SPSC queues, CRC32 validation, sub-10ms p99 latency, Google Test suite, Docker/CI.

Key design: cache-line aligned Tick struct (64 bytes), compile-time CRC32 LUT, per-feed latency histogram, feed state machine (CONNECTING → ACTIVE → STALE → DROPPED → RECOVERING).

Cut & Cycle Model 2-approximation for MST under edge uncertainty. 35% fewer edge queries vs baseline. Benchmarked over 500+ randomized test cases.

VISION_AI — Published research

AI-assisted navigation for visually impaired users. Obstacle detection + depth estimation via Google Gemini. 94% satisfaction across 15 pilot users. Published in IJCSPUB Vol. 14, Issue 2, 2024.


Competitive programming & awards

  • 🥇 Global Rank #47 — Google Solution Challenge (2024)
  • 🏆 Rank #1 — TechX Nova Global Hackathon (5,000+ participants)
  • 🎯 Top 5% — Adobe Gen-Solve Hackathon
  • 🔢 ICPC — Amritapuri Regional Qualifier
  • 🎓 Full merit scholarship, NIT Jalandhar (Top 5% cohort)

GitHub stats

 


Always interested in low-latency systems, exchange infrastructure, and competitive algorithms.

Pinned Loading

  1. Probabilistic-Optimization-of-Minimum-Spanning-Trees-under-Edge-Uncertainty-on-Competitive-Ratio Probabilistic-Optimization-of-Minimum-Spanning-Trees-under-Edge-Uncertainty-on-Competitive-Ratio Public

    Cut & Cycle 2-approximation algorithms for MST under edge uncertainty — 35% fewer edge queries, 500+ randomized benchmarks

    Python 1 1

  2. VISION_AI VISION_AI Public

    AI-assisted navigation for the visually impaired — obstacle detection & depth estimation via Google Gemini · Published IJCSPUB Vol.14 2024 · 94% pilot satisfaction

    HTML 4

  3. Staffing-website Staffing-website Public

    JavaScript

  4. oss-fuzz-gen oss-fuzz-gen Public

    Forked from google/oss-fuzz-gen

    LLM powered fuzzing via OSS-Fuzz.

    Python 1

  5. market-data-aggregator market-data-aggregator Public

    C++17 market-data ingestion pipeline — 1M+ ticks/sec, lock-free SPSC queue, CRC32 validation, sub-10ms p99 latency, Google Test, Docker/CI

    C++