Hi, I'm Swami!
a Computer Science Student from the University of Colorado Boulder. I love software engineering and its applications. This is my portfolio site built from scratch using React, NextJs and is hosted on Vercel.
My CU Boulder Senior Capstone Project was sponsored by CADUS NYAGI an organization that focuses on outreach programs to train doctors in remote areas of the world in reading ultrasounds.
GitHubA scrabble game built with QT creator in C++. Contains all functionality of normal scrabble but includes a special bomb tile to mix up game play. Word scoring algorithms, valid word checks, and GUI all built from scratch.
GitHubA full stack web application using React, Flask, MongodDB, Spotify API, Billboard API and temporarily hosted on GCP. The project goal was to look at historical trends in musical attributes from popular music. Data was pulled from the APIs into a mongoDB database. Users can execute queries over certain periods of time and read trends in popular music.
GitHubA distributed file system written in C for Linux. Uses Unix sockets to facilitate file storage redundancy across a variable number of servers. Files are split into n chunks and mutiple copies of each chunk are stored on different servers.
GitHubA C Unix sokcet based proxy server that works on http. Includes blocklist capabilities and can block on ip or domain name. Implements site cacheing timeouts as well as fill access locks.
GitHub