Now the journey beginsMy time at Flatiron has been one of great uncertainty, fear of the unknown, and wondering what in my right mind convinced me to take an…Jun 2, 2022Jun 2, 2022
useEffect and UseStateI want to talk about two hooks that really allowed me to fall deeper in love with coding and all the amazing things one can do. In order to…Jun 2, 2022Jun 2, 2022
Active RecordActive Record is the M in MVC the model which is the layer of the system responsible for representing data and logic. Active Record…May 23, 2022May 23, 2022
RubyRuby is a purely object-oriented language and was developed by Yukihiro Matsumoto. The objective of Ruby’s development was to make it…May 3, 2022May 3, 2022
ReactReact is a library or some call it a language. Nonetheless, React lets you do some amazing things. React is a declarative, effective, and…Apr 1, 2022Apr 1, 2022
I’m Listening…Event listeners are essential to having a dynamic web page. JavaScript’s way of carrying this out is by the way of an event listener…Mar 18, 2022Mar 18, 2022
Getting to know DOM!DOM stands for Document Object Modeling and its importance can not be overlooked when it comes to JavaScript. To have an interactive…Feb 16, 2022Feb 16, 2022