Skip to content
View mansoor-mamnoon's full-sized avatar

Block or report mansoor-mamnoon

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse
mansoor-mamnoon/README.md

⚡ Mansoor Mamnoon

Software Engineer • Quant Systems Enthusiast • Infra Optimizer • RL Tinkerer • Tennis Junkie
👨‍💻 Designing FAANG-scale systems. Optimizing HFT pipelines with sub-µs latency.

Visit My Website LinkedIn Resume Email

🧠 About Me

name: Mansoor Mamnoon
school: UC Berkeley (CS ‘27)
current: SDE Intern @ Amazon
career_goals:
  - SWE roles @ FAANG-scale companies
  - Quant / HFT engineering
focus:
  - Low-latency trading systems & infra
  - Distributed infra, serverless & edge compute
  - Reinforcement learning, compilers, quant ML
fun_facts:
  - Built my own IDE (Edge Deployer) for serverless APIs
  - Favorite debugging tool: ☕ + rubber duck

🛠️ Currently Building

🚀 Project 📝 Summary 🧰 Stack
Order Book Engine High-performance C++20 LOB engine; >20M msgs/sec, <1µs latency; includes snapshot proofing, backtesting, Streamlit UI, containerized analytics w/ GHCR C++20 · Python · Docker · Streamlit · Parquet · GitHub Actions
Offline RL Agent Custom Gym environment with dual obs + reward shaping; implemented prioritized replay, CQL vs DQN benchmarks PyTorch · Gym · Python
Edge Deployer Drag-and-drop IDE to deploy serverless APIs across AWS Lambda@Edge, Cloudflare Workers & Vercel; integrated Terraform & Monaco Editor Electron · React · Terraform · TypeScript
Personal Website SEO-optimized portfolio with dark mode, typing effect, AOS animations, command palette, badges HTML · CSS · JS

🧰 Toolbox

🧠 Machine Learning & RL

Python PyTorch OpenAI NumPy Pandas Scikit-Learn

⚙️ Infrastructure & DevOps

Docker Kubernetes Linux Terraform Pulumi AWS GitHub Actions GHCR CI/CD

💻 Programming Languages

C++ Go Java TypeScript JavaScript SQL R Scheme

🌐 Frontend / Devtools

React Electron Monaco Editor Vite GitHub Pages Streamlit


🏓 Outside Code

  • 🎾 Catch me serving aces on the tennis court
  • 🎙️ Learning: low-latency pipelines for quant/HFT systems
  • 🧪 Reading: “Designing Data-Intensive Applications” + “Deep RL Hands-On”

💬 Ask Me About

  • Building developer tools from scratch
  • High-frequency infra & systems optimization
  • Offline RL and reward shaping
  • Terraform, Pulumi, AWS, and PyGame

📬 Reach Out

If you’ve built cool systems, have spicy infra memes, or want to collab
ping me on LinkedIn or shoot an email: mansoormmamnoon@gmail.com.


✨ Motto

“Don’t just ship it. Ship it fast, ship it clean, ship it again.”


Pinned Loading

  1. edge-deployer edge-deployer Public

    Desktop IDE to write and deploy serverless APIs to Cloudflare Workers, AWS Lambda@Edge, and Vercel Functions. Built with Electron, React, and TypeScript.

    TypeScript 1 1

  2. limit-order-book limit-order-book Public

    High-performance limit order book engine with C++ core and Python SDK. Processes 20M+ msgs/sec with µs latency. Supports real crypto/equity data replay, spread/imbalance/impact analytics, and backt…

    C++ 2 1

  3. offline-rl-agent offline-rl-agent Public

    Offline RL benchmark project featuring a custom Gym environment, dual observation modes, reward shaping, and real-time PyGame rendering

    Python