About Me

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.

WEB APPLICATION DESIGN

Projects

Task 1 and Task 2

These tasks were a basic webpage using HTML and CSS; which is this webpage.

HTML File(This Page)

CSS File

Task 3

An interactive data visualization with data pulled from Dougstats.

HTML File

CSS File

JavaScript File

Task 4

An interactive canvas with javascript event handling

HTML File

JavaScript File

Task 5

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.

Message Board

Task 6

Scala and Selenium tests for task 5

Message Board With Tests

Task 7

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.

Web Socket Canvas Game

Task 8

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.

React Message Board

Task 9

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.

Database Message Board