Skip to content
View Lovejindal1's full-sized avatar

Block or report Lovejindal1

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
Lovejindal1/README.md
Typing Animation

I engineer high-performance backend systems, real-time distributed applications, and production-ready microservices.

LinkedIn Β  GitHub Β  LeetCode

⚑ About Me

const love = {
  role         : "Backend & Full-Stack Developer",
  focus        : ["Distributed Systems", "Real-Time Engines", "Scalable Queues"],
  stack        : ["Node.js", "Express", "Socket.io", "BullMQ", "RabbitMQ", "Redis", "Docker", "AWS"],
  problemSolving : "Daily active on LeetCode (@JINDALSAHAAB) with C++",
  currentGoal  : "Mastering Distributed System Design, Sharding & High-Throughput Architectures"
};
  • πŸŽ“ Computer Science Student passionate about backend engineering & system architecture
  • πŸ› οΈ Building production-grade apps with Node.js, Express, WebSockets, and Microservices
  • ⚑ Experienced in asynchronous queues (BullMQ, RabbitMQ) and in-memory caching (Redis)
  • ☁️ Cloud & deployment experience with AWS (EC2, RDS), Docker, Render, and Vercel
  • πŸ”­ Actively exploring Distributed Consensus, Message Brokers & Scalable System Design
  • πŸ’¬ Reach out to me on LinkedIn

πŸ›  Tech Stack

Tech Stack Icons

πŸ” Click to view categorized tech breakdown

Languages
C++ JavaScript

Backend & Real-Time
Node.js Express Socket.io JWT

Queues & In-Memory
RabbitMQ Redis BullMQ

Databases & ORMs
MongoDB MySQL Sequelize Mongoose

DevOps & Cloud
AWS Docker Render Vercel PM2 Git

πŸš€ Featured Projects

A production-ready online judging and algorithmic battle platform inspired by LeetCode and Codeforces.

  • βš™οΈ Asynchronous Code Execution: Background judging queue using BullMQ + Redis running C++ compiler inside isolated Docker containers and cloud direct runtime.
  • βš”οΈ 1v1 Real-Time Battle Arena: Instant matchmaking with Socket.io rooms, live telemetry of opponent test cases, and automatic ELO rating updates.
  • πŸ† ICPC Contests & Leaderboard: Scheduled programming contests with automated penalty-based leaderboards and node-cron auto-rating jobs.
  • πŸ›‘οΈ Security & Caching: JWT token revocation with Redis blacklist and express-rate-limiters.
Tech Stack: React 19 β€’ Node.js β€’ Socket.io β€’ BullMQ β€’ Upstash Redis β€’ MongoDB Atlas β€’ Docker

πŸ”— Live Demo: code-forge-iota-ten.vercel.app Β |Β  πŸ“¦ Repo: Lovejindal1/CodeForge


A scalable, distributed Airline Booking backend built using modern microservices architecture and message queues.

  • 🧩 Microservices Design: Decoupled Flight Service, Booking Service, and Notification Service for independent scalability.
  • πŸ“¨ Asynchronous Event-Driven Messaging: Used RabbitMQ to publish and consume booking and notification events reliably.
  • πŸ—„οΈ Database Architecture: Relational data modeling with MySQL and Sequelize ORM, maintaining strong transactional integrity.
  • ☁️ Cloud Infrastructure: Deployed on AWS EC2 with Amazon RDS for managed MySQL and PM2 process management for zero downtime.
Tech Stack: Node.js β€’ Express.js β€’ RabbitMQ β€’ AWS EC2 β€’ Amazon RDS β€’ MySQL β€’ Sequelize β€’ PM2

πŸ“¦ Repo: Lovejindal1/Airline-Booking-System

🧩 Problem Solving & Core Computer Science

LeetCode Profile Β  Status Β  Language



Domain Focus Areas Core Language
🌲 Data Structures Trees, Graphs, Heaps, Hash Tables, Disjoint Sets, Tries C++
⚑ Algorithms Dynamic Programming, Greedy, Binary Search, Two Pointers, BFS/DFS C++
πŸ—οΈ System Design Distributed Architectures, Caching Layers, Event-Driven Queues Node.js

🎯 "Consistently solving algorithmic challenges to optimize time & space complexities for scalable engineering."
πŸ”— Visit Profile: leetcode.com/u/JINDALSAHAAB

🐍 Contribution Activity

GitHub Contribution Snake

Made with ❀️ by Love Jindal

Pinned Loading

  1. Airline-Booking-System Airline-Booking-System Public

    A production-style Airline Booking System built using Microservices Architecture, deployed on AWS EC2 with Amazon RDS, RabbitMQ and PM2.

    1

  2. Project-Airbnb Project-Airbnb Public

    JavaScript

  3. CodeForge CodeForge Public

    Full-stack competitive programming & real-time algorithmic 1v1 battle arena platform built with React, Node.js, Socket.io, BullMQ, and Docker.

    JavaScript 1

  4. Jarvis-AI-Assistant Jarvis-AI-Assistant Public

    Python