Skip to content
View mssrinivas's full-sized avatar
💭
Caffeine ∝ Code
💭
Caffeine ∝ Code
  • Seattle, USA
Block or Report

Block or report mssrinivas

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

Pinned

  1. Distributed-File-Storage Distributed-File-Storage Public

    This project provides a detailed explanation of the data replication part in the Distributed File Storage System. In a distributed system, data replication ensures reliability and availability amon…

    Python 2

  2. LinkedIn-Clone LinkedIn-Clone Public

    Developed user profile, connections, job listing and application modules using MERN Stack and Kafka. Implemented Redis for data caching, containerized the application services and hosted on AWS. Im…

    JavaScript 68 40

  3. VacationRentals-2.0 VacationRentals-2.0 Public

    Developed property reservation, user authentication and profile management modules of a vacation rental app using MERN stack. Implemented React-Redux where necessary. Shifted Relational data to NoS…

    JavaScript 15 8

  4. CoffeeWithCloudySpartans CoffeeWithCloudySpartans Public

    Developed an Online Coffee Store application using Mongo, Express, React, Node (MERN) and Go. Hosted the data service API modules developed in Go as microservices using Kubernetes. Aim is to demons…

    JavaScript 14 3

  5. PayPerView PayPerView Public

    This project introduces a new concept called "Pay Per View" using the concept of micropayments. The idea is about instead of forcing a user to take a complete subscription of organization's or an a…

    JavaScript 5 3

  6. Hackathon_CloudPricing.py Hackathon_CloudPricing.py
    1
    import json
    2
    from collections import defaultdict
    3
    
                  
    4
    storageDict = {}
    5
    output = {}