Deploying a Rails Backend and React Frontend App Using Heroku & FirebaseThe first step to begin you must have/create a Rails backend db:Apr 22, 2021Apr 22, 2021
React FundamentalsFor starters, React is a JavaScript library for building user interfaces. It is not a framework, and will likely have to be combined with…Apr 16, 20211Apr 16, 20211
APIs 101Application Programming Interface, or API for short, is a very common and useful tool used by programmers. It allows the application to…Apr 8, 2021Apr 8, 2021
Explained: React HooksWhen using React without hooks, you may find yourself passing props from function components to class components which can cause very…Mar 2, 2021Mar 2, 2021
React: Props & State ExplainedProps, short for “properties”, is used for passing data from one component to another. However, the data being passed is uni-directional…Feb 9, 2021Feb 9, 2021
Rails Association: The Very BasicsA connection between two Active Record Models is known as an association. With many types of database tables available, you’ll need to…Nov 19, 2020Nov 19, 2020
Pry Open Your CodeI’ve coded a lot during my time at Flatiron School, and with a lot of coding comes a lot of errors, and with a lot of errors comes a lot…Nov 6, 2020Nov 6, 2020