Additional Dependencies in Beanstalk
Play
9:51 CC

Additional Dependencies in Beanstalk

#107 Nov 26, 2017 pro
Sometimes your AWS Beanstalk environment may require configuration changes from your app to properly deploy and get everything working.

Deploying to AWS Elastic Beanstalk
Play
11:54 CC

Deploying to AWS Elastic Beanstalk

#106 Nov 19, 2017 pro
We’re going to get a Ruby on Rails application running on a staging environment on AWS Elastic Beanstalk. The Rails app will be connected to a MySQL database instance.

Intro to Docker on Windows
Play
11:19 CC

Intro to Docker on Windows

#72 Mar 19, 2017 free
Developing a Ruby on Rails application on Windows can be difficult, but doesn't have to be with Docker. Learn how to use Docker to create isolated containers and get them to talk with the Rails app and passed through to the local computer.

Managing Servers with Ansible
Play
14:02 CC

Managing Servers with Ansible

#66 Feb 5, 2017 free
A look into the Drifting Ruby network architecture and how I manage deployments with Ansible.

Sidekiq on Production
Play
6:58 CC

Sidekiq on Production

#60 Dec 25, 2016 free
Sidekiq is a Ruby Background Processor that manages its queue with a Redis service. Learn to deploy Sidekiq to your production environment.