Episodes
Short learning videos for developers that practice DevOps; Topics such as Containerization, Infrastructure as Code and AWS

Docker on Amazon ECS using CloudFormation
Walkthrough of creating AWS CloudFormation stacks to deploy and run docker containers on Amazon Elastic Container Service (ECS) with AWS Fargate. This involves creating Elastic

MySQL and PostgreSQL with Docker in Development
A quick walkthrough of setting up multiple versions of MySQL and Postgres databases with Docker using Docker Compose in development environment.
And test multiple ways connecting

Create AWS CloudFormation Stack for EC2 & RDS and Deploy Docker App
Define application stack that consists of an AWS EC2 Instance and RDS Instance in AWS CloudFormation YAML template. With the stack defined in YAML, create

Deploy Dockerized Web API application on Amazon EC2 with RDS
Create Amazon EC2 instance using Docker Machine and create Amazon RDS instance for MySQL using AWS Management Console. And using Docker Compose, deploy a containerized

Deploy with Docker: Single-node deployment of Rails API application on VPS
Learn how to deploy a Ruby on Rails (JSON REST API) application on VPS using Docker, Docker Compose and Docker Machine. Provision a node on

Rails on Docker: Create and run Rails app using Docker
Creating and running rails applications completely using docker is fun. Without docker – installation of ruby, dev packages for some of the gems, installing databases