π Persistence Callbacks: Triggers
Update: 2025-07-07
Description
Every once in awhile we release a new episode free for all to see, and today is that day! Please enjoy this episode, and if you find this interesting you may want to consider a subscription https://www.pointfree.co/pricing.
---
We continue our series on βmodern persistenceβ with an important topic: βcallbacks.β Callbacks are little hooks into the lifecycle of your data model so that you can be notified or take action when something changes. We will first explore the βActive Recordβ pattern of callbacks, popularized by Ruby on Rails, and then see how we can improve upon them.
---
We continue our series on βmodern persistenceβ with an important topic: βcallbacks.β Callbacks are little hooks into the lifecycle of your data model so that you can be notified or take action when something changes. We will first explore the βActive Recordβ pattern of callbacks, popularized by Ruby on Rails, and then see how we can improve upon them.
CommentsΒ
In Channel