Skip to content
View utsavns96's full-sized avatar

Highlights

  • Pro

Block or report utsavns96

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

MS CS Grad from UIC '24

Some interesting projects that I've made:

  1. Implementing MapReduce using Hadoop and Scala to analyze log files: https://github.com/utsavns96/CS441_Fall2022_HW1
  2. Searching through a log file for a specific log message in a specific timestamp range, using 2 methods - a REST API served by an AWS Lambda function written in Python, and using a gRPC client-server model: https://github.com/utsavns96/CS441_Fall2022_HW1
  3. Using the cloudsim library to implement a simulation of a cloud datacenter infrasturcture, with different network topologies: https://github.com/utsavns96/CloudSim_CS441_HW3
  4. Using C++ and MPICH to calculate the value of PI to a user-selected accuracy term in parallel on UIC's ACER Cluster: https://github.com/utsavns96/Parallel_pi_MPI
  5. Creating a new design for a ridesharing application that we use on campus to perform A-B testing with the existing solution: https://github.com/utsavns96/campus_cruise
  6. An android app that recommends recipes based on the ingredients you have, using an API for general recommendations, and a user recipe section to submit your own recipes and see those created by other users: https://github.com/utsavns96/whatsCooking

Pinned Loading

  1. CS441_Fall2022_HW1 CS441_Fall2022_HW1 Public

    Repo for the MapReduce homework for Cloud Computing CS441-Fall2022

    Scala

  2. CS441-Lambda_With_gRPC-REST CS441-Lambda_With_gRPC-REST Public

    Repo for the gRPC/REST homework for Cloud Computing CS441-Fall2022

    Scala

  3. CloudSim_CS441_HW3 CloudSim_CS441_HW3 Public

    Repository for Homework 3 Cloud Computing CS441 Homework 3

    Scala

  4. advaitpai/CS418_Project-GDP advaitpai/CS418_Project-GDP Public

    This repository contains all the files submitted as a part of the final project for CS418. The topic was GDP

    Jupyter Notebook 4

  5. jasonpereira96/Parallel-Processing jasonpereira96/Parallel-Processing Public

    C++ 1

  6. MS_GSP MS_GSP Public

    Python implementation of the MS_GSP Algorithm for CS 583 @ UIC in Fall '23

    Python