Jay Mishra
Backend-leaning full-stack developer. I build REST APIs, OAuth flows, and the middleware that keeps two systems that were never meant to talk to each other, talking to each other.
I'm currently finishing a B.Tech in Electrical & Electronics Engineering at SJBIT, Bangalore — expected 2027 — while building production-grade backend systems on the side. Most of my time goes into Node.js and Express: REST API design, database modeling, and the authentication plumbing most people never think about until it breaks.
My main project right now is PlayKit, a full-stack playlist transfer platform that moves libraries between Spotify and YouTube Music — OAuth 2.0 on both ends, token refresh handling, and fuzzy track-matching across two catalogs that don't agree on anything.
Alongside that, I've published a handful of open-source npm packages — a configurable rate limiter, an OAuth state manager, and a music-link parser — with 300+ combined downloads.
CGPA — 7.44 / 10.0 · Current SGPA — 8.22 / 10.0
Tech stack
What I actually reach for day to day — not a badge wall.
Stats
The numbers behind the projects, in one response.
Quick reference — the same numbers, laid out for skimming.
Featured Product
The thing I spend most of my time on. Everything else lives under Open Source.
PlayKit
Transfer playlists between Spotify and YouTube Music. Full-stack app handling OAuth on both platforms, fuzzy track-matching across two catalogs that don't agree on metadata, and secure token refresh — so a migration just works instead of needing babysitting.
- Spotify OAuth 2.0 authorization flow
- YouTube Music (Google) OAuth 2.0 authorization flow
- Fuzzy playlist & track matching across catalogs
- Secure token storage, refresh, and session handling
Open Source
Reusable pieces I've pulled out of PlayKit and published for anyone to use.
Open Source Packages
- Express Rate Limiter — configurable request throttling middleware
- Secure OAuth State Manager — OAuth token generation & validation
- Music Link Parser — Spotify/YouTube URL ID extraction
Package Showcase
Developer tooling focused on:
- Authentication
- OAuth security
- API middleware
- Music platform integrations
DSA & LeetCode
Pulled live from my public LeetCode profile.
Topics solved, sized by how many problems in each — arrays and hash tables are where most of the reps are.