KeviniturraldeJavascript essentials: What is A Promise?Before talking about promises, we should talk about “producing code” and “consuming code”. Producing code can be described as code that…Dec 3, 2020Dec 3, 2020
KeviniturraldeEvents to listen for in JavascriptOn any given webpage there are tons of elements a user can interact with. These interactions can be seen as events that the user looks for…Nov 10, 2020Nov 10, 2020
KeviniturraldeRails Builds it ALL!!!When first hopping into Ruby on Rails, the first most daunting thing is looking at ALL the extra files you see on your project. From the…Oct 19, 2020Oct 19, 2020
KeviniturraldeBeginning Object Orientation in Ruby! What ISN’T an objectSo you have some fundamental understanding of ruby, GREAT! Ruby is what we call an Object Oriented Program(OOP), which means most of what…Sep 29, 2020Sep 29, 2020