
Levi Adler
Software Engineer at Huge.
Ruby | Rails | Python | Javascript
Backbone.js | SQL | JQuery | HTML/CSS
Hey! Welcome to my site!
Hey! I am a NYC based software engineer.
I love building dynamic content for the web.
Stuff I Lovingly Crafted:
-
PicsCasaPhoto sharing web-app
Photo sharing web-app with a Rails backend with a Backbone front-end
PicsCasa is an Picasa clone built using a Ruby on Rails backend along with Backbone.js front-end and other jQuery and Javascript features.
You can visit the live version at PicsCasa.com - click on the "Demo user" button if you just want to check it out!
-
ChitChatNode.js Chat Room
ChitChat
A fun node.js chat application using socket.io.
Features:
- Chat with other users
- Change display name (with /nick [your-nickname])
- Switch between rooms (with /join [new-room])
Use it live here!
-
AsteroidsJavascript Asteroids Game
Asteroids.js
Classic Asteroids arcade game for the browser using Javascript and HTML5 canvas. Uses prototypal inheritance to DRY up code.
Play it here!
-
TicTacJoeJQuery TicTacToe Game
Tic Tac Joe
You know what Tic Tac Toe is - just play it here.
-
ChessOOP Terminal Chess Game
Chess - in your terminal!
This Ruby implementation of Chess is built using object-oriented principles. All of the functionality of the game is split into logical classes. For example, pieces are split into classes of how they move (either sliding or stepping) that they each inherit from.
Download the repo and play away!
-
ActiveRecordLiteMetaprogramming
ActiveRecordLite
ActiveRecordLite is a lite (duh!) version of Rail's ActiveRecord. Not nearly as robust as the real thing, but still pretty cool. This version employs Ruby's powerful Meta-programming potential to create many of ActiveRecords methods.
This fun metaprogramming experience also contains RSpec tests.