React: Callback Functions and Buttons

React: Callback Functions and Buttons React can be overwhelming and confusing for a beginner. I was one of those confused beginners, especially when it came to callback functions in React. Thankfully, …

Read more

Using Fetch With An API

Using Fetch With An API The fetch() method in JavaScript is a very useful tool. Most of the major websites that you use on a regular basis use this method to …

Read more

Setting Up Routes In Ruby On Rails

Setting Up Routes In Ruby On Rails Ruby On Rails (“Rails”) is a powerful language. Five of the most common routes in Rails are Index, Show, Create, Update, and Destroy. Setting …

Read more