Skip to content
View SpartaNeel1010's full-sized avatar

Highlights

  • Pro

Block or report SpartaNeel1010

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

Hi there, you've arrived at Neel Shah's Portfolio

🌟 About Me

I am a graduate student in Software Engineering at San Jose State University, passionate about creating efficient and innovative solutions to real-world problems. With expertise spanning full-stack development, cloud systems, and machine learning, I aim to leverage cutting-edge technologies to make impactful contributions.

Key Projects

Collaborative Cloud IDE | GitHub

  • Real-time collaborative coding platform using MERN stack, Docker, and Kubernetes.
  • Supports up to 100 concurrent users with isolated development environments provisioned dynamically via Kubernetes.

DocGPT: A Medical Chatbot | GitHub

  • Designed a GPT-4-powered chatbot for medical queries using Langchain and Pinecone.
  • Implemented a multi-indexing system, optimizing document retrieval based on query types.

In-memory Database | Golang, TCP/IP Sockets | GitHub

  • Developed a lightweight in-memory key-value datastore supporting core Redis commands (GET, SET, EXPIRE) and datatypes like integer, string, list & sorted set using Golang.
  • Implemented RDB persistence with binary serialization to enable point-in-time snapshots of the database, supporting data durability and recovery with efficient string value encoding.
  • Developed a basic master-slave replication system with offset-based synchronization, allowing slaves to synchronize through RDB transfer and command propagation protocols.

📫 Contact Me

Pinned Loading

  1. CLOUD-IDE CLOUD-IDE Public

    The Cloud IDE is an online integrated development environment designed to provide users with a full-featured coding workspace. This IDE allows users to create custom coding environments, share thei…

    JavaScript 9

  2. in-memory-cache in-memory-cache Public

    Go

  3. RAG_Using_Colepali RAG_Using_Colepali Public

    This repository contains the implementation of a RAG-based (Retrieval-Augmented Generation) page-level embedding system utilizing Colpali and GPT-4. The project enables efficient document retrieval…

    Jupyter Notebook

  4. Distributed_video_encoding Distributed_video_encoding Public

    Python