Letting your mind wander outside the array index

This site is designed to showcase some of my projects in the hopes they offer some instruction and guidance, and de-mystify some of the concepts around software development.

Inventory Manager

A basic inventory management system written in Java and using MongoDB as a data store. Demonstrates the basics of using the MongoDB driver for Java and the ease of working with No-SQL database systems.
(Under development.)

View project page »

MIPS CPU Simulator

A CPU simulation that aims to demonstrate the particulars of CPU pipelining and instruction handling. Written in Python.

(Complete.)

View project page »

Crudite

A meal-planning application that uses Node.js, Express, Mongoose and Jade to create a web-based front-end to a MongoDB database.

(Under development.)

View details »