PinnedPledge DavisThe DOMHave you ever wondered about the process of how something is updated on the screen? In my most recent article, I discussed event listeners…Apr 10, 2021Apr 10, 2021
PinnedPledge DavisEvents and Listeners in JavaScriptThroughout my time building out JavaScript applications, I have always found myself in need of Events and Listeners. Whenever it came to…Apr 2, 2021Apr 2, 2021
PinnedPledge DavisReact lifecycle methods and hooksReact Hooks are a very useful feature that was recently launched in React 16.8 version. When building out a React application a Developer…Mar 26, 2021Mar 26, 2021
PinnedPledge DavisRails shoe app portfolio projectNow that I have finished my Rails portfolio app I have learned how to utilize and gain a better understanding of “Rails Restful” actions…Sep 19, 2020Sep 19, 2020
Pledge DavisRuby and IterationsIn the course of creating Ruby applications, you will find yourself having to iterate through multiple objects. And then possibly needing…Jul 11, 2021Jul 11, 2021
Pledge DavisRails MigrationsLearning the fundamentals of rails migrations is very necessary when planning on using Ruby on Rails as your backend language.Jul 4, 2021Jul 4, 2021
Pledge DavisComparison operators in RubyWhen using Ruby to create an application you might find yourself needing something to happen if another. thing is true. For instance, if…Jun 27, 2021Jun 27, 2021
Pledge DavisValidating Objects Before Saving In RailsWhen creating objects in Rails you always want to make sure that the information you’re saving to the database is valid. For example, if…Jun 20, 2021Jun 20, 2021
Pledge DavisApplying Helper Methods to your Ruby on Rails applicationRuby on Rails comes with many interesting tools that not only help your code work but also help you keep your code readable or DRY for…Jun 13, 2021Jun 13, 2021
Pledge DavisScraping with NokogiriWhen I was building out my first ever CLI application I found myself wanting to add information from a website and later use it in my…Jun 6, 2021Jun 6, 2021