Traffic Jam of Life


Journey to Coding

Understanding MVC

The best analogy used.


JavaScript with Rails Project

This project focused on building an app with rails using API and Javascript, while still implementing previous lesson such CRUD and relationships.

 I made a simple app that loads posts and comments for travel blog. Very simple using REST API, CREATE and DELETE METHODS.

Rails Project (Mixster App)

I designed an app named Mixster for people who bar hop. Bar Hoppers can take a picture, fill out the drink ingredients, bar name and location, bartenders name and taste profile of the drink. Then give the drink a review of 5 or less star and a written comment.


DECODING THE SINATRA PROJECT

Hello Readers, Welcome back to my blog for another review on project 2 of the cohort. This time we were tasked with creating an app/website and database for tracking something important using Sinatra. The hardest part of this task was actually coming up with something that I can track publically. Since its summer time in NYC and in my area street racing is a big thing, I decided to track cars. Before I get into decoding the requirements for this project, there are some great resources that I would like to share. First if you need help with the walk thru of setting up the MVC files (the route I took) Avi’s video does a great walk thru of that. However, if you need a more comprehensive guide, on youtube, there is video by Aysan Isayo called Sinatra CRUD. I highly recommend this video as she uses a gem called CORNEAL that gives you most of the folders you need to run the app. OK lets get into it.


CLI Data Gem Project

THE GOOD. THE BAD. THE UGLY