Hello! Dom here.
I'm a recent college graduate
with a Bachelor of Science in Computer Science.
Feel free to take a look at my projects.
I developed an appointment scheduling application with full CRUD functionality, initially as a school project. Recently, I undertook a comprehensive rebuild to resolve time conversion issues (converting selected EST appointment times to UTC for database insertion, then to the logged-in user's LocalTime based on Zone ID for display purposes), enhance UI responsiveness, and transition to a new database due to the original being school-specific. The application was built using Java (IntelliJ IDEA) and JavaFX (SceneBuilder), with MySQL for database management and GitHub for version control.