Oct 24, 2019Rails- A Template For BeginnersSo this blog is pretty much an outline of the tools, concepts, and pieces of code I’ve used as a template to refer back to when working on rails projects. I’ve found this to be helpful to myself as a beginner and hope it can be the same for you. …Ruby On Rails5 min readRuby On Rails5 min read
Oct 3, 2019Object orientation and relationshipsTwo types of relationships which we learn soon after joining flatiron school, and end up using heavily thorough out the first module are one to many relationships and many to many relationships. Today we will discuss a one to many relationship. I think it would be best to describe these…Programming6 min readProgramming6 min read