PinnedHow to use OmniAuth with Rails ApplicationsToday I’m going to walk through using omniauth in your applications to implement logging in with Google.Oct 21, 2020Oct 21, 2020
Basic WordPress TutorialI’ve recently started diving into WordPress and how it’s used. Today I’m going to show you a little bit about what I have learned. First…Jan 9, 2021Jan 9, 2021
Using the OMDB API to Search MoviesI was recently tinkering with the OMDB API and I decided to make a search form to search through movies. Today I will show you how I…Jan 2, 2021Jan 2, 2021
Using Materialize-css to create a nav-barI recently deployed a few of my Flatiron School projects but I hadn’t yet given them much styling. I wanted to add some styling to them so…Dec 26, 2020Dec 26, 2020
PG::ConnectionBad: could not connect to server: No such file or directoryRecently I had this error and I had a little trouble figuring it out so I thought maybe I’d write about it. This error occurred after I…Dec 19, 2020Dec 19, 2020
Using UpdraftPlus to backup a WordPress siteI recently had someone come to me who was having issues with a WordPress site. For starters they needed to update the site and plugins as…Dec 12, 2020Dec 12, 2020
Active Record ValidationsToday I’m going to talk about some of the active record validations, how they are used and what they do but first here’s a glimpse from…Dec 5, 2020Dec 5, 2020
How I hosted my portfolio website using GitHub pagesI recently completed (kind of) my portfolio website and I was trying to decide how I wanted to host it. I decided to go with GitHub pages…Nov 28, 2020Nov 28, 2020
How To Use Git CommandsToday I’d like to review with you some git commands and how to use them. We will mostly cover the basic commands in this tutorial. Let’s…Nov 21, 2020Nov 21, 2020
Using the Twitter API in Rails part#2Today we will continue looking at the Twitter API in rails to see what kinds of things we can accomplish with it. First off it’s important…Nov 14, 2020Nov 14, 2020