PDFs with Prawn
Play
24:21 CC

PDFs with Prawn

#351 May 29, 2022 pro
Prawn is a pure Ruby PDF generation library that provides a lot of great functionality while trying to remain simple and reasonably performant. In this episode, we look at the styling our code and generating PDFs.

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.