Giter Site home page Giter Site logo

Websites

Polystore

Developed an online marketplace for 3D models. Creators upload models for customers to purchase. Hosts ~1000 3D rendered models.

  • Creators upload a model file and scene file stored in AWS S3
  • Sketchfab is used to display an editor with the existing scene to allow a creator to adjust the scene color, field of view (FOV), camera (X, Y, Z), and auto-rotate
  • Three.js used to load and run 3D model assets in a browser
  • Used React for building the front end, Redux for state management, and Axios API for making HTTP calls from the browser.
  • Used Java Spring Boot for building the back end and for performing user authentication.
  • Used MySQL for storing customer information, model information, cart information, and authentication tokens.

πŸ”— website

Social Media Platform

Developed a social media platform that mimics the essential features of twitter, enabling users to sign up, share tweets, follow other users, and discover trending topics

πŸ”— website

Mobile Apps

RMMB3R

Developed an Android notes application for users to create and save notes with custom colors and search and sort notes based on title, date, or color

πŸ”— play store

TrailLines

Developed an Android mobile application for exploring hiking trails near the user. Search results can be sorted or filtered based on reviews, accessibility services, and things to do.

  • Based on this project, the professor recommended a TA position for the course during Fall '22
  • The messaging feature enables users to connect with other trail enthusiasts on the app. A friend request is used to allow users to connect with other hikers. The messaging system also provides a view of all users currently online.
  • Used Retrofit for asynchronous network calls, Firebase for notifications, messaging, authentication, and storage services, and SQLite for storage

πŸ”— Github

Desktop Applications

Stock Market Simulator

A stock market simulator with real-time pricing using the AlphaVantage API.

Developed a stock market simulator with real-time pricing using the AlphaVantage API. This enabled my classmates to learn about and experiment with investing by creating portfolios, trading stocks, and applying automated investing strategies.

  • Limited to stocks listed on the S&P 500, we used the AlphaVantage API to fetch the closing value of a stock on a given day
  • Implemented caching using Redis to limit calls to the AlphaVantage API
  • Used Java for backend development
  • Created a GUI using Swing and implemented an MVC architecture
  • Stored the user's portfolio information in MySQL
  • Wrote tests using JUnit and Mockito

πŸ”— Github

Content Delivery Network Application

Developed a large-scale distributed system to serve Wiki query responses to clients via CDNs. Ranked amongst the top teams with the fastest response times

  • Implemented query response caching and geographic DNS redirection, improving client response time by ∼ 15%.
  • Implemented the CDN server in Python
  • Used zlib for compressing responses before caching

πŸ”— Github

Raw Socket Application

Developed a wget FTP application to download files for input URLs

  • Implemented TCP/IP headers and packet validation using checksum from scratch
  • Implemented a three-way handshake and congestion control with the server to reduce packet loss by 10%

πŸ”— Github

Research Papers

Performance Analysis of TCP Variants

Wrote a research paper presenting a study on the different variants of TCP that are used widely across multiple operating systems (Tahoe, Reno, NewReno, and Vegas) and analyzed their performance using various parameters (throughput, drop rate, and latency) under varying degrees of congestion, using NS-2 simulation

πŸ”— Paper

Resume

Download

Pratik B's Projects

Pratik B doesn’t have any public repositories yet.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.