Applications often need to react when something changes.
When a user signs up, you might want to:
Send a welcome email
Create a user profile
Log the activity
Applications often need to react when something changes. When a user signs up, you might want...
Applications often need to react when something changes.
When a user signs up, you might want to:
Send a welcome email
Create a user profile
Log the activity

Welcome back to The Everyday Backend Engineer: Practical Design Patterns. In our last post, we made...

Every application eventually reaches the point where it needs notifications. At first, it feels...

Notifications start small. "Send the user an email when their order ships." A function. A library....

This article was originally published as a visual guide by Herkie Jerkie on the Soargram...

Users are creating accounts on your new Saas. Yay (and not just family and friends or bots). Yay! Now...

As your Rails application grows and begins integrating with external platforms—think Stripe, Shopify,...