AWS App Runner
Play
19:59 CC

AWS App Runner

#298 May 30, 2021 pro
Amazon's newest hosting service, App Runner, makes it fairly easy to deploy web services. In this episode, we take a look at some of the issues with App Runner as well as how we can deploy a Docker container image to the service. We also dive into building Docker images from an Apple M1 computer and pushing to Elastic Container Registry.

Sign in with Apple
Play
15:16 CC

Sign in with Apple

#297 May 23, 2021 pro
Setting up "Sign in with Apple" can be confusing and complicated if you never dealt with Omniauth or with Apple's developer account. In this episode, we look at navigating through the Apple Developer account and setting up Omniauth to implement the Sign in with Apple.

Two-Way SMS Conversation
Play
25:28 CC

Two-Way SMS Conversation

#296 May 16, 2021 pro
Sending or responding with a SMS text message isn't too difficult. The complexity comes in when a conversation is required in a linear style of communication. In this episode, we look at creating a SMS bot which generates a session and tracks the conversation.

Gathering Questionnaire Responses
Play
19:49 CC

Gathering Questionnaire Responses

#295 May 9, 2021 pro
Continuing from the previous episode, we look at fixing nested forms when used inside of nested forms as well as gathering responses from the questionnaires.

Building a Questionnaire
Play
24:08 CC

Building a Questionnaire

#294 May 2, 2021 free
Using StimulusJS and nested forms, we create the first parts of a questionnaire. Dynamic surveys can be difficult to architect and maintain. In this episode, we take a simple approach to creating questionnaires.