Course Projects

In this section I showcase a few of my projects that I created during my time studying computer science at La Sierra University.

 


 

Mobile Booking Application

 - Database and Management Design -

I designed and created a mobile app that serves as a booking application for a lodging facility.  When logged in as the manager, you can create a room to be added into the database and it becomes available to be booked.

When logged in as the coordinator, you can browse the rooms that are available and can make a booking which will update the database with the booked room.

The mobile app was in written using C# and SQL, and was built to the Android platform using the Unity 3D game engine.


Atlantis 3D City

 - Web Application Development -

This is the final project that my teammates and I created for our web application development class.

I created the elavator system and all of its associated animations. And I created the tunnel object that is at the bottom of the elevator shaft.

This project was created using Javascript and Babylon.JS, a Javascript 3D Engine.


Online Appointment System

 - Database Management and Design -

I created a online appointment system for my database management and design class. Clients can check the availability of an appointment and book the appointment if available.

Clients also have the option of checking their appointment information and changing their appointment date if needed.

This web app was created using PHP, SQL, HTML5, and CCS3.

 


Monopoly Game Assistant

 - Intro to Computer Science I -

This is an IOS app I made that serves as an virtual assistant when you play the monopoly board game.

The app allows you to keep track of how many houses, hotels, deeds, and get out of jail free cards you have. It also keeps track of the amount of money you currently have.

I created the app in Xcode using Objective-C.

 


Percolation System

 - Analysis of Algorithms -

I created a Java program to estimate the value of the percolation threshold via Monte Carlo simulation.

I created a percolation datatype to model a percolation system and created a percolationStats datatype to perform a series of experiments on the system.

The first .gif shows the simulation running visually just once and the second .gif is of an interactive version of the model.

 


Web Application Development Class Site

 - Web Application Development -

My website for my web application development class. I have links to various projects that I have created in the class using various technologies like Babylon.js and HTML5 Canvas.