Skip to content
View Jaiman-Pandya's full-sized avatar
💭
:)
💭
:)

Highlights

  • Pro

Block or report Jaiman-Pandya

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

Welcome to my GitHub!

You’ll find a curated selection of my public work here. Much of my engineering work from internships and industry projects is kept private to respect company IP, but I’m always happy to walk through or provide access to specific codebases referenced in my resume.

If you’d like to review something in particular, feel free to reach out:

Email: jaimanpandya@email.com
LinkedIn: https://www.linkedin.com/in/jaimanpandya


About Me

I'm a Mathematics and Computer Science student at Northeastern University focused on:

  • Backend systems & distributed infrastructure
  • Cloud-native services (AWS, Docker, Kubernetes)
  • Machine learning pipelines & model experimentation
  • System reliability, caching, and performance optimization
  • Full-stack development with TypeScript, React, and Next.js

Technical Skills

Languages

Frameworks and Libraries

Infrastructure and Tools


Honors and Awards

  • YC AI Startup School — Top 10% Attendees; invited to private dinner with YC Partner
  • YC 2025 Summer Conference — Selected as 1 of 60 nationwide undergraduate attendees
  • YC Founders & Builders — Invited participant
  • Jane Street Summer Social — Selected attendee
  • IMC Prosperity Quantitative Trading Challenge — Top 5% globally
  • USACO Platinum Division — Top 1% high school competitive programmers
  • MIT Winter Informatics Tournament — Top 20%
  • MIT Informatics Tournament — Top 15%
  • University of San Diego Research Symposium — Presenter

Recent Project

Adaptive Feed Reliability Platform

A simulation and visualization toolkit for evaluating caching behavior, latency variance, and backend error patterns in large-scale feed systems. Models control vs. treatment pipelines and visualizes p50/p95/p99 latency, cache-hit ratios, and error rates.

Tech: Python, Streamlit, NumPy, Pandas, Redis (modeled), AWS (modeled)


Areas of Work & Exploration

  • Distributed microservice orchestration
  • FastAPI/Node.js backend APIs with Redis + PostgreSQL
  • Docker/Kubernetes-based container orchestration
  • ML pipelines: CNNs, PyTorch, attention modules
  • React/Next.js full-stack development
  • System reliability, latency analysis, caching strategies

Contact

If you'd like to discuss my work, collaborate, or request access to private internship repositories:

Email: jaimanpandya@email.com
LinkedIn: https://www.linkedin.com/in/jaimanpandya

Pinned Loading

  1. adaptive-feed-platform adaptive-feed-platform Public

    Adaptive Feed Platform is a simulation and visualization tool that models how reliability strategies like caching and prefetching impact performance of a large-scale content feed. It provides a lig…

    Python

  2. Jaiman-Pandya Jaiman-Pandya Public

    Comprehensive README.md which describes my current profile.

  3. usa-computing-olympiad-solutions usa-computing-olympiad-solutions Public

    My C++ Solutions for Bronze/Silver 2022 and January 2023 Gold USACO contests. Top 200 Competitive Programmers in the United States.

    C++

  4. rl-paper-io rl-paper-io Public

    CS4100 Final Project. Deep RL agent trained to play a simplified version of Paper.io in a grid environment using Deep Q-Learning. The goal is to answer the question of whether an agent can learn me…

    Python 1