Pull to Refresh
Play
14:49 CC

Pull to Refresh

#532 Oct 19, 2025 pro
When PWA websites are installed (specifically on iOS) there is some functionality lost to refresh the page. In this episode, we explore in how to restore this functionality.

Kamal Logs Upload
Play
15:34 CC

Kamal Logs Upload

#531 Oct 12, 2025 pro
In this episode, we look at shipping application logs via the Kamal Hooks to a webhook endpoint. We'll use Discord as the final log storage.

Omarchy
Play
11:34 CC

Omarchy

#530 Oct 5, 2025 free
Omarchy is an omakase distribution based on Arch Linux and the tiling window manager Hyprland. It ships with just about everything a modern software developer needs to be productive immediately.

External Databases
Play
23:03 CC

External Databases

#529 Sep 28, 2025 pro
Sometimes, we're building an integration to a third party product that doesn't expose any APIs, but we do have access to the database itself. In this episode, we'll look at connecting to external databases and look into some of the considerations when doing so to maintain data integrity.

Retrieval-Augmented Generation (RAG)
Play
24:30 CC

Retrieval-Augmented Generation (RAG)

#528 Sep 21, 2025 pro
In this episode, we continue off of Episode #499 and implement a feature where we can search and consume sections of text for text generation. This has many benefits and some nuances that we'll explore in this episode.