Skip to content
View sa171's full-sized avatar
🏠
Working from home
🏠
Working from home

Block or report sa171

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
sa171/README.md
  • 👋 Hi, I’m Saurabh, I am a software engineer by profession and I like building interactive applications for fun.

Pinned Loading

  1. Distributed-Key-Value-Store Distributed-Key-Value-Store Public

    Developed a key-value store using Kubernetes (k8s), FastAPI, and Huey as a REDIS queue that can scale reliably across multiple pods/deployments

    Python

  2. MOVIE-RECOMMENDATION-SYSTEM MOVIE-RECOMMENDATION-SYSTEM Public

    Forked from pkharge/SWM-MOVIE-RECOMMENDER

    Jupyter Notebook

  3. vocab_app vocab_app Public

    A vocab app that will fetch meanings and examples of words, recommends words that are alike and maintains history

    JavaScript

  4. Database-Indexing-using-Btree Database-Indexing-using-Btree Public

    B-tree and B+ Tree's are used for Multi-level Indexing in Databases. By using the search effectiveness of B-tree, this project was implemented for database indexing of students, given their informa…

    C++ 1 2

  5. Simulation-of-TreeMap-in-Java-using-Red-Black-Tree Simulation-of-TreeMap-in-Java-using-Red-Black-Tree Public

    This is Simulation of Treemap in Java using RBT implemented in C++. It covers operations such as Insertion,sizeofmap,containskey,containsValue,Headmap,getvalue.

    C++