My name is Jimmy Rosser and I graduated Cum Laude from Trinity University in San Antonio, Texas with a Bachelor of Science degree with double majors Computer Science and Human Communications.
These tasks were a basic webpage using HTML and CSS; which is this webpage.
An interactive data visualization with data pulled from Dougstats.
A functional message board using Scala Play with an in-memory-model approach and deployed to Heroku. The application allows the user to sign in to an existing account, create a new account, send a private message to a specific user, send a public message to all users, view private messages, view public messages, and logout.
A canvas that uses web sockets for multiplayer capabilities. This application allows the user to move around on the screen and see other users moving around as well. This application is also deployed to Heroku.
A recreation of the message board from task 5 but using JSON, Ajax, and React instead of Scala Play and Javascript. This application is also deployed to Heroku.
A recreation of the message board from task 5/8 but using a database model instead of an in memory model. This application is also deployed to Heroku.