Skip to content
View Animesh-kumar23's full-sized avatar

Block or report Animesh-kumar23

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

Hi, I'm Animesh πŸ‘‹

IT graduate from Delhi Technological University (2025) Β· Backend-leaning full-stack engineer
I build production-deployed apps that solve real engineering problems.

Open to Work India LeetCode Knight

Email LinkedIn LeetCode GFG


πŸš€ Featured Project

WriteAI β€” Full-stack AI Writing Platform

A production-deployed AI writing app built on real distributed-systems decisions, not glue code.

Stack: React 19 Β· Node.js Β· Express 5 Β· MongoDB Atlas Β· Redis Β· BullMQ Β· Gemini 2.5 Flash Β· Vercel + Render

  • Chunk-based document storage β€” only modified sections are persisted on autosave, replacing naive full-document writes
  • Per-chunk version conflict detection with UI resolution modal for concurrent edits
  • Streaming AI (8 actions) over Server-Sent Events with Redis locks preventing duplicate calls
  • Background export workers (BullMQ) for non-blocking PDF/DOCX generation with retries
  • Multi-tier rate limiting + daily AI quotas with graceful degradation when Redis is unavailable
  • Dual-path JWT auth β€” debugged & fixed iOS Safari ITP cross-site cookie failure on cross-origin deployment

β†’ Live Demo Β· GitHub


πŸ›  Tech Stack

Languages

JavaScript TypeScript Python C++ SQL

Frontend

React Next.js Redux Tailwind CSS Vite

Backend & Infra

Node.js Express MongoDB Redis BullMQ Docker Vercel Render


πŸ“Š Stats

GitHub Stats Top Languages

LeetCode Stats


πŸ† Highlights

  • πŸ₯· LeetCode Knight β€” Rating 1939 (top 3.59%); best contest rank 637 / 31,204 in Weekly Contest 502
  • πŸ… Winner β€” Constellation: Chainlink Hackathon (Web3, built an on-chain voting platform)
  • 🧠 400+ DSA problems solved across LeetCode & GeeksforGeeks
  • πŸŽ“ B.Tech IT, Delhi Technological University β€” CGPA 7.41
  • ⌨️ Built a typing-speed test website used internally at DTU

πŸ”­ Currently exploring

System design at scale Β· Distributed systems Β· Backend performance tuning


Looking to hire? Let's talk.
animeshkumar.bgs@gmail.com

Pinned Loading

  1. WriteAI WriteAI Public

    AI document editor with per-chunk optimistic concurrency, HTTP-streamed Gemini generation, cosine-similarity retrieval, and queued PDF export.

    JavaScript 1