Skip to content
View kritgrover's full-sized avatar
โ˜•
Probably Caffeinating
โ˜•
Probably Caffeinating

Block or report kritgrover

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

Hi ๐Ÿ‘‹, I'm Krit Grover

Software Developer โ€ข CS & Math @ University of Toronto

I build systems at the intersection of backend engineering, optimization, and mathematically grounded models.


About Me

  • ๐ŸŽ“ Fourth-year student at the University of Toronto double majoring in Computer Science & Mathematics
  • ๐Ÿ’ป Currently working as a Software Developer @Roadpost and a Teaching Assistant @UofT
  • ๐Ÿง  Interests: distributed systems, backend architecture, quantum optimization, and applied ML
  • ๐Ÿ“ซ Reach me at: kritgrover@gmail.com

๐Ÿšง Current Projects

  • ๐ŸŽต myMusic: a full-stack music platform built with Flutter and Python, integrating Spotify APIs and YouTube ingestion via yt-dlp, featuring fuzzy search, metadata reconciliation, and backend-driven downloads.
  • ๐Ÿ›ฐ๏ธ ISS Communication Simulator: a simulation of Delay-Tolerant Networks (DTNs) for space communication, featuring packet fragmentation, encryption, and adaptive routing. The network topology dynamically adjusts in real time using orbital tracking data, with link availability and latency modeled and emulated via Mininet.
  • ๐Ÿงฎ TSP Benchmarking Suite: a unified, extensible framework comparing quantum (QAOA, annealing) and classical (MST, brute force) approaches to the Traveling Salesman Problem.
  • ๐Ÿ“ก QAMOO for 6G Semantic Communications: applying quantum-assisted multi-objective optimization to resource allocation in next-generation semantic communication systems.

Always open to conversations around quantum research, backend engineering, and systems design.

Pinned Loading

  1. myMusic myMusic Public

    A full-stack application for searching YouTube, downloading music, and playing audio files. Built with Flutter (frontend) and Python FastAPI (backend).

    Dart

  2. iss-simulator iss-simulator Public

    This project is a comprehensive simulation of the International Space Station's (ISS) communication systems, focusing on the implementation of Delay/Disruption Tolerant Networking (DTN) protocols.

    TypeScript 1

  3. steganography steganography Public

    An application made using Kotlin that takes an image file as an input, hides a message within the pixels along with a password, which is used for decoding.

    Kotlin

  4. basic-text-editor basic-text-editor Public

    A notepad-like text editor created using Java and Swing

    Java