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. Infra Optimizer. RL Tinkerer. Tennis Junkie.
👨‍💻 Designing systems that scale. Optimizing ones that don’t.

Visit My Website LinkedIn Resume Email

🧠 About Me

name: Mansoor Mamnoon
school: UC Berkeley (CS ‘27)
current: SDE Intern @ Amazon
interests:
  - Systems at scale
  - Quant & HFT infra
  - RL, compilers & edge compute
fun_facts:
  - Built my personal IDE (because why not)
  - Once got stuck debugging a semicolon for 3 hours
  - Favorite debugging tool: ☕ + duck

🛠️ Currently Building

🚀 Project 📝 Summary 🧰 Stack
Edge Deployer Drag-and-drop IDE to deploy serverless APIs across Cloudflare, AWS & Vercel Electron · React · Terraform · TypeScript
Offline RL Agent Custom Gym env w/ dual obs, reward shaping, and replay buffer logic PyTorch · Gym · Python
Personal Website Dark-mode, responsive portfolio with typing effect & command palette HTML · JS · Flexbox · AOS

🧰 Toolbox

🧠 Machine Learning & RL

Python PyTorch OpenAI Gym NumPy C++

⚙️ Infrastructure & DevOps

Docker Linux Terraform Pulumi AWS GitHub Actions

💻 Programming Languages

Go Java TypeScript JavaScript SQL

🌐 Frontend / Devtools

React Electron Monaco Editor Vite GitHub Pages


🏓 Outside Code

  • 🎾 Catch me serving aces on the tennis court
  • 🎙️ Currently learning: low-latency pipelines for quant 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: [email protected].


✨ Motto

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

Popular repositories 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

  2. mansoor-mamnoon mansoor-mamnoon Public

  3. personal-website personal-website Public

    My personal site built from scratch

    HTML

  4. 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