Understanding Web APIsWhen someone is talking about an API they are referring to a web API. The acronym API stands for application programming interface, which…Aug 9, 2021Aug 9, 2021
What Javascript iterators to use for CRUD in REACTJust starting out with React and not sure what array iterator or method you need to get your page to re-render(without refreshing) with…May 11, 2021May 11, 2021
Using javascript to create an object in a rails APITo create an object in a rails API using javascript in the frontend we first need to set up our backend. Make sure you have your controller…Apr 27, 2021Apr 27, 2021
collection_select with form_for/form_withcollection_select is a ruby on rails form helper method that is used in place writing a form out in html. On the user side it looks like a…Mar 25, 2021Mar 25, 2021