PDF Reader
Play
18:49 CC

PDF Reader

#413 Aug 6, 2023 free
When previewing PDF files that were uploaded through Active Storage, we can only get a simple image of the first page. In this episode, we'll look at taking the uploaded PDFs and interacting with them.

Intervals and Timeouts
Play
11:40 CC

Intervals and Timeouts

#412 Jul 30, 2023 pro
In this episode, we create two different stimulus controllers for handling refresh intervals and timeouts. Using Turbo, with these stimulus controllers, we are able to create a simple solution refreshes on an interval or timeout.

Fancy Emails with MJML
Play
12:41 CC

Fancy Emails with MJML

#411 Jul 23, 2023 pro
Managing email styling and formats can be a large task so having a templating framework in place to help manage these will not only help them be consistent, but also easier to maintain as time goes on. In this episode, we'll look at implementing MJML as well as solving some common problems.

Academic Discount
Play
14:19 CC

Academic Discount

#410 Jul 16, 2023 pro
Are you searching for an efficient way to implement academic discounts on your web application? In this episode, we'll explore a subtle yet effective method for verifying academic email addresses, while also providing override options to ensure your organization retains full control.

ActiveSupport::Notifications
Play
13:47 CC

ActiveSupport::Notifications

#409 Jul 9, 2023 pro
In this episode, we'll dive into ActiveSupport::Notifications to perform simple metrics. We'll then use this technique to troubleshoot and pinpoint where slow running lines of code are. It can be a great debugging technique when trying to deal with slow requests or functions.