Daniel Duff


My Experience with Java


In March of 2020 I began programming with Java for one of my univerity units. This study included several small tasks each week that tested my problem-solving skills all culminating in a group assignment.

For the grou assignment, my team members and I were tasked with creating a three-part system for management, scheduling, and viewing billboards. The control section of the project required a GUI component to create, save, edit, and schedule billboards while also managing system users. This was the section of the three that I worked on as I was in a team of three. The control then connected to a server which held the user and billboard information. The server then passed the billboard and scheduling information to the viewer which displayed the billboard designs.

I thoroughly enjoyed programming in Java which is in small part due to how easy it was to learn given my experience with other languages.