Skip to content
View Khushi2405's full-sized avatar

Block or report Khushi2405

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

wave Hey there, I'm Khushi 👩‍💻

Caffeine-powered CS grad student by day ☕ | Binge watcher by night 🍿

Java Spring Boot JavaScript Vue.js AWS SQL


Top Langs GitHub Streak


🚀 Current Mission

public class LifeGoals {
        public static void main(String[] args) {
                boolean successful = false;
                while (!successful) {
                        tryAgain();
                        if (deadlineApproaching()) drinkMoreCoffee();
                }
                celebrate();
        }
}

Resume LinkedIn Email Portfolio LeetCode

Pinned Loading

  1. IMDB-Query-Engine IMDB-Query-Engine Public

    A disk-based database query engine with custom buffer management, B+ Tree indexing, and relational operators to execute SQL-like queries over IMDB data using Java.

    Java

  2. PersonaGPT PersonaGPT Public

    An intelligent conversational AI bot that represents my professional profile. The bot answers questions about my career, skills, experience, and personality, while automatically collecting the cont…

    Python

  3. SilentSpeak SilentSpeak Public

    motion-based alternative for speech command recognition by leveraging IMU sensors to analyze jaw movements during speech

    Jupyter Notebook

  4. CareerEcho CareerEcho Public

    CareerEcho is an AI-powered assistant designed to help users enhance their career development and learning journey. It provides comprehensive features for career growth, professional networking, an…

    Python

  5. my-portfolio my-portfolio Public

    personal portfolio website

    JavaScript

  6. Low-Level-Design Low-Level-Design Public

    Java