Hi, I am Sunny Patel

CS Student and Aspiring Developer

Picture of me

Skills

Programming Languages

Java
Python
C++
C#
HTML
CSS
JavaScript

Tools/Technologies

SQL
Unix/Linux
Git
Github
Visual Studio
IntelliJ Idea
API/JSON
Microsoft Office
Google Suite
Azure TFS
Demisto
Splunk

Frameworks/Libraries

React
Spring/Spring Boot
Entity Framework

Who I am

I am a 4th year student currently studying Computer Science at the University of Texas at Dallas. I like to practice good coding conventions that are both clean and optimal. I have lived in Arlington, Texas since 2011. My hobbies include reading, playing sports, and cooking!

Projects

Calculator

calculator icon

Simple on-screen calculator program that has the functions of add, subtract, multiply, and divide. Rounds answers to avoid long decimal numbers. Written using HTML, CSS, and JavaScript.

Connect 4

connect 4 board game icon

A program to play the connect 4 game between two players. Displays a board when the program is run. Comes with error-checking player moves to ensure that they are valid. Written using Java.

Guitar Hero

guitar icon

A program to simulate guitar sounds by allowing the user to "pluck keys" by pressing specific keys on the keyboard. Implemented using a Queue and Array to represent a ring buffer data structure. Written using Java.

Random Recipe Generator

recipe icon

A program to generate random food recipes based on category and cultural origin of meals. Random recipes generated using theMealDB API. Program will generate name, category, area, instructions, picture, video, a list of ingredients with corresponding measurement amounts, and a website link for a random recipe. Written using Python.

Twitter Quote Bot

twitter icon

A Twitter bot that will tweet quotes by web scraping information from a quotation website. Once the information has been scraped, it is written into a text file and read from by the bot to create the tweet, which will then appear on the timeline after the tweet has successfully been sent. Made using the Tweepy API library. Written using Python.