FULL STACK AND WEB DEV PROJECTS

Google Clone

Developed a Google Clone using ReactJS and the custom search engine API following a tutorial.

Technologies used: ReactJS, MaterialUI





Stop and Wait Simulator

Developed a full-stack application to simulate the Stop and Wait method of packet transfer in networking.

Technologies used: ReactJS, NodeJS, socket.io





DNS Server Simulator

Developed a web application to simulate the working of a DNS server with the DNS table stored in a Redis database.

Technologies used: NodeJS, ExpressJS, Redis





Caching Simulator

Developed a web application to simulate the working of web caching using Redis to store the recently requested websites.

Technologies used: NodeJS, ExpressJS, Redis





Simple Calculator

Developed a calculator with ReactJS.

Technologies used: ReactJS





MACHINE LEARNING PROJECTS

Fashion MNIST

Developed a Convolutional Neural Network with TensorFlow to identify different articles of clothing as given in the Fashion MNIST dataset.

Technologies used: Python, TensorFlow





Titanic Dataset Predictor

Developed a machine learning model with R that predicted whether a passenger survived on the Titanic or not as per the Kaggle dataset.

Technologies used: R