Enwritt
GitHub | Live
An open publishing platform inspired by Scribd.
- - Single Page Backbone app consuming a RESTful Rails API.
- - Use BCrypt to override User#password= method to store a hashed password digest instead of plain text.
Jose's Escapism
GitHub | Live
A personal spin on Asteroids, a classic arcade game from Atari
- - Use trigonometric functions and vectors to calculate movement of bullet, ship, and asteroids
- - Create two different kinds of indestructible asteroids that alter bullet movement on hit
Active Record Lite
GitHub
An ORM framework inspired by Rails' Active Record.
- - Integrates SQL queries into Active Record methods such as #all, #where, and #find
- - Implements associations to support belongs_to and has_many relationships between Models