Hi there!
I am a NYC-based JavaScript/Python developer.
I am a Javascript/Python developer currently living in the NYC area. To me, programming is about opening doors. It lets me interact with one of the core components of our environment: technology. I am excited to be at the center of human connectivity, overcoming distance, culture and language barriers one line of code at the time.
JavaScript, jQuery, Backbone.js, Python, Django, MySQL, AJAX, Git, HTML5, CSS3
ES6, Node.js, MongoDB, Ruby, Ruby on Rails, ReactJS, PHP
Click on each image to view my work!
Shelve Me
Web app where readers can connect with each other and organize their books. Backbone application and RESTful Rails API. Deeply nested data is served as lightweight JSON, which is set to Backbone models by overwriting Backbone’s parse methods. Composite view pattern and granular rendering allow for updating only targeted parts component of the page when data changes.
Retro Snake
The classic game written for the browser in javascript. JQuery event listeners register key presses: the snake moves by pressing the arrow keys, the game is (un)paused with the spacebar. A random amount of apples is generated every 5 seconds and the snake grows a segment for every apple eaten. The game is over when the snake hits the edge of the field or itself. Retro styling with css for an old-school feel.