Skip to content
View kaishavgupta's full-sized avatar

Block or report kaishavgupta

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



Typing SVG


πŸ§‘β€πŸ’» About Me

const kaishav = {
  name        : "Kaishav Gupta",
  role        : "Student Developer β†’ Full-Stack Engineer",
  education   : "B.Tech CST @ ABES Institute of Technology (2023–Present)",
  focus       : ["Full-Stack Web Dev", "System Design", "Real-Time Systems"],
  languages   : ["Java", "JavaScript (ES6+)", "Python", "SQL"],
  currentlyOn : "Building scalable, production-grade applications",
  funFact     : "I think in components, dream in APIs πŸ”Œ",
};

πŸš€ Featured Projects

πŸ… Tomato β€” Food Delivery Platform (End-to-End)

A complete food delivery ecosystem built from scratch β€” think Swiggy/Zomato, but yours.

What it does:

  • πŸ›’ Customer App β€” Browse restaurants, add to cart, place & track orders in real time
  • πŸ§‘β€πŸ³ Restaurant Panel β€” Manage menus, accept/reject orders, update availability
  • πŸ›΅ Admin Dashboard β€” Full control over restaurants, users, orders, and analytics
  • πŸ’³ Payment Integration β€” Secure checkout with order lifecycle management

Tech Stack:

Layer Tech
Frontend React.js, Redux, CSS3
Backend Node.js, Express.js
Database MongoDB
Real-Time Socket.io
Auth JWT, Role-Based Access Control
Storage Cloudinary

Repo


πŸš– Taxi Booking & Management System (Uber-like)

A real-time ride-hailing platform with live driver tracking and smart pricing.

  • ⚑ Real-time ride requests, driver assignment & status updates via Socket.io
  • 🧠 Event-driven architecture for handling concurrent bookings at scale
  • πŸ—„οΈ MongoDB for persistent data + Redis for caching live ride & driver state
  • πŸ”— RESTful APIs for the full booking lifecycle β€” from request to completion

Repo


πŸ₯ CareVerse β€” Doctor Appointment Booking

Full-stack healthcare platform with multi-role access and secure document management.

  • πŸ” Role-based authentication for Admin, Doctor, and Patient
  • πŸ“… Appointment scheduling with REST APIs and workflow management
  • ☁️ Cloudinary for secure medical document storage

🧠 System Design Concepts

These are the principles I apply when architecting real-world applications:

πŸ“ Architecture Patterns
   β”œβ”€β”€ Monolithic β†’ Microservices decomposition
   β”œβ”€β”€ Event-Driven Architecture (EDA)
   β”œβ”€β”€ RESTful API Design & Best Practices
   └── Role-Based Access Control (RBAC)

⚑ Performance & Scalability
   β”œβ”€β”€ Caching strategies with Redis (TTL, cache invalidation)
   β”œβ”€β”€ Real-time communication with WebSockets (Socket.io)
   β”œβ”€β”€ Database indexing & query optimization
   └── Stateless services for horizontal scaling

πŸ›’οΈ Data Layer
   β”œβ”€β”€ Schema design in MongoDB (embedded vs referenced)
   β”œβ”€β”€ SQL fundamentals with MySQL
   β”œβ”€β”€ Persistent vs in-memory data (Redis for hot data)
   └── CRUD operations and transaction handling

πŸ”’ Security
   β”œβ”€β”€ JWT Authentication & Refresh Token strategies
   β”œβ”€β”€ Password hashing & secure storage
   β”œβ”€β”€ Environment secrets & CI/CD pipeline hygiene
   └── Input validation & sanitization

πŸ› οΈ Tech Stack

Languages

Java JavaScript Python SQL TypeScript

Frontend

React Redux HTML5 CSS3

Backend & Databases

Node.js Express.js Django MongoDB Redis MySQL

DevOps & Tools

Git GitHub Actions Linux Postman Cloudinary


πŸ“Š GitHub Stats

GitHub Streak


πŸ… Certifications

Certification Platform
🐧 Linux Certification Udemy
πŸ—ƒοΈ Database Management System (Part 1) Infosys Springboard

πŸ“ˆ Contribution Activity

178 contributions in the last year β€” and still going πŸ’ͺ


"Write code that solves real problems. Ship. Iterate. Repeat."

Profile Views

Popular repositories Loading

  1. aviora aviora Public

    JavaScript 1

  2. expenseTracker expenseTracker Public

    JavaScript

  3. careverse careverse Public

    JavaScript

  4. Resonate-Website Resonate-Website Public

    Forked from AOSSIE-Org/Resonate-Website

    Resonate Landing Page

    JavaScript

  5. Resonate Resonate Public

    Forked from AOSSIE-Org/Resonate

    Clubhouse, but Open Source. A social voice platform.

    Dart

  6. Resonate-Backend Resonate-Backend Public

    Forked from AOSSIE-Org/Resonate-Backend

    Appwrite Cloud Functions for Resonate Project.

    JavaScript