Skip to content
View arnavmer-935's full-sized avatar

Block or report arnavmer-935

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.

Content in all repositories owned by your account will be closed.
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
arnavmer-935/README.md

Hi, I'm Arnav

Computer Science student at Rochester Institute of Technology, focused on full-stack development with an emphasis on backend engineering. I like the parts of a system that aren't visible from the outside — how requests actually flow, why something fails silently instead of loudly, and what it takes to actually trust your own code.

I am currently a maintenance team developer at RIT's Accessible Learning Labs.


What I've built

  • Library REST API — A REST API with JWT auth, role-based access control, and a 60-test Vitest/Supertest suite (93% coverage). Includes an OpenAPI spec, live Swagger docs and deployment on Render and Railway.
  • Matrix Library — A numerically robust Java matrix library, implementing Gauss-Jordan elimination from scratch for determinants and inverses.
  • KNN CLI Tool — A from-scratch K-Nearest Neighbors classifier in Python with an interactive CLI, benchmarked at 96.76% accuracy on the WDBC dataset.

Tech I work with

Java Python JavaScript Node.js Express MySQL Git


📄 Portfolio · 💼 LinkedIn · ✉️ avm9711@rit.edu

Pinned Loading

  1. library-rest-api library-rest-api Public

    Production-style REST API with JWT auth, RBAC, Sequelize, Zod, rate limiting, and book review management.

    JavaScript 1

  2. knn-cli knn-cli Public

    Interactive CLI-based KNN implementation from scratch with data processing, statistics, visualization, feature normalization, and accuracy computation functionalities.

    Python 1

  3. matrix-library-java matrix-library-java Public

    Numerically robust Java matrix library with core matrix operations, Gauss–Jordan elimination, determinant and inverse computation, and comprehensive JUnit testing.

    Java 1