Hello world!


Beginning of the journey

Refactoring With Partials

As developers we should always aspire to keep our code DRY, that is assuming that your code works in the first place. Apparently, there is a code refactoring rule of thumb called Rule of three that states that whenever you catch yourself repeating the same lines of code three times, you should be wrapping it up in a method. The same rule is applicable to forms.


WanderList - My Sinatra Project

The idea behind WanderList is to allow users (wanderers) to create boards where they can pin trips from the list that the app scrapes from here.


Being Lazy with Active Record

Source: Imgur


Understanding ORM

Object-relational mapping (ORM, O/RM, and O/R mapping tool) in computer science is a programming technique for converting data between incompatible type systems using object-oriented programming languages. This creates, in effect, a “virtual object database” that can be used from within the programming language.

-Wikipedia


My First CLI Gem

This project took me forever, about 3 weeks to be exact that was filled with procrastination and denial. First off, I was very intimidated with the idea of having to create something from scratch and then there were technical obstacles along the way. But, here I am, wrapping up my project for submission and I could not have been happier.