Kyle Chutjian

I'm ready to
Learn

About Me

Hi, I'm Kyle! I'm an upcoming developer, currently in my senior year at Quinnipiac University. I'm a Software Engineering major, with a minor in Mathematics. While I'm currently based in the Montvale, NJ area, I'm comfortable with relocating.

I spent this summer working as a Data Engineering intern at The Hartford. In this role, I became proficient with Tableau, Tealium, and SharePoint. Some highlights include a fraudulent dashboard for Hartford's new employer website and a completed website redesign for The Hartford's Enterprise Data Office.

Although Java is my bread and butter, I have extensive experience with JavaScript, Python, and SQL. TypeScript, Angular, and Spring are on my to do list.

Coding is not my entire life, unfortunately. I love boating on the Hudson River with my family during the summers, and watching the NBA is my favorite passtime. My favorite team is the Brooklyn Nets.

Check out my resume for best forms of contact.

Me

My Projects

Curiosity Game

Java | Java Swing

Worked with a group of four students where we made numerous enhancements to a pre-existing Java Swing program. During this process, we completed five scrum sprint cycles, the documentation is available upon request.

GeoQuiz

Java | XML | SQLite | Android

Made an educational android application for geography users. Option to learn about all 50 US states, or to take a quiz. Can compete for the fastest score on the leaderboard, or play casually. Utilizes SQLite to load the 50 states and to query leaderboard results.

Brooklyn Nets Face Recognizer

Python | OpenCV

Since I am an avid Brooklyn Nets fan, I wanted to create a program related to the team. This program uses a webcam to take a picture of your face, and return an image showing which player you most resemble. The README describes how to use the program.


Timely: Student Time Tracker

HTML | CSS | Bootstrap

Interviewed the Quinnipiac Dean of Engineering for software requirements of a student tracker application. The website allows faculty to view student's logged hours in a specific course and export the data into a CSV file.

Video Game Sales

Python | SQL | Jupyter | Google Cloud

Used a sample of the Video Game Sales dataset and inserted data into Google Cloud SQL tables. Queried from SQL tables into Python, creating Plotly graphs of the data.

The Jupyter Notebook file can be requested.
Discord Uno Bot

JavaScript | Discord JS

Completed an 11 week cycle of learning Discord.js and improving my JavaScript skills. The Discord Bot allows 2-6 players to play Uno together. Reference the README and other documentation provided to learn what it looks like.


Website

HTML | CSS | JavaScript | Bootstrap

I made this website you are looking at. Still optimizing the responsiveness in my free time. A lot of Bootstrap is used for a responsive result, which I cannot take much credit for, but HTML, CSS, and the rotating JavaScript text I wrote.

PvZ Coin Collector

Python | OpenCV

This is a fun script I made for the Plants vs. Zombies video game. It uses image detection to find coins, and PyAutoGUI to move and click your mouse. The README describes how to use the program, and the YouTube video shows me demonstrating what it looks like.

Cities Near Location

Java | XML | REST | Android

This android application utilizes a REST API that returns nearby cities when you input coordinates on Google Maps. The results screen displays the five closest cities to the position you picked on the map.