Not sticking to sports


This is a blog

Adding Stripe to a Rails Marketplace app

This guide is adding Stripe configuration to a marketplace app built on Ruby on Rails. It assumes you are using Devise for your user model and setups up an Omniauth login as well as a way for the sellers on your app to associate their user accounts with their Stripe account so they can each accept payments seperately.


React Redux Fundamentals

For my final Flatiron portfolio project, I had to write a React app that made use of Redux middleware to respond to and modify state changes. I had just mastered React and passing down props and adding a local state to a class component made sense to me, so I wasn’t sure why we had to complicate things with Redux.


HTML Canvas and My first Javascript App

Technical Requirements


Getting Started on Your Rails App: A Step-by-Step Guide

This guide assumes you are using Rails 5+ with ActiveRecord.


How to build a simple CMS

The simple answer? With Corneal, Sinatra and Active Record!