Skip to content
View IIITManjeet's full-sized avatar

Block or report IIITManjeet

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
IIITManjeet/README.md

Hi, I'm Manjeet πŸ‘‹

Software Engineer Β· Systems & Backend Β· Rust Β· Open Source Β· Quantitative Engineering

LinkedIn β€’ Email β€’ X / Twitter β€’ Dev.to


πŸ‘¨β€πŸ’» About Me

I'm a software engineer interested in building high-performance backend and systems software, with a growing focus on Rust, distributed systems, trading infrastructure, and quantitative engineering.

I enjoy going deep into systems rather than staying at the abstraction layer β€” from APIs and databases to networking, concurrency, memory, execution engines, and infrastructure.

Currently, I'm particularly interested in:

  • πŸ¦€ Rust & systems programming
  • ⚑ Low-latency and high-performance systems
  • πŸ“ˆ Quantitative trading & market infrastructure
  • πŸ”§ Backend engineering & distributed systems
  • ☁️ Cloud-native infrastructure & Kubernetes
  • 🌐 Web3 / blockchain infrastructure
  • 🌍 Open-source development

πŸš€ What I've Built

πŸ¦€ Matchbook β€” CLOB DEX on Solana

A centralized-limit-order-book based decentralized exchange built around an on-chain matching engine.

Stack: Rust Β· Solana Β· TypeScript Β· WebSockets

  • On-chain matching engine
  • Rust-based blockchain indexer
  • Live trading terminal
  • Real-time devnet market-data streaming
  • Order-book and execution infrastructure

πŸ”— Repository Β· Live Demo


πŸ“š Ledger-rs

A modular double-entry accounting engine written in Rust, designed around explicit accounting primitives and extensibility.

Stack: Rust

πŸ”— Repository


πŸ“– C++20 Limit Order Book

A low-level implementation of a limit order book in modern C++, exploring data structures and execution-oriented design.

Stack: C++20

πŸ”— Repository


⚑ Event-Driven Trading Engine

An event-driven trading architecture designed around separated market-data, strategy, execution, and portfolio components.

Market Data
    ↓
Fetcher
    ↓
Normalizer
    ↓
Event Loop
    ↓
Strategy
    ↓
Execution
    ↓
Portfolio / Risk

Stack: Rust


πŸ“ˆ Quantitative Engineering

I'm actively exploring the intersection of software engineering, statistics, markets, and quantitative research.

My work includes:

  • Systematic trading research
  • Trend-following strategies
  • Technical signal research
  • Volume and momentum analysis
  • Position sizing
  • Risk management
  • Backtesting methodology
  • Market microstructure
  • Limit-order-book design

I'm particularly interested in building the infrastructure underneath trading systems β€” market data β†’ signals β†’ execution β†’ portfolio β†’ risk.


🧠 Competitive Programming

I enjoy algorithmic problem solving and use competitive programming to sharpen my understanding of algorithms, data structures, optimization, and problem decomposition.

  • 🧩 1000+ DSA problems solved
  • πŸ† ICPC 2023 Amritapuri Regionalist
  • πŸ‘₯ Team Loopy_bois
  • πŸ“Š Regional Rank: 108 / 228

🌍 Open Source

I actively contribute to open-source projects, particularly around cloud-native infrastructure, Kubernetes, Rust systems, and developer tooling.

Recent work includes contributions and investigations across projects such as:

  • CNCF / Kubernetes ecosystem
  • Project HAMi
  • KubeEdge
  • Kmesh
  • Rust blockchain infrastructure
  • Sandboxing / systems tooling

I enjoy working on issues where understanding the existing implementation matters more than simply writing the patch.

Recent Open Source Work

πŸ”§ Project HAMi Working on scheduler/node-lock behavior and configuration handling.

πŸ”§ Rust Infrastructure Working on metrics, reorg handling, execution paths, and correctness issues.

πŸ”§ Systems Tooling Contributing fixes around process isolation, resource accounting, profiling, and runtime behavior.


πŸ’Ό Experience

Software Engineering

My experience spans backend engineering, full-stack systems, Web3, AI applications, and infrastructure.

Backend / Full Stack

  • Node.js
  • Express.js
  • NestJS
  • REST APIs
  • MySQL
  • MongoDB
  • Redis
  • Docker
  • Kubernetes

Systems

  • Rust
  • C++
  • Linux
  • Networking
  • Concurrency
  • Event-driven architectures

Web3

  • Solana
  • Rust
  • Smart-contract infrastructure
  • Blockchain indexing
  • Trading systems

Frontend

  • React
  • Next.js
  • TypeScript
  • TailwindCSS

πŸ› οΈ Tech Stack

Languages

Backend & Systems

Databases & Infrastructure

Frontend & Web

Blockchain


πŸ—οΈ Engineering Interests

Systems Programming
       β”‚
       β”œβ”€β”€ Rust / C++
       β”œβ”€β”€ Concurrency
       β”œβ”€β”€ Networking
       └── Performance
              β”‚
              β–Ό
       Backend Infrastructure
              β”‚
       β”Œβ”€β”€β”€β”€β”€β”€β”Όβ”€β”€β”€β”€β”€β”€β”
       β–Ό      β–Ό      β–Ό
    APIs   Storage  Distributed Systems
       β”‚
       β–Ό
   Trading Infrastructure
       β”‚
   β”Œβ”€β”€β”€β”Όβ”€β”€β”€β”€β”
   β–Ό   β–Ό    β–Ό
Market Data  CLOB  Risk
       β”‚
       β–Ό
Quantitative Research

πŸ“Š GitHub Stats


🎯 Currently Exploring

Rust
 β”œβ”€β”€ Systems Programming
 β”œβ”€β”€ Async / Concurrency
 β”œβ”€β”€ Performance Engineering
 └── Trading Infrastructure

Quant
 β”œβ”€β”€ Systematic Strategies
 β”œβ”€β”€ Market Microstructure
 β”œβ”€β”€ Backtesting
 └── Risk Management

Open Source
 β”œβ”€β”€ Kubernetes
 β”œβ”€β”€ Cloud Native
 β”œβ”€β”€ Blockchain
 └── Developer Infrastructure

🀝 Let's Connect

I'm always interested in talking about:

Rust Β· Systems Β· Backend Β· Distributed Systems Β· Trading Β· Quant Β· Open Source Β· Web3 Β· Infrastructure

Build systems. Solve hard problems. Contribute upstream.

Pinned Loading

  1. orderbookC20 orderbookC20 Public

    C++

  2. event-driven-rust-engine event-driven-rust-engine Public

    Rust

  3. ledger-rs ledger-rs Public

    Rust

  4. matchbook matchbook Public

    Central limit order book DEX on Solana - on-chain matching engine, perpetual futures, Rust indexer, and a live trading terminal

    TypeScript

  5. Mindful-Journal Mindful-Journal Public

    Discover the power of self-reflection with Mindful Journal, the ultimate companion for your emotional well-being. Seamlessly blending advanced AI technology with the simplicity of a daily journal, …

    TypeScript 2