Introduction to GraphQL
Play
17:38 CC

Introduction to GraphQL

#119 Feb 11, 2018 pro
GraphQL is a query language for your API. In this episode, we will look at adding GraphQL to our Ruby on Rails application and seeing how we can pull down data and create records.

Ruby on Rails - Tips and Tricks
Play
14:53 CC

Ruby on Rails - Tips and Tricks

#118 Feb 4, 2018 free
In this episode, we will go through some of the tips and tricks that we often take for granted. We will be looking at nested routes, scopes, migrations and more.

Upgrading Ruby on Rails Versions
Play
23:23 CC

Upgrading Ruby on Rails Versions

#117 Jan 28, 2018 pro
In this episode, we look at updating a Ruby on Rails application from v4.2.10 to v5.0.6. The overall steps taken will vary from every application, but the concepts applied will relatively be the same.

More on Stripe and Webhooks
Play
16:31 CC

More on Stripe and Webhooks

#116 Jan 21, 2018 pro
Continuing from Episode 114 and Episode 115, we look into adding listeners to Stripe's webhooks for tracking events occurring with customers, subscriptions and charges.

More on Stripe and Subscriptions
Play
11:50 CC

More on Stripe and Subscriptions

#115 Jan 21, 2018 pro
In our previous episode, we looked at setting up our application to create Stripe Subscriptions. In this episode, we will look at managing the Subscriptions and working with cancelling and resubscribing to a subscription.