Blog Posts

Another Trip Out West

Front End static web page taking users on a virtual bicycle tour to Denver

Foto Shoppe

Full Stack app to create, read, update & delete (CRUD) photo albums

Higginbotham Records

Full Stack MERN app for users to upload and share their record collections

Preston Mitchum

Front End app to make creative Halloween costumes

Ben's Bikes

Front End e-commerce app to purchase bikes and bike gear

How to Create Custom Hooks

I built a custom hook in React to create a shopping cart. Learn more about creating context and a provider component

Pagination with React and Ruby on Rails

I make the home page of an e-commerce app look super slick with pagination. Like all shiny things, it takes a lot of work to make it look good.

Shopping Cart on an E-commerce Web App

Hold onto your inner tubes, creating a full CRUD shopping cart requires a React front end and a Ruby on Rails back end

How to Process Credit Cards with Stripe API

Can you process a credit card? I can't. I mean, that's a lotta person data that I personally want nothing to do with. So, along came Stripe to handle credit card payments

How to Persist User Session w/ JWT & Local Storage

Don't want to lose your session because you're browser died, or you checked out another site for a quick second? Here I show how to persist a user's session using JWT tokens and local storage