Developing in Docker
Play
34:28 CC

Developing in Docker

#414 Aug 13, 2023 pro
I use Docker every day and it has make my development workflow much simpler. I don't have to deal with conflicts or issues with macOS since everything is containerized. Before, I would fight my host operating system with mismatched dependencies and configuration problems, but using Docker during my development workflow has simplified things. In this episode, we'll run through how I use Docker on Rails applications and some of the tricks I use to solve the nuances of this approach.

Rails Docked
Play
16:08 CC

Rails Docked

#384 Jan 15, 2023 pro
Docked is a new library which aims to aid in fresh development environments with the use of Docker. In this episode, we use a Steam Deck, to install Docker and by using Docked will have a fully functional Ruby on Rails development environment.

Easy Infrastructure
Play
25:11 CC

Easy Infrastructure

#355 Jun 26, 2022 pro
Continuing on from the previous episode, we look at creating a Docker Swarm cluster and using Traefik to load balance and route requests to various applications. Using this and CloudFlare proxies, we're able to create and deploy hobby applications in minutes.

Easy Deployments
Play
31:57 CC

Easy Deployments

#354 Jun 19, 2022 pro
I often create Rails projects and while some of these applications are fairly simple, deployment to a production environment still requires a lot of infrastructure setup. In this episode, we take a look at creating a Rails project template and being able to deploy it to a production environment within minutes.

Local Mail Delivery
Play
8:39 CC

Local Mail Delivery

#329 Dec 26, 2021 pro
Sending out emails is an important for of communication in our Rails applications. In this episode, we look at creating a local smtp relay with a web frontend to view the emails sent from our Rails application.