Profile

Varad Parate

/vəˈrɑːd pəˈrɑːteɪ/noun
00:00:00IST

a full-stack developer building scalable web applications and backend systems with React, Node.js, MongoDB, Docker, and AWS.

cool blue guy — shipping things that work.

Real-Time Monitoring at Scale

Pulseboard
PulseboardReal-Time API Health & Uptime Monitoring System

a production-grade monitoring platform that performs automated API health checks at configurable intervals, tracks 24-hour rolling uptime and response latency, and alerts users only when status changes (UP ↔ DOWN).

Key engineering decisions:

  • Built a background monitoring worker with node-cron, limiting concurrent requests to 10 for stable CPU/memory on AWS EC2.
  • Automated alerts via Nodemailer — fires only on status transitions, not every check.
  • MongoDB TTL indexes auto-delete logs older than 30 days.
  • 4-job GitHub Actions CI/CD pipeline running 49 automated tests (unit + integration) before every deployment.

Deployed React frontend on Vercel, Express backend on AWS EC2 with Docker Compose and Nginx.

0automated tests
0CI/CD pipeline jobs
0day log retention (TTL)
0max concurrent checks
View live demo

Performance Engineering

HTTP Caching Proxy ServerHigh-performance in-memory cache with LRU eviction

a CLI-based HTTP caching proxy that intercepts GET requests and serves them from an in-memory cache, achieving O(1) lookups with JavaScript Maps.

  • Reduced API response times by over 99% (from ~440ms to near 0ms) for cached requests.
  • Custom LRU eviction and TTL expiration logic to manage memory efficiently.
  • Smart proxy routing safely bypasses the cache for data-modifying requests (POST/PUT).
  • Graceful shutdown protocols prevent active connection drops during container scaling.

Dockerized and deployed to Render for live production traffic.

0%response time reduction
O(0)cache lookup time
0ms→ 0ms (cached)

Real-Time Multiplayer

CSClash Arena
CSClash Arena1v1 competitive CS quiz engine for placement prep

a server-authoritative real-time quiz engine where students battle in timed 1v1 matches across OS, DBMS, CN, and OOPs — designed for competitive placement preparation.

  • All match state lives in-memory using JavaScript Maps, reducing database writes from ~20+ per match to exactly 1 batch write at match end.
  • Elo-based matchmaking with progressive queue expansion (±50 → ±350 Elo range) and an intelligent bot engine that injects skill-calibrated opponents within 15 seconds.
  • Server-authoritative scoring — correct answer indices are stripped from payloads before reaching the client, making DevTools cheating impossible.
  • Custom Socket.io reconnection with a 5-second grace period: disconnected players rejoin seamlessly, or auto-forfeit if they don't return.

Ships as a single Docker container — Express serves both the API and the compiled React frontend, eliminating CORS and multi-service overhead.

0game modes
0CS subjects
0rank tiers (Elo)
0smax queue wait
Play it live

AI-Powered Learning

NeuroNest
NeuroNestPersonalized courses and assessments generated by Gemini AI

a next-generation learning platform that uses Google Gemini AI to generate adaptive educational content on demand — no pre-collected datasets, no static curricula.

  • Learners define their topic, difficulty level, and academic goal; the AI generates a full syllabus, lesson notes, quizzes, flashcards, and Q&A in real time.
  • Built on a serverless stack: Next.js frontend, Neon PostgreSQL for persistent storage, Inngest for background AI orchestration, and Clerk for auth and billing.
  • Content is validated for JSON/HTML structure and relevance — no hallucinated formatting, every quiz has verifiable answers.
  • Mobile-responsive, browser-based, and low-bandwidth friendly — no downloads required.
0AI content types
0difficulty levels
Try the live demo

Tech Stack

JavaScript
Java
TypeScript
React
Next.js
Tailwind CSS
Shadcn UI
Material UI
Node.js
Express.js
Socket.io
MongoDB
MySQL
Firebase
Docker
Nginx
GitHub Actions
Vercel
Render
Jest
Vitest
Git
GitHub
JavaScript
Java
TypeScript
React
Next.js
Tailwind CSS
Shadcn UI
Material UI
Node.js
Express.js
Socket.io
MongoDB
MySQL
Firebase
Docker
Nginx
GitHub Actions
Vercel
Render
Jest
Vitest
Git
GitHub

Education

Vishwakarma Institute of Information Technology
B.Tech, Information Technology

2023 – Present · CGPA: 8.99

  • Key coursework: Data Structures & Algorithms, Operating Systems, DBMS, Computer Networks, Computer Organization
  • Team Lead at Walmart Hackathon (ScanPay) — led a 4-member full-stack team, managing sprint planning and code reviews

GitHub Contributions

Interests

~/interests
$help

Available commands:

moviesFilms I'd recommend
showsTV shows & web series
musicWhat I'm listening to
comedyIndian stand-up I enjoy
clearClear terminal
helpShow available commands
$

type a command

Get in Touch

Let's build something together

open to SDE internship opportunities, collaborations, and interesting conversations. drop me an email anytime.

Find me on

Contact Animation