AkravRuby on Rails MVCTo understand how Rails works you need to understand how the parts of Ruby on Rails fit together. The main parts are the Model, View and…Jun 25, 2021Jun 25, 2021
Akravrake db:seedTo begin, Rake is a tool that allows us to centralize our tasks so we can run them from one place. It eliminate the need to re-write…Jun 4, 2021Jun 4, 2021
AkravHow Optional Chaining (?.) HelpsOptional Chaining is a tool I learned while building a quiz app that randomizes question order. In order to randomize the question we…May 13, 2021May 13, 2021
AkravFetching JSON:I like the fetch() function because, for me, it is what crystallized the concepts of data flow, parameters, and the implicit and explicit…Apr 22, 2021Apr 22, 2021