Skip to content
View KartikeyaGupta05's full-sized avatar

Highlights

  • Pro

Block or report KartikeyaGupta05

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


🌟 About Me

  • 🎓 B.Tech AI & DS (3rd Year)
  • 💻 MERN Stack Developer building real-world projects
  • 🔥 Solved 650+ LeetCode problems
  • 🤖 Learning AI Agents, LangChain, ML Models
  • 🚀 Built Zwigato, SQL Query Engine, DevCanvas, Monastery360
  • 🏅 Contibute in Hacktoberfest & GSSOC 2025 as Open Source Contributer
  • 🎯 Aim: Build full-stack + AI-powered applications


Tech Stack

🖥️ Frontend

🔗 Backend & Database

🛠 Tools & Cloud


📊 GitHub Analytics


🐍 Contribution Snake Animation


🎖 Holopin Badges

An image of @kartikeyagupta05's Holopin badges, which is a link to view their full Holopin profile


Got it 👍 — now this is placement-level polished + aligned with your resume (only 3 projects, strong wording, correct description).

Use this directly in your GitHub README 👇


🚀 Featured Projects

🍽️ Zwigato – Real-Time Order & Delivery Management System

A full-stack MERN-based order & delivery management system simulating real-world applications.

🔹 Features

  • 🛒 Cart, Checkout & Order Lifecycle Management
  • 🚚 Real-time delivery workflow with multi-role interaction
  • 🔐 Secure authentication using JWT
  • 📦 Restaurant & Menu Management System
  • 📊 Structured backend with scalable REST APIs

🛠 Tech Stack

ReactNode.jsExpress.jsMongoDBSocket.ioJWTTailwind CSS

🚀 Highlights

  • Built complete end-to-end order lifecycle system
  • Implemented real-time updates using Socket.io
  • Designed production-level backend architecture

🎨 DevCanvas – AI-Powered Online Code Editor & Execution Platform

A full-stack online code execution platform with AI-powered assistance for developers.

🔹 Features

  • 💻 Supports multi-language code execution (C/C++, Java, Python, JavaScript)
  • ⚡ Secure backend handling 200+ code runs/day
  • 🤖 AI-powered debugging & code assistance
  • 🎙 Voice-to-code and 🖼 Image-to-text features
  • 🌐 Interactive and responsive UI

🛠 Tech Stack

ReactNode.jsExpress.jsMongoDBTailwind CSSJavaScriptLLM APIs

🚀 Highlights

  • Built a scalable online compiler system
  • Integrated AI features improving debugging efficiency (~40%)
  • Strong focus on performance + developer experience

🧠 Mini SQL Query Engine – Custom Database Engine (Java)

A custom-built SQL-like query engine developed from scratch to simulate core database functionalities.

🔹 Features

  • 📂 Supports core SQL operations:

    • CREATE TABLE (with data types)
    • INSERT INTO
    • SELECT (specific columns & SELECT *)
    • WHERE with AND / OR conditions
    • Comparison operators (=, <, >)
    • ORDER BY (ASC / DESC)
    • UPDATE
    • DELETE
  • ⚙️ Query parsing and execution engine

  • 🗃 Efficient in-memory data handling using custom structures

🛠 Tech Stack

JavaOOPCollections FrameworkFile Handling

🚀 Highlights

  • Built query parser + execution engine from scratch
  • Simulates real database behavior internally
  • Demonstrates strong DBMS concepts & low-level system design

🌐 Connect With Me


Pinned Loading

  1. monastery360 monastery360 Public

    JavaScript 1 3

  2. DevCanvas DevCanvas Public

    JavaScript

  3. github_tracker github_tracker Public

    Forked from GitMetricsLab/github_tracker

    A web app designed to help you monitor and analyze the activity of GitHub users

    TypeScript

  4. mini-sql-query-engine mini-sql-query-engine Public

    Built a mini SQL query execution engine in Java implementing a full query pipeline including parsing, validation, and execution using object-oriented architecture.

    Java

  5. Zwigato Zwigato Public

    A full-stack food delivery platform built with MERN, featuring real-time order tracking, role-based dashboards, delivery partner live location, OTP-based delivery verification, and secure authentic…

    JavaScript