Codebrew

Full-stack note management web application.

  • Single page application created with React and Flux architecture on the front end, and Rails and Postgres in the backend.
  • Utilizes React Router to facilitate straightforward React Component management.
  • Employs Prosemirror Javascript library to incorporate rich text features for notes.

Sharktank

In-browser action game.

  • Built using Canvas, Javascript, and localStorange.
  • Utilizes Object Oriented Programming and Prototypical Inheritance.

Active Record Lite

Object Relational Mapper.

  • Built using Ruby, Modules, and Metaprogramming.
  • SQLObject Class within Active Record Lite has the ability to interact with a database through methods which allow data insertion, data lookup, and data association functionality.