rachelkathleen.github.io


A Beginner's Primer to Relational vs. Non-Relational Databases

A quick overview on relational (SQL) and non-relational (NoSQL) databases, what they are, how they differ, and use cases for each.


Filter Items in an Index page in React

class PetsContainer extends Component { state = { petsToDisplay: “all” };


Creating a reusable 'Like Button' Component with React

This is a step-by-step guide on how to create a component in react that can be used as a ‘like’ or counter button.


Deploying a React/Rails app with Netlify and Heroku

Before I dive in, let me give you a bit of background on how Pet Roulette! was set up going into deployment. First, I had two separate repositories. Secondly, I had created my Rails API with a Postgres database from the get-go, which is highly advisable if you do plan to deploy your app. Lastly, I used create-react-app to start my React application.


Simple Async Search Bar with Javascript

<iframe src=”https://share.getcloudapp.com/jkuJkq99?embed=true” width=90% style=”border:none” frameborder=”0” allowtransparency=”true” allowfullscreen=”false”> </iframe>