Johnathan Bressette

I am a Full Stack Developer with a passion for technology and programming currently working with Angular to build web apps and Java Spring Boot to build RESTful microservices. I am eager to use my skills to build new software and learn even more in a professional environment
Currently a Full Stack Developer at Lincoln Financial Group

Email: bressetteprogramming@gmail.com

Stress Calendar

A desktop application written using QT Quick and uses QML to display the UI and Javascript to interface with an SQLite database and perform back-end logic.
The application is a calendar application that lets users input their daily mood, notes, and amount of physical activity for each day.

Traveling Salesman Problem Solver

A solution to the traveling salesman problem with dynamic programming using C++ and displayed graphically using SFML. The program displays a complete graph with 5 nodes and displays the numerical value of the shortest hamiltonian circuit which is the minimum path for the traveling salesman problem.

HiDr8

An android application that reminds the user to drink water during the day. The app allows users to track their water intake and reminds users to drink water to reach their intake goal. The app stores information in an SQLite database and communicates with a Java Spring Boot web service to provide the user with a water goal recommendation based on their provided weight and height.