Skip to content
View gkeswani92's full-sized avatar
👨‍💻
👨‍💻

Block or report gkeswani92

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

Hi there 👋

Pinned Loading

  1. stock-portfolio stock-portfolio Public

    A network to keep up with how your friends are trading equities and options.

    Python 1

  2. listed listed Public

    Listed is a RESTful service written in Python/Flask with a React.js frontend to help you discover interesting places near you using the Yelp Fusion API.

    CSS

  3. sql-interpreter sql-interpreter Public

    A SQL interpreter in Java that can handle SELECT-FROM-WHERE queries. Implemented in-memory sort and external merge sort algorithms in case where the relations were too big to be stored in memory. Q…

    Java

  4. distributed-cloud-service distributed-cloud-service Public

    Deployed a scalable and fault-tolerant system with a 2 tier architecture (Flask and VSync) on AWS EC2. Load balanced the incoming requests with HAProxy and configured it to be scalable and fault to…

    Java

  5. scalable-and-fault-tolerant-session-management-system scalable-and-fault-tolerant-session-management-system Public

    Built a distributed, scalable and fault-tolerant web service with Java Servlets in application servers running Apache Tomcat in AWS EC2 instances. Also implementing a distributed, fault-tolerant, i…

    Java

  6. fast-convergence-pagerank-in-mapreduce fast-convergence-pagerank-in-mapreduce Public

    Used AWS Elastic MapReduce to compute PageRank for a large Web graph consisting of 685230 nodes and 7600595 edges. Computed this PageRank using the Simple Node by Node, Blocked Page Rank, and Gauss…

    Java